Skip to content

Commit

Permalink
[breaking] bump postgres dependency from 11.x to 15.x (#191)
Browse files Browse the repository at this point in the history
* bump postgres dependency

* revert actual chart bump

it just shuffles the configuration around a bunch, which would make upgrading even more painful
  • Loading branch information
BeryJu authored Aug 17, 2023
1 parent d8f935f commit c51952b
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
15 changes: 15 additions & 0 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"version": "2.0.0",
"tasks": [
{
"label": "docs",
"type": "shell",
"command": "helm-docs",
"problemMatcher": [],
"group": {
"kind": "build",
"isDefault": true
}
}
]
}
6 changes: 4 additions & 2 deletions charts/authentik/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ redis:
| Repository | Name | Version |
|------------|------|---------|
| https://charts.goauthentik.io | serviceAccount(authentik-remote-cluster) | 1.1.2 |
| https://charts.goauthentik.io | serviceAccount(authentik-remote-cluster) | 1.2.2 |
| https://charts.goauthentik.io | postgresql | 10.16.2 |
| https://charts.goauthentik.io | redis | 15.7.6 |
Expand Down Expand Up @@ -130,7 +130,7 @@ redis:
| nodeSelector | object | `{}` | nodeSelector applied to the deployments |
| podAnnotations | object | `{}` | Annotations to add to the server and worker pods |
| postgresql.enabled | bool | `false` | enable the bundled bitnami postgresql chart |
| postgresql.image.tag | string | `"11.19.0-debian-11-r4"` | |
| postgresql.image.tag | string | `"15.4.0-debian-11-r0"` | |
| postgresql.postgresqlDatabase | string | `"authentik"` | |
| postgresql.postgresqlMaxConnections | int | `500` | |
| postgresql.postgresqlUsername | string | `"authentik"` | |
Expand Down Expand Up @@ -162,6 +162,8 @@ redis:
| service.type | string | `"ClusterIP"` | |
| serviceAccount.annotations | object | `{}` | |
| serviceAccount.create | bool | `true` | Service account is needed for managed outposts |
| serviceAccount.fullnameOverride | string | `"authentik"` | |
| serviceAccount.nameOverride | string | `"authentik"` | |
| serviceAccount.serviceAccountSecret.enabled | bool | `false` | As we use the authentik-remote-cluster chart as subchart, and that chart creates a service account secret by default which we don't need here, disable its creation |
| startupProbe.enabled | bool | `true` | enables or disables the livenessProbe |
| startupProbe.failureThreshold | int | `60` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/authentik/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ postgresql:
# accessModes:
# - ReadWriteOnce
image:
tag: 11.19.0-debian-11-r4
tag: 15.4.0-debian-11-r0
redis:
# -- enable the bundled bitnami redis chart
enabled: false
Expand Down

0 comments on commit c51952b

Please sign in to comment.