diff --git a/k8s/core/authentik/kustomization.yaml b/k8s/core/authentik/kustomization.yaml index d0a41e8..caacbd6 100644 --- a/k8s/core/authentik/kustomization.yaml +++ b/k8s/core/authentik/kustomization.yaml @@ -10,7 +10,7 @@ resources: helmCharts: - name: authentik repo: https://charts.goauthentik.io - version: 2025.12.4 + version: 2025.12.0 releaseName: authentik namespace: authentik valuesFile: values.yaml diff --git a/k8s/core/authentik/values.yaml b/k8s/core/authentik/values.yaml index 9414ed9..4185f78 100644 --- a/k8s/core/authentik/values.yaml +++ b/k8s/core/authentik/values.yaml @@ -1,6 +1,6 @@ global: image: - tag: "2025.12.4" + tag: "2025.12.0" authentik: error_reporting: @@ -13,35 +13,35 @@ worker: envFrom: - secretRef: name: authentik-creds - volumes: - - name: dshm - emptyDir: - medium: Memory - sizeLimit: 512Mi - volumeMounts: - - name: dshm - mountPath: /dev/shm - livenessProbe: - exec: - command: ["/bin/sh", "-c", "kill -0 1"] - initialDelaySeconds: 5 - periodSeconds: 10 - failureThreshold: 3 - timeoutSeconds: 3 - readinessProbe: - exec: - command: ["/bin/sh", "-c", "kill -0 1"] - initialDelaySeconds: 5 - periodSeconds: 10 - failureThreshold: 3 - timeoutSeconds: 3 - startupProbe: - exec: - command: ["/bin/sh", "-c", "kill -0 1"] - initialDelaySeconds: 30 - periodSeconds: 10 - failureThreshold: 60 - timeoutSeconds: 3 +# volumes: +# - name: dshm +# emptyDir: +# medium: Memory +# sizeLimit: 512Mi +# volumeMounts: +# - name: dshm +# mountPath: /dev/shm +# livenessProbe: +# exec: +# command: ["/bin/sh", "-c", "kill -0 1"] +# initialDelaySeconds: 5 +# periodSeconds: 10 +# failureThreshold: 3 +# timeoutSeconds: 3 +# readinessProbe: +# exec: +# command: ["/bin/sh", "-c", "kill -0 1"] +# initialDelaySeconds: 5 +# periodSeconds: 10 +# failureThreshold: 3 +# timeoutSeconds: 3 +# startupProbe: +# exec: +# command: ["/bin/sh", "-c", "kill -0 1"] +# initialDelaySeconds: 30 +# periodSeconds: 10 +# failureThreshold: 60 +# timeoutSeconds: 3 server: envFrom: - secretRef: