diff --git a/README.md b/README.md index 1c27dd47..2c15d435 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,8 @@ ## authentik Chart -![Version: 2022.8.3](https://img.shields.io/badge/Version-2022.8.3-informational?style=for-the-badge) -![AppVersion: 2022.8.2](https://img.shields.io/badge/AppVersion-2022.8.2-informational?style=for-the-badge) +![Version: 2022.9.0](https://img.shields.io/badge/Version-2022.9.0-informational?style=for-the-badge) +![AppVersion: 2022.9.0](https://img.shields.io/badge/AppVersion-2022.9.0-informational?style=for-the-badge) See [README](./charts/authentik/README.md) diff --git a/charts/authentik/Chart.yaml b/charts/authentik/Chart.yaml index 24aa6ef7..e490c91f 100644 --- a/charts/authentik/Chart.yaml +++ b/charts/authentik/Chart.yaml @@ -16,8 +16,8 @@ keywords: - ldap - idp - sp -version: 2022.8.3 -appVersion: 2022.8.2 +version: 2022.9.0 +appVersion: 2022.9.0 icon: https://raw.githubusercontent.com/BeryJu/authentik/master/web/icons/icon.svg maintainers: - name: BeryJu @@ -41,7 +41,7 @@ dependencies: annotations: artifacthub.io/changes: | - kind: changed - description: upgrade to authentik 2022.8.2 + description: upgrade to authentik 2022.9.0 artifacthub.io/license: GPL-3.0-only artifacthub.io/links: | - name: Github @@ -57,8 +57,8 @@ annotations: url: https://github.com/dirtycajunrice artifacthub.io/images: | - name: authentik - image: ghcr.io/goauthentik/server:2022.8.2 + image: ghcr.io/goauthentik/server:2022.9.0 - name: authentik-outpost-proxy - image: ghcr.io/goauthentik/proxy:2022.8.2 + image: ghcr.io/goauthentik/proxy:2022.9.0 - name: authentik-outpost-ldap - image: ghcr.io/goauthentik/ldap:2022.8.2 + image: ghcr.io/goauthentik/ldap:2022.9.0 diff --git a/charts/authentik/README.md b/charts/authentik/README.md index 06cdb7d3..9260595c 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/workflow/status/goauthentik/helm/Lint%20and%20Test%20Chart?label=cid&style=for-the-badge)](https://github.com/goauthentik/helm/actions/workflows/lint-test.yaml) -![Version: 2022.8.3](https://img.shields.io/badge/Version-2022.8.3-informational?style=for-the-badge) -![AppVersion: 2022.8.2](https://img.shields.io/badge/AppVersion-2022.8.2-informational?style=for-the-badge) +![Version: 2022.9.0](https://img.shields.io/badge/Version-2022.9.0-informational?style=for-the-badge) +![AppVersion: 2022.9.0](https://img.shields.io/badge/AppVersion-2022.9.0-informational?style=for-the-badge) authentik is an open-source Identity Provider focused on flexibility and versatility @@ -106,11 +106,11 @@ redis: | geoip.image | string | `"maxmindinc/geoipupdate:v4.8"` | | | geoip.licenseKey | string | `""` | sign up under https://www.maxmind.com/en/geolite2/signup | | geoip.updateInterval | int | `8` | number of hours between update runs | +| image.digest | string | `""` | optional container image digest | | image.pullPolicy | string | `"IfNotPresent"` | | | image.pullSecrets | list | `[]` | | | image.repository | string | `"ghcr.io/goauthentik/server"` | | -| image.tag | string | `"2022.8.2"` | | -| image.digest | string | `nil` | optional container image digest | +| image.tag | string | `"2022.9.0"` | | | 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 f9ccd869..b1217cd9 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/workflow/status/goauthentik/helm/Lint%20and%20Test%20Chart?label=cid&style=for-the-badge)](https://github.com/goauthentik/helm/actions/workflows/lint-test.yaml) -![Version: 2022.8.3](https://img.shields.io/badge/Version-2022.8.3-informational?style=for-the-badge) -![AppVersion: 2022.8.2](https://img.shields.io/badge/AppVersion-2022.8.2-informational?style=for-the-badge) +![Version: 2022.9.0](https://img.shields.io/badge/Version-2022.9.0-informational?style=for-the-badge) +![AppVersion: 2022.9.0](https://img.shields.io/badge/AppVersion-2022.9.0-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 80a8cee1..a79639ea 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: 2022.8.2 + tag: 2022.9.0 pullPolicy: IfNotPresent ingress: diff --git a/charts/authentik/values.yaml b/charts/authentik/values.yaml index adb24762..8654db17 100644 --- a/charts/authentik/values.yaml +++ b/charts/authentik/values.yaml @@ -15,8 +15,9 @@ worker: image: repository: ghcr.io/goauthentik/server - tag: 2022.8.2 - digest: + tag: 2022.9.0 + # -- optional container image digest + digest: "" pullPolicy: IfNotPresent pullSecrets: []