updated storage config for branding and icons
All checks were successful
continuous-integration/publish-helm Helm publish succeeded

This commit is contained in:
2026-01-22 18:14:15 +11:00
parent db29f136b6
commit 0a0cb62cb0

View File

@@ -6,10 +6,8 @@ fullnameOverride: ""
# -- Override the Kubernetes version, which is used to evaluate certain manifests # -- Override the Kubernetes version, which is used to evaluate certain manifests
kubeVersionOverride: "" kubeVersionOverride: ""
## Globally shared configuration for authentik components. ## Globally shared configuration for authentik components.
global: global:
# To override bitnami images # To override bitnami images
security: security:
allowInsecureImages: true allowInsecureImages: true
@@ -135,16 +133,12 @@ global:
# -- Additional volumeMounts to all deployed Deployments. Does not apply to GeoIP # -- Additional volumeMounts to all deployed Deployments. Does not apply to GeoIP
# @default -- `[]` (See [values.yaml]) # @default -- `[]` (See [values.yaml])
volumeMounts: [] #volumeMounts:
# - name: custom # - name: media
# mountPath: /custom # mountPath: /data
#volumes:
# -- Additional volumes to all deployed Deployments. # - name: media
# @default -- `[]` (See [values.yaml]) # emptyDir: {}
volumes: []
# - name: custom
# emptyDir: {}
## Authentik configuration ## Authentik configuration
authentik: authentik:
@@ -222,7 +216,6 @@ blueprints:
# Only keys in the secret ending with `.yaml` will be discovered and applied. # Only keys in the secret ending with `.yaml` will be discovered and applied.
secrets: [] secrets: []
## authentik server ## authentik server
server: server:
# -- whether to enable server resources # -- whether to enable server resources
@@ -303,7 +296,11 @@ server:
# -- Environment variables to pass to the authentik server. Does not apply to GeoIP # -- Environment variables to pass to the authentik server. Does not apply to GeoIP
# See configuration options at https://goauthentik.io/docs/installation/configuration/ # See configuration options at https://goauthentik.io/docs/installation/configuration/
# @default -- `[]` (See [values.yaml]) # @default -- `[]` (See [values.yaml])
env: [] env:
- name: AUTHENTIK_STORAGE__BACKEND
value: file
- name: AUTHENTIK_STORAGE__FILE__PATH
value: /data
# - name: AUTHENTIK_VAR_NAME # - name: AUTHENTIK_VAR_NAME
# value: VALUE # value: VALUE
# - name: AUTHENTIK_VAR_OTHER # - name: AUTHENTIK_VAR_OTHER
@@ -344,14 +341,13 @@ server:
# - echo init # - echo init
# -- Additional volumeMounts to the authentik server main container # -- Additional volumeMounts to the authentik server main container
volumeMounts: [] volumeMounts:
# - name: custom - name: data
# mountPath: /custom mountPath: /data
volumes:
# -- Additional volumes to the authentik server pod - name: data
volumes: [] persistentVolumeClaim:
# - name: custom claimName: authentik-media
# emptyDir: {}
# -- Annotations to be added to the authentik server Deployment # -- Annotations to be added to the authentik server Deployment
deploymentAnnotations: {} deploymentAnnotations: {}
@@ -656,7 +652,6 @@ server:
# -- Additional custom rules that can be added to the route # -- Additional custom rules that can be added to the route
additionalRules: [] additionalRules: []
## authentik worker ## authentik worker
worker: worker:
# -- whether to enable worker resources # -- whether to enable worker resources
@@ -778,14 +773,12 @@ worker:
# - echo init # - echo init
# -- Additional volumeMounts to the authentik worker main container # -- Additional volumeMounts to the authentik worker main container
volumeMounts: [] #volumeMounts:
# - name: custom # - name: media
# mountPath: /custom # mountPath: /data/media
#volumes:
# -- Additional volumes to the authentik worker pod # - name: media
volumes: [] # emptyDir: {}
# - name: custom
# emptyDir: {}
# -- Annotations to be added to the authentik worker Deployment # -- Annotations to be added to the authentik worker Deployment
deploymentAnnotations: {} deploymentAnnotations: {}
@@ -974,7 +967,6 @@ worker:
# -- Prometheus ServiceMonitor annotations # -- Prometheus ServiceMonitor annotations
annotations: {} annotations: {}
serviceAccount: serviceAccount:
# -- Create service account. Needed for managed outposts # -- Create service account. Needed for managed outposts
create: true create: true
@@ -987,7 +979,6 @@ serviceAccount:
enabled: false enabled: false
fullnameOverride: authentik fullnameOverride: authentik
geoip: geoip:
# -- enable GeoIP sidecars for the authentik server and worker pods # -- enable GeoIP sidecars for the authentik server and worker pods
enabled: false enabled: false
@@ -1068,7 +1059,6 @@ geoip:
# drop: # drop:
# - ALL # - ALL
prometheus: prometheus:
rules: rules:
enabled: false enabled: false
@@ -1085,7 +1075,6 @@ prometheus:
# -- PrometheusRuleGroup additional annotations # -- PrometheusRuleGroup additional annotations
additionalRuleGroupAnnotations: {} additionalRuleGroupAnnotations: {}
postgresql: postgresql:
# -- enable the Bitnami PostgreSQL chart. Refer to https://github.com/bitnami/charts/blob/main/bitnami/postgresql/ for possible values. # -- enable the Bitnami PostgreSQL chart. Refer to https://github.com/bitnami/charts/blob/main/bitnami/postgresql/ for possible values.
enabled: true enabled: true