From dc37da354d15c1fcc8de893e0528135f97cdde5c Mon Sep 17 00:00:00 2001 From: Jens L Date: Fri, 24 Feb 2023 19:53:40 +0100 Subject: [PATCH] bump bitnami images to ones with ARM build (#136) * bump bitnami images to ones with ARM build * bump version --- charts/authentik/Chart.yaml | 2 +- charts/authentik/README.md | 5 ++++- charts/authentik/README.md.gotmpl | 2 +- charts/authentik/values.yaml | 4 ++++ 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/charts/authentik/Chart.yaml b/charts/authentik/Chart.yaml index ead8234b..fc25821c 100644 --- a/charts/authentik/Chart.yaml +++ b/charts/authentik/Chart.yaml @@ -16,7 +16,7 @@ keywords: - ldap - idp - sp -version: 2023.2.2 +version: 2023.2.3 appVersion: 2023.2.2 icon: https://goauthentik.io/img/icon.png maintainers: diff --git a/charts/authentik/README.md b/charts/authentik/README.md index 87b05cb4..bda792d0 100644 --- a/charts/authentik/README.md +++ b/charts/authentik/README.md @@ -6,7 +6,7 @@ [![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.2.2](https://img.shields.io/badge/Version-2023.2.2-informational?style=for-the-badge) +![Version: 2023.2.3](https://img.shields.io/badge/Version-2023.2.3-informational?style=for-the-badge) ![AppVersion: 2023.2.2](https://img.shields.io/badge/AppVersion-2023.2.2-informational?style=for-the-badge) authentik is an open-source Identity Provider focused on flexibility and versatility @@ -120,7 +120,9 @@ redis: | nodeSelector | object | `{}` | nodeSelector applied to the deployments | | podAnnotations | object | `{}` | | | postgresql.enabled | bool | `false` | enable the bundled bitnami postgresql chart | +| postgresql.image.tag | string | `"11.19.0-debian-11-r4"` | | | postgresql.postgresqlDatabase | string | `"authentik"` | | +| postgresql.postgresqlMaxConnections | int | `500` | | | postgresql.postgresqlUsername | string | `"authentik"` | | | priorityClassName | string | `nil` | Custom priority class for different treatment by the scheduler | | prometheus.rules.create | bool | `false` | | @@ -135,6 +137,7 @@ redis: | redis.architecture | string | `"standalone"` | | | redis.auth.enabled | bool | `false` | | | redis.enabled | bool | `false` | enable the bundled bitnami redis chart | +| redis.image.tag | string | `"6.2.10-debian-11-r13"` | | | replicas | int | `1` | Server replicas | | resources.server | object | `{}` | | | resources.worker | object | `{}` | | diff --git a/charts/authentik/README.md.gotmpl b/charts/authentik/README.md.gotmpl index 861e9579..00bd0f82 100644 --- a/charts/authentik/README.md.gotmpl +++ b/charts/authentik/README.md.gotmpl @@ -6,7 +6,7 @@ [![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.2.2](https://img.shields.io/badge/Version-2023.2.2-informational?style=for-the-badge) +![Version: 2023.2.3](https://img.shields.io/badge/Version-2023.2.3-informational?style=for-the-badge) ![AppVersion: 2023.2.2](https://img.shields.io/badge/AppVersion-2023.2.2-informational?style=for-the-badge) {{ template "chart.deprecationWarning" . }} diff --git a/charts/authentik/values.yaml b/charts/authentik/values.yaml index 7cdee285..0df4209b 100644 --- a/charts/authentik/values.yaml +++ b/charts/authentik/values.yaml @@ -202,9 +202,13 @@ postgresql: # storageClass: # accessModes: # - ReadWriteOnce + image: + tag: 11.19.0-debian-11-r4 redis: # -- enable the bundled bitnami redis chart enabled: false architecture: standalone auth: enabled: false + image: + tag: 6.2.10-debian-11-r13