kanidm: bump to v1.6.2, helm chart v0.2.0

This commit is contained in:
ace
2025-05-13 00:12:33 +03:00
parent 77c2028150
commit c0ad9437b2
5 changed files with 51 additions and 21 deletions

View File

@ -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