Skip to content

Commit

Permalink
charts/authentik: update postgresql and redis (#293)
Browse files Browse the repository at this point in the history
  • Loading branch information
rissson authored Dec 9, 2024
1 parent 4fd7ffa commit 0104891
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 29 deletions.
4 changes: 2 additions & 2 deletions charts/authentik/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ maintainers:
url: https://goauthentik.io
dependencies:
- name: postgresql
version: 12.12.10
version: 16.0.4
repository: oci://registry-1.docker.io/bitnamicharts
condition: postgresql.enabled
- name: redis
version: 18.6.1
version: 20.2.1
repository: oci://registry-1.docker.io/bitnamicharts
condition: redis.enabled
- name: authentik-remote-cluster
Expand Down
6 changes: 4 additions & 2 deletions charts/authentik/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ The secret `authentik-postgres-credentials` must have `username` and `password`
| Repository | Name | Version |
|------------|------|---------|
| https://charts.goauthentik.io | serviceAccount(authentik-remote-cluster) | 2.0.0 |
| oci://registry-1.docker.io/bitnamicharts | postgresql | 12.12.10 |
| oci://registry-1.docker.io/bitnamicharts | redis | 18.6.1 |
| oci://registry-1.docker.io/bitnamicharts | postgresql | 16.0.4 |
| oci://registry-1.docker.io/bitnamicharts | redis | 20.2.1 |

## Values

Expand Down Expand Up @@ -176,6 +176,8 @@ The secret `authentik-postgres-credentials` must have `username` and `password`
| postgresql.auth.database | string | `"authentik"` | |
| postgresql.auth.username | string | `"authentik"` | |
| postgresql.enabled | bool | `false` | enable the Bitnami PostgreSQL chart. Refer to https://github.com/bitnami/charts/blob/main/bitnami/postgresql/ for possible values. |
| postgresql.image.repository | string | `"bitnami/postgresql"` | |
| postgresql.image.tag | string | `"15.8.0-debian-12-r18"` | |
| postgresql.primary.extendedConfiguration | string | `"max_connections = 500\n"` | |
| prometheus.rules.annotations | object | `{}` | PrometheusRule annotations |
| prometheus.rules.enabled | bool | `false` | |
Expand Down
25 changes: 0 additions & 25 deletions charts/authentik/ci/ct-extracontainer-values.yaml

This file was deleted.

3 changes: 3 additions & 0 deletions charts/authentik/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -975,6 +975,9 @@ prometheus:
postgresql:
# -- enable the Bitnami PostgreSQL chart. Refer to https://github.com/bitnami/charts/blob/main/bitnami/postgresql/ for possible values.
enabled: false
image:
repository: bitnami/postgresql
tag: 15.8.0-debian-12-r18
auth:
username: authentik
database: authentik
Expand Down

0 comments on commit 0104891

Please sign in to comment.