Skip to content

Commit 8aab80b

Browse files
authored
bump to 2023.10.4 (#220)
1 parent a3a545b commit 8aab80b

9 files changed

+17
-17
lines changed

charts/authentik/Chart.yaml

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
2-
version: 2023.10.3
3-
appVersion: 2023.10.3
2+
version: 2023.10.4
3+
appVersion: 2023.10.4
44
name: authentik
55
description: authentik is an open-source Identity Provider focused on flexibility and versatility
66
type: application
@@ -44,7 +44,7 @@ dependencies:
4444
annotations:
4545
artifacthub.io/changes: |
4646
- kind: changed
47-
description: upgrade to authentik 2023.10.3
47+
description: upgrade to authentik 2023.10.4
4848
artifacthub.io/license: GPL
4949
artifacthub.io/links: |
5050
- name: GitHub
@@ -57,16 +57,16 @@ annotations:
5757
url: https://goauthentik.io
5858
artifacthub.io/images: |
5959
- name: authentik
60-
image: ghcr.io/goauthentik/server:2023.10.3
60+
image: ghcr.io/goauthentik/server:2023.10.4
6161
whitelisted: true
6262
- name: authentik-outpost-proxy
63-
image: ghcr.io/goauthentik/proxy:2023.10.3
63+
image: ghcr.io/goauthentik/proxy:2023.10.4
6464
whitelisted: true
6565
- name: authentik-outpost-ldap
66-
image: ghcr.io/goauthentik/ldap:2023.10.3
66+
image: ghcr.io/goauthentik/ldap:2023.10.4
6767
whitelisted: true
6868
- name: authentik-outpost-radius
69-
image: ghcr.io/goauthentik/radius:2023.10.3
69+
image: ghcr.io/goauthentik/radius:2023.10.4
7070
whitelisted: true
7171
artifacthub.io/screenshots: |
7272
- title: User interface

charts/authentik/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77
[![Join Discord](https://img.shields.io/discord/809154715984199690?label=Discord&style=for-the-badge)](https://goauthentik.io/discord)
88
[![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)
9-
![Version: 2023.10.3](https://img.shields.io/badge/Version-2023.10.3-informational?style=for-the-badge)
10-
![AppVersion: 2023.10.3](https://img.shields.io/badge/AppVersion-2023.10.3-informational?style=for-the-badge)
9+
![Version: 2023.10.4](https://img.shields.io/badge/Version-2023.10.4-informational?style=for-the-badge)
10+
![AppVersion: 2023.10.4](https://img.shields.io/badge/AppVersion-2023.10.4-informational?style=for-the-badge)
1111

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

charts/authentik/README.md.gotmpl

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77
[![Join Discord](https://img.shields.io/discord/809154715984199690?label=Discord&style=for-the-badge)](https://goauthentik.io/discord)
88
[![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)
9-
![Version: 2023.10.3](https://img.shields.io/badge/Version-2023.10.3-informational?style=for-the-badge)
10-
![AppVersion: 2023.10.3](https://img.shields.io/badge/AppVersion-2023.10.3-informational?style=for-the-badge)
9+
![Version: 2023.10.4](https://img.shields.io/badge/Version-2023.10.4-informational?style=for-the-badge)
10+
![AppVersion: 2023.10.4](https://img.shields.io/badge/AppVersion-2023.10.4-informational?style=for-the-badge)
1111

1212
{{ template "chart.deprecationWarning" . }}
1313

charts/authentik/ci/ct-values-hpa.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ autoscaling:
88

99
image:
1010
repository: ghcr.io/goauthentik/server
11-
tag: 2023.10.3
11+
tag: 2023.10.4
1212
pullPolicy: IfNotPresent
1313

1414
ingress:

charts/authentik/ci/ct-values-min.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ worker:
55

66
image:
77
repository: ghcr.io/goauthentik/server
8-
tag: 2023.10.3
8+
tag: 2023.10.4
99
pullPolicy: IfNotPresent
1010

1111
ingress:

charts/authentik/ci/ct-values-pdb-max.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ pdb:
88

99
image:
1010
repository: ghcr.io/goauthentik/server
11-
tag: 2023.10.3
11+
tag: 2023.10.4
1212
pullPolicy: IfNotPresent
1313

1414
ingress:

charts/authentik/ci/ct-values-pdb-min.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ pdb:
88

99
image:
1010
repository: ghcr.io/goauthentik/server
11-
tag: 2023.10.3
11+
tag: 2023.10.4
1212
pullPolicy: IfNotPresent
1313

1414
ingress:

charts/authentik/ci/ct-values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ worker:
55

66
image:
77
repository: ghcr.io/goauthentik/server
8-
tag: 2023.10.3
8+
tag: 2023.10.4
99
pullPolicy: IfNotPresent
1010

1111
ingress:

charts/authentik/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ worker:
3131

3232
image:
3333
repository: ghcr.io/goauthentik/server
34-
tag: 2023.10.3
34+
tag: 2023.10.4
3535
# -- optional container image digest
3636
digest: ""
3737
pullPolicy: IfNotPresent

0 commit comments

Comments
 (0)