diff --git a/charts/authentik/Chart.yaml b/charts/authentik/Chart.yaml index 36afec8c..f6cd0c64 100644 --- a/charts/authentik/Chart.yaml +++ b/charts/authentik/Chart.yaml @@ -33,10 +33,6 @@ dependencies: version: 16.7.26 repository: oci://registry-1.docker.io/bitnamicharts condition: postgresql.enabled - - name: redis - version: 22.0.4 - repository: oci://registry-1.docker.io/bitnamicharts - condition: redis.enabled - name: authentik-remote-cluster repository: https://charts.goauthentik.io version: 2.1.0 diff --git a/charts/authentik/README.md b/charts/authentik/README.md index e8239a31..7002df44 100644 --- a/charts/authentik/README.md +++ b/charts/authentik/README.md @@ -35,15 +35,12 @@ postgresql: enabled: true auth: password: "ThisIsNotASecurePassword" - -redis: - enabled: true ``` ## Advanced values examples
-External PostgreSQL and Redis +External PostgreSQL ```yaml authentik: @@ -51,8 +48,6 @@ authentik: host: postgres.domain.tld user: file:///postgres-creds/username password: file:///postgres-creds/password - redis: - host: redis.domain.tld server: volumes: - name: postgres-creds @@ -93,7 +88,6 @@ The secret `authentik-postgres-credentials` must have `username` and `password` |------------|------|---------| | https://charts.goauthentik.io | serviceAccount(authentik-remote-cluster) | 2.1.0 | | oci://registry-1.docker.io/bitnamicharts | postgresql | 16.7.26 | -| oci://registry-1.docker.io/bitnamicharts | redis | 22.0.4 | ## Values @@ -121,8 +115,6 @@ The secret `authentik-postgres-credentials` must have `username` and `password` | authentik.postgresql.password | string | `""` | | | authentik.postgresql.port | int | `5432` | | | authentik.postgresql.user | string | `authentik` | postgresql Username | -| authentik.redis.host | string | `{{ .Release.Name }}-redis-master` | set the redis hostname to talk to | -| authentik.redis.password | string | `""` | | | authentik.secret_key | string | `""` | Secret key used for cookie singing and unique user IDs, don't change this after the first install | | authentik.web.path | string | `"/"` | Relative path the authentik instance will be available at. Value _must_ contain both a leading and trailing slash. | | blueprints.configMaps | list | `[]` | List of config maps to mount blueprints from. Only keys in the configMap ending with `.yaml` will be discovered and applied. | @@ -205,18 +197,6 @@ The secret `authentik-postgres-credentials` must have `username` and `password` | prometheus.rules.labels | object | `{}` | PrometheusRule labels | | prometheus.rules.namespace | string | `""` | PrometheusRule namespace | | prometheus.rules.selector | object | `{}` | PrometheusRule selector | -| redis.architecture | string | `"standalone"` | | -| redis.auth.enabled | bool | `false` | | -| redis.enabled | bool | `false` | enable the Bitnami Redis chart. Refer to https://github.com/bitnami/charts/blob/main/bitnami/redis/ for possible values. | -| redis.image.registry | string | `"docker.io"` | | -| redis.image.repository | string | `"library/redis"` | | -| redis.image.tag | string | `"8.2.1"` | | -| redis.master.resourcesPreset | string | `"none"` | | -| redis.metrics.resourcesPreset | string | `"none"` | | -| redis.replica.resourcesPreset | string | `"none"` | | -| redis.sentinel.resourcesPreset | string | `"none"` | | -| redis.sysctl.resourcesPreset | string | `"none"` | | -| redis.volumePermissions.resourcesPreset | string | `"none"` | | | server.affinity | object | `{}` (defaults to the global.affinity preset) | Assign custom [affinity] rules to the deployment | | server.autoscaling.behavior | object | `{}` | Configures the scaling behavior of the target in both Up and Down directions. | | server.autoscaling.enabled | bool | `false` | Enable Horizontal Pod Autoscaler ([HPA]) for the authentik server | diff --git a/charts/authentik/README.md.gotmpl b/charts/authentik/README.md.gotmpl index 91c3529c..961a96c1 100644 --- a/charts/authentik/README.md.gotmpl +++ b/charts/authentik/README.md.gotmpl @@ -37,15 +37,12 @@ postgresql: enabled: true auth: password: "ThisIsNotASecurePassword" - -redis: - enabled: true ``` ## Advanced values examples
-External PostgreSQL and Redis +External PostgreSQL ```yaml authentik: @@ -53,8 +50,6 @@ authentik: host: postgres.domain.tld user: file:///postgres-creds/username password: file:///postgres-creds/password - redis: - host: redis.domain.tld server: volumes: - name: postgres-creds diff --git a/charts/authentik/ci/ct-blueprints-values.yaml b/charts/authentik/ci/ct-blueprints-values.yaml index a1bf1d39..ee09b35e 100644 --- a/charts/authentik/ci/ct-blueprints-values.yaml +++ b/charts/authentik/ci/ct-blueprints-values.yaml @@ -17,6 +17,3 @@ postgresql: password: au7h3n71k persistence: enabled: false - -redis: - enabled: true diff --git a/charts/authentik/ci/ct-hpa-values.yaml b/charts/authentik/ci/ct-hpa-values.yaml index a671cc80..3075a171 100644 --- a/charts/authentik/ci/ct-hpa-values.yaml +++ b/charts/authentik/ci/ct-hpa-values.yaml @@ -22,6 +22,3 @@ postgresql: password: au7h3n71k persistence: enabled: false - -redis: - enabled: true diff --git a/charts/authentik/ci/ct-pdb-max-values.yaml b/charts/authentik/ci/ct-pdb-max-values.yaml index 886eafa6..af9127fa 100644 --- a/charts/authentik/ci/ct-pdb-max-values.yaml +++ b/charts/authentik/ci/ct-pdb-max-values.yaml @@ -22,6 +22,3 @@ postgresql: password: au7h3n71k persistence: enabled: false - -redis: - enabled: true diff --git a/charts/authentik/ci/ct-pdb-min-values.yaml b/charts/authentik/ci/ct-pdb-min-values.yaml index 64b96201..7a8e49fb 100644 --- a/charts/authentik/ci/ct-pdb-min-values.yaml +++ b/charts/authentik/ci/ct-pdb-min-values.yaml @@ -22,6 +22,3 @@ postgresql: password: au7h3n71k persistence: enabled: false - -redis: - enabled: true diff --git a/charts/authentik/ci/ct-values.yaml b/charts/authentik/ci/ct-values.yaml index a0a16208..bf1af960 100644 --- a/charts/authentik/ci/ct-values.yaml +++ b/charts/authentik/ci/ct-values.yaml @@ -11,6 +11,3 @@ postgresql: password: au7h3n71k persistence: enabled: false - -redis: - enabled: true diff --git a/charts/authentik/values.yaml b/charts/authentik/values.yaml index 64841700..fe7475b3 100644 --- a/charts/authentik/values.yaml +++ b/charts/authentik/values.yaml @@ -208,12 +208,6 @@ authentik: user: "authentik" password: "" port: 5432 - redis: - # -- set the redis hostname to talk to - # @default -- `{{ .Release.Name }}-redis-master` - host: "{{ .Release.Name }}-redis-master" - password: "" - blueprints: # -- List of config maps to mount blueprints from. @@ -1142,30 +1136,5 @@ postgresql: metrics: resourcesPreset: "none" - -redis: - # -- enable the Bitnami Redis chart. Refer to https://github.com/bitnami/charts/blob/main/bitnami/redis/ for possible values. - enabled: false - image: - registry: docker.io - repository: library/redis - tag: "8.2.1" - architecture: standalone - auth: - enabled: false - master: - resourcesPreset: "none" - replica: - resourcesPreset: "none" - sentinel: - resourcesPreset: "none" - metrics: - resourcesPreset: "none" - volumePermissions: - resourcesPreset: "none" - sysctl: - resourcesPreset: "none" - - # -- additional resources to deploy. Those objects are templated. additionalObjects: []