Skip to content

Commit

Permalink
bump to 2023.10.7 (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
BeryJu committed Jan 29, 2024
1 parent b8f92c0 commit dd694f9
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 17 deletions.
14 changes: 7 additions & 7 deletions charts/authentik/Chart.yaml
@@ -1,6 +1,6 @@
apiVersion: v2
version: 2023.10.6
appVersion: 2023.10.6
version: 2023.10.7
appVersion: 2023.10.7
name: authentik
description: authentik is an open-source Identity Provider focused on flexibility and versatility
type: application
Expand Down Expand Up @@ -44,7 +44,7 @@ dependencies:
annotations:
artifacthub.io/changes: |
- kind: changed
description: upgrade to authentik 2023.10.6
description: upgrade to authentik 2023.10.7
artifacthub.io/license: GPL
artifacthub.io/links: |
- name: GitHub
Expand All @@ -57,16 +57,16 @@ annotations:
url: https://goauthentik.io
artifacthub.io/images: |
- name: authentik
image: ghcr.io/goauthentik/server:2023.10.6
image: ghcr.io/goauthentik/server:2023.10.7
whitelisted: true
- name: authentik-outpost-proxy
image: ghcr.io/goauthentik/proxy:2023.10.6
image: ghcr.io/goauthentik/proxy:2023.10.7
whitelisted: true
- name: authentik-outpost-ldap
image: ghcr.io/goauthentik/ldap:2023.10.6
image: ghcr.io/goauthentik/ldap:2023.10.7
whitelisted: true
- name: authentik-outpost-radius
image: ghcr.io/goauthentik/radius:2023.10.6
image: ghcr.io/goauthentik/radius:2023.10.7
whitelisted: true
artifacthub.io/screenshots: |
- title: User interface
Expand Down
4 changes: 2 additions & 2 deletions charts/authentik/README.md
Expand Up @@ -6,8 +6,8 @@

[![Join Discord](https://img.shields.io/discord/809154715984199690?label=Discord&style=for-the-badge)](https://goauthentik.io/discord)
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/goauthentik/helm/lint-test.yaml?branch=main&label=ci&style=for-the-badge)](https://github.com/goauthentik/helm/actions/workflows/lint-test.yaml)
![Version: 2023.10.6](https://img.shields.io/badge/Version-2023.10.6-informational?style=for-the-badge)
![AppVersion: 2023.10.6](https://img.shields.io/badge/AppVersion-2023.10.6-informational?style=for-the-badge)
![Version: 2023.10.7](https://img.shields.io/badge/Version-2023.10.7-informational?style=for-the-badge)
![AppVersion: 2023.10.7](https://img.shields.io/badge/AppVersion-2023.10.7-informational?style=for-the-badge)

authentik is an open-source Identity Provider focused on flexibility and versatility

Expand Down
4 changes: 2 additions & 2 deletions charts/authentik/README.md.gotmpl
Expand Up @@ -6,8 +6,8 @@

[![Join Discord](https://img.shields.io/discord/809154715984199690?label=Discord&style=for-the-badge)](https://goauthentik.io/discord)
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/goauthentik/helm/lint-test.yaml?branch=main&label=ci&style=for-the-badge)](https://github.com/goauthentik/helm/actions/workflows/lint-test.yaml)
![Version: 2023.10.6](https://img.shields.io/badge/Version-2023.10.6-informational?style=for-the-badge)
![AppVersion: 2023.10.6](https://img.shields.io/badge/AppVersion-2023.10.6-informational?style=for-the-badge)
![Version: 2023.10.7](https://img.shields.io/badge/Version-2023.10.7-informational?style=for-the-badge)
![AppVersion: 2023.10.7](https://img.shields.io/badge/AppVersion-2023.10.7-informational?style=for-the-badge)

{{ template "chart.deprecationWarning" . }}

Expand Down
2 changes: 1 addition & 1 deletion charts/authentik/ci/ct-values-hpa.yaml
Expand Up @@ -8,7 +8,7 @@ autoscaling:

image:
repository: ghcr.io/goauthentik/server
tag: 2023.10.6
tag: 2023.10.7
pullPolicy: IfNotPresent

ingress:
Expand Down
2 changes: 1 addition & 1 deletion charts/authentik/ci/ct-values-min.yaml
Expand Up @@ -5,7 +5,7 @@ worker:

image:
repository: ghcr.io/goauthentik/server
tag: 2023.10.6
tag: 2023.10.7
pullPolicy: IfNotPresent

ingress:
Expand Down
2 changes: 1 addition & 1 deletion charts/authentik/ci/ct-values-pdb-max.yaml
Expand Up @@ -8,7 +8,7 @@ pdb:

image:
repository: ghcr.io/goauthentik/server
tag: 2023.10.6
tag: 2023.10.7
pullPolicy: IfNotPresent

ingress:
Expand Down
2 changes: 1 addition & 1 deletion charts/authentik/ci/ct-values-pdb-min.yaml
Expand Up @@ -8,7 +8,7 @@ pdb:

image:
repository: ghcr.io/goauthentik/server
tag: 2023.10.6
tag: 2023.10.7
pullPolicy: IfNotPresent

ingress:
Expand Down
2 changes: 1 addition & 1 deletion charts/authentik/ci/ct-values.yaml
Expand Up @@ -5,7 +5,7 @@ worker:

image:
repository: ghcr.io/goauthentik/server
tag: 2023.10.6
tag: 2023.10.7
pullPolicy: IfNotPresent

ingress:
Expand Down
2 changes: 1 addition & 1 deletion charts/authentik/values.yaml
Expand Up @@ -31,7 +31,7 @@ worker:

image:
repository: ghcr.io/goauthentik/server
tag: 2023.10.6
tag: 2023.10.7
# -- optional container image digest
digest: ""
pullPolicy: IfNotPresent
Expand Down

0 comments on commit dd694f9

Please sign in to comment.