Skip to content

Commit 7b485f2

Browse files
authored
bump to 2023.10.2 (#210)
1 parent efa04ff commit 7b485f2

9 files changed

Lines changed: 18 additions & 18 deletions

File tree

charts/authentik/Chart.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
2-
version: 2023.10.1
3-
appVersion: 2023.10.1
2+
version: 2023.10.2
3+
appVersion: 2023.10.2
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.1
47+
description: upgrade to authentik 2023.10.2
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.1
60+
image: ghcr.io/goauthentik/server:2023.10.2
6161
whitelisted: true
6262
- name: authentik-outpost-proxy
63-
image: ghcr.io/goauthentik/proxy:2023.10.1
63+
image: ghcr.io/goauthentik/proxy:2023.10.2
6464
whitelisted: true
6565
- name: authentik-outpost-ldap
66-
image: ghcr.io/goauthentik/ldap:2023.10.1
66+
image: ghcr.io/goauthentik/ldap:2023.10.2
6767
whitelisted: true
6868
- name: authentik-outpost-radius
69-
image: ghcr.io/goauthentik/radius:2023.10.1
69+
image: ghcr.io/goauthentik/radius:2023.10.2
7070
whitelisted: true
7171
artifacthub.io/screenshots: |
7272
- title: User interface

charts/authentik/README.md

Lines changed: 3 additions & 3 deletions
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.1](https://img.shields.io/badge/Version-2023.10.1-informational?style=for-the-badge)
10-
![AppVersion: 2023.10.1](https://img.shields.io/badge/AppVersion-2023.10.1-informational?style=for-the-badge)
9+
![Version: 2023.10.2](https://img.shields.io/badge/Version-2023.10.2-informational?style=for-the-badge)
10+
![AppVersion: 2023.10.2](https://img.shields.io/badge/AppVersion-2023.10.2-informational?style=for-the-badge)
1111

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

@@ -112,7 +112,7 @@ redis:
112112
| image.pullPolicy | string | `"IfNotPresent"` | |
113113
| image.pullSecrets | list | `[]` | |
114114
| image.repository | string | `"ghcr.io/goauthentik/server"` | |
115-
| image.tag | string | `"2023.10.1"` | |
115+
| image.tag | string | `"2023.10.2"` | |
116116
| ingress.annotations | object | `{}` | |
117117
| ingress.enabled | bool | `false` | |
118118
| ingress.hosts[0].host | string | `"authentik.domain.tld"` | |

charts/authentik/README.md.gotmpl

Lines changed: 2 additions & 2 deletions
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.1](https://img.shields.io/badge/Version-2023.10.1-informational?style=for-the-badge)
10-
![AppVersion: 2023.10.1](https://img.shields.io/badge/AppVersion-2023.10.1-informational?style=for-the-badge)
9+
![Version: 2023.10.2](https://img.shields.io/badge/Version-2023.10.2-informational?style=for-the-badge)
10+
![AppVersion: 2023.10.2](https://img.shields.io/badge/AppVersion-2023.10.2-informational?style=for-the-badge)
1111

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

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

Lines changed: 1 addition & 1 deletion
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.1
11+
tag: 2023.10.2
1212
pullPolicy: IfNotPresent
1313

1414
ingress:

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

Lines changed: 1 addition & 1 deletion
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.1
8+
tag: 2023.10.2
99
pullPolicy: IfNotPresent
1010

1111
ingress:

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

Lines changed: 1 addition & 1 deletion
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.1
11+
tag: 2023.10.2
1212
pullPolicy: IfNotPresent
1313

1414
ingress:

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

Lines changed: 1 addition & 1 deletion
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.1
11+
tag: 2023.10.2
1212
pullPolicy: IfNotPresent
1313

1414
ingress:

charts/authentik/ci/ct-values.yaml

Lines changed: 1 addition & 1 deletion
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.1
8+
tag: 2023.10.2
99
pullPolicy: IfNotPresent
1010

1111
ingress:

charts/authentik/values.yaml

Lines changed: 1 addition & 1 deletion
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.1
34+
tag: 2023.10.2
3535
# -- optional container image digest
3636
digest: ""
3737
pullPolicy: IfNotPresent

0 commit comments

Comments
 (0)