From 1137abab7b76aa82b6c38e90bc0703099abcaaab Mon Sep 17 00:00:00 2001 From: Jens L Date: Mon, 23 Jan 2023 12:15:12 +0100 Subject: [PATCH] bump to 2023.1.1 (#131) --- charts/authentik/Chart.yaml | 12 ++++++------ charts/authentik/README.md | 6 +++--- charts/authentik/README.md.gotmpl | 4 ++-- charts/authentik/ci/ct-values.yaml | 2 +- charts/authentik/values.yaml | 2 +- 5 files changed, 13 insertions(+), 13 deletions(-) diff --git a/charts/authentik/Chart.yaml b/charts/authentik/Chart.yaml index 9dc4d489..51f47a8b 100644 --- a/charts/authentik/Chart.yaml +++ b/charts/authentik/Chart.yaml @@ -16,8 +16,8 @@ keywords: - ldap - idp - sp -version: 2023.1.0 -appVersion: 2023.1.0 +version: 2023.1.1 +appVersion: 2023.1.1 icon: https://goauthentik.io/img/icon.png maintainers: - name: authentik Team @@ -38,7 +38,7 @@ dependencies: annotations: artifacthub.io/changes: | - kind: changed - description: upgrade to authentik 2023.1.0 + description: upgrade to authentik 2023.1.1 artifacthub.io/license: MIT artifacthub.io/links: | - name: Github @@ -51,13 +51,13 @@ annotations: url: https://goauthentik.io artifacthub.io/images: | - name: authentik - image: ghcr.io/goauthentik/server:2023.1.0 + image: ghcr.io/goauthentik/server:2023.1.1 whitelisted: true - name: authentik-outpost-proxy - image: ghcr.io/goauthentik/proxy:2023.1.0 + image: ghcr.io/goauthentik/proxy:2023.1.1 whitelisted: true - name: authentik-outpost-ldap - image: ghcr.io/goauthentik/ldap:2023.1.0 + image: ghcr.io/goauthentik/ldap:2023.1.1 whitelisted: true artifacthub.io/screenshots: | - title: User interface diff --git a/charts/authentik/README.md b/charts/authentik/README.md index f1eae87e..522d175e 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.1.0](https://img.shields.io/badge/Version-2023.1.0-informational?style=for-the-badge) -![AppVersion: 2023.1.0](https://img.shields.io/badge/AppVersion-2023.1.0-informational?style=for-the-badge) +![Version: 2023.1.1](https://img.shields.io/badge/Version-2023.1.1-informational?style=for-the-badge) +![AppVersion: 2023.1.1](https://img.shields.io/badge/AppVersion-2023.1.1-informational?style=for-the-badge) authentik is an open-source Identity Provider focused on flexibility and versatility @@ -102,7 +102,7 @@ redis: | image.pullPolicy | string | `"IfNotPresent"` | | | image.pullSecrets | list | `[]` | | | image.repository | string | `"ghcr.io/goauthentik/server"` | | -| image.tag | string | `"2023.1.0"` | | +| image.tag | string | `"2023.1.1"` | | | ingress.annotations | object | `{}` | | | ingress.enabled | bool | `false` | | | ingress.hosts[0].host | string | `"authentik.domain.tld"` | | diff --git a/charts/authentik/README.md.gotmpl b/charts/authentik/README.md.gotmpl index 16c42a25..386a501c 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.1.0](https://img.shields.io/badge/Version-2023.1.0-informational?style=for-the-badge) -![AppVersion: 2023.1.0](https://img.shields.io/badge/AppVersion-2023.1.0-informational?style=for-the-badge) +![Version: 2023.1.1](https://img.shields.io/badge/Version-2023.1.1-informational?style=for-the-badge) +![AppVersion: 2023.1.1](https://img.shields.io/badge/AppVersion-2023.1.1-informational?style=for-the-badge) {{ template "chart.deprecationWarning" . }} diff --git a/charts/authentik/ci/ct-values.yaml b/charts/authentik/ci/ct-values.yaml index e3154abb..6bbaa97b 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.1.0 + tag: 2023.1.1 pullPolicy: IfNotPresent ingress: diff --git a/charts/authentik/values.yaml b/charts/authentik/values.yaml index 39b934da..2155f386 100644 --- a/charts/authentik/values.yaml +++ b/charts/authentik/values.yaml @@ -15,7 +15,7 @@ worker: image: repository: ghcr.io/goauthentik/server - tag: 2023.1.0 + tag: 2023.1.1 # -- optional container image digest digest: "" pullPolicy: IfNotPresent