From dd694f9fe7be5633bb41b581212be3bb039593a5 Mon Sep 17 00:00:00 2001 From: Jens L Date: Mon, 29 Jan 2024 18:51:17 +0100 Subject: [PATCH] bump to 2023.10.7 (#233) --- charts/authentik/Chart.yaml | 14 +++++++------- charts/authentik/README.md | 4 ++-- charts/authentik/README.md.gotmpl | 4 ++-- charts/authentik/ci/ct-values-hpa.yaml | 2 +- charts/authentik/ci/ct-values-min.yaml | 2 +- charts/authentik/ci/ct-values-pdb-max.yaml | 2 +- charts/authentik/ci/ct-values-pdb-min.yaml | 2 +- charts/authentik/ci/ct-values.yaml | 2 +- charts/authentik/values.yaml | 2 +- 9 files changed, 17 insertions(+), 17 deletions(-) diff --git a/charts/authentik/Chart.yaml b/charts/authentik/Chart.yaml index 33cbe95..0a4ad5e 100644 --- a/charts/authentik/Chart.yaml +++ b/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 @@ -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 @@ -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 diff --git a/charts/authentik/README.md b/charts/authentik/README.md index eaab5a9..67052af 100644 --- a/charts/authentik/README.md +++ b/charts/authentik/README.md @@ -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 diff --git a/charts/authentik/README.md.gotmpl b/charts/authentik/README.md.gotmpl index 1df9dd5..7f95b66 100644 --- a/charts/authentik/README.md.gotmpl +++ b/charts/authentik/README.md.gotmpl @@ -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" . }} diff --git a/charts/authentik/ci/ct-values-hpa.yaml b/charts/authentik/ci/ct-values-hpa.yaml index 6659e04..d83a823 100644 --- a/charts/authentik/ci/ct-values-hpa.yaml +++ b/charts/authentik/ci/ct-values-hpa.yaml @@ -8,7 +8,7 @@ autoscaling: image: repository: ghcr.io/goauthentik/server - tag: 2023.10.6 + tag: 2023.10.7 pullPolicy: IfNotPresent ingress: diff --git a/charts/authentik/ci/ct-values-min.yaml b/charts/authentik/ci/ct-values-min.yaml index e83de9d..1839b71 100644 --- a/charts/authentik/ci/ct-values-min.yaml +++ b/charts/authentik/ci/ct-values-min.yaml @@ -5,7 +5,7 @@ worker: image: repository: ghcr.io/goauthentik/server - tag: 2023.10.6 + tag: 2023.10.7 pullPolicy: IfNotPresent ingress: diff --git a/charts/authentik/ci/ct-values-pdb-max.yaml b/charts/authentik/ci/ct-values-pdb-max.yaml index 00b121c..fa60095 100644 --- a/charts/authentik/ci/ct-values-pdb-max.yaml +++ b/charts/authentik/ci/ct-values-pdb-max.yaml @@ -8,7 +8,7 @@ pdb: image: repository: ghcr.io/goauthentik/server - tag: 2023.10.6 + tag: 2023.10.7 pullPolicy: IfNotPresent ingress: diff --git a/charts/authentik/ci/ct-values-pdb-min.yaml b/charts/authentik/ci/ct-values-pdb-min.yaml index 2bf98f4..7d9d59d 100644 --- a/charts/authentik/ci/ct-values-pdb-min.yaml +++ b/charts/authentik/ci/ct-values-pdb-min.yaml @@ -8,7 +8,7 @@ pdb: image: repository: ghcr.io/goauthentik/server - tag: 2023.10.6 + tag: 2023.10.7 pullPolicy: IfNotPresent ingress: diff --git a/charts/authentik/ci/ct-values.yaml b/charts/authentik/ci/ct-values.yaml index cc9a95f..9fc9858 100644 --- a/charts/authentik/ci/ct-values.yaml +++ b/charts/authentik/ci/ct-values.yaml @@ -5,7 +5,7 @@ worker: image: repository: ghcr.io/goauthentik/server - tag: 2023.10.6 + tag: 2023.10.7 pullPolicy: IfNotPresent ingress: diff --git a/charts/authentik/values.yaml b/charts/authentik/values.yaml index a38088f..5d78890 100644 --- a/charts/authentik/values.yaml +++ b/charts/authentik/values.yaml @@ -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