kanidm: bump to v1.6.2, helm chart v0.2.0
This commit is contained in:
@ -8,10 +8,10 @@ strategy:
|
||||
type: Recreate
|
||||
|
||||
image:
|
||||
repository: docker.io/kanidm/server
|
||||
repository: gitea.geekhome.org/ghp/kanidm
|
||||
pullPolicy: IfNotPresent
|
||||
# Overrides the image tag whose default is the chart appVersion.
|
||||
tag: "1.5.0"
|
||||
tag: "1.6.2-1"
|
||||
|
||||
imagePullSecrets: []
|
||||
nameOverride: ""
|
||||
@ -21,7 +21,6 @@ kanidm:
|
||||
bindaddress: "[::]:{{ .Values.service.port }}"
|
||||
domain: "idm.example.com"
|
||||
#origin: "https://{{ .Values.kanidm.domain }}:{{ .Values.service.port }}"
|
||||
trust_x_forward_for: true
|
||||
db_path: "/data/kanidm.db"
|
||||
#db_fs_type: "zfs"
|
||||
#db_arc_size: "2048"
|
||||
@ -31,7 +30,7 @@ kanidm:
|
||||
|
||||
kanidmLdap:
|
||||
enabled: false
|
||||
dapbindaddress: "[::]:3636"
|
||||
dapbindaddress: "[::]:{{ .Values.service.ldap }}"
|
||||
|
||||
kanidmOnlineBackup:
|
||||
enabled: true
|
||||
@ -67,6 +66,7 @@ securityContext: {}
|
||||
service:
|
||||
type: ClusterIP
|
||||
port: 443
|
||||
ldap: 636
|
||||
|
||||
ingress:
|
||||
enabled: false
|
||||
|
Reference in New Issue
Block a user