Skip to content

Commit

Permalink
bump bitnami images to ones with ARM build (#136)
Browse files Browse the repository at this point in the history
* bump bitnami images to ones with ARM build

* bump version
  • Loading branch information
BeryJu committed Feb 24, 2023
1 parent 480a554 commit dc37da3
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/authentik/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
5 changes: 4 additions & 1 deletion charts/authentik/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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` | |
Expand All @@ -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 | `{}` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/authentik/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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" . }}
Expand Down
4 changes: 4 additions & 0 deletions charts/authentik/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit dc37da3

Please sign in to comment.