diff --git a/helmfile/apps/xwiki/values.yaml.gotmpl b/helmfile/apps/xwiki/values.yaml.gotmpl index 2cd90052..d43877f3 100644 --- a/helmfile/apps/xwiki/values.yaml.gotmpl +++ b/helmfile/apps/xwiki/values.yaml.gotmpl @@ -8,6 +8,8 @@ image: tag: {{ .Values.images.xwiki.tag | quote }} pullPolicy: {{ .Values.global.imagePullPolicy | quote }} +imagePullSecrets: {{ .Values.global.imagePullSecrets }} + externalDB: password: {{ .Values.databases.xwiki.password | default .Values.secrets.mariadb.rootPassword | quote }} database: {{ .Values.databases.xwiki.name | quote }} diff --git a/helmfile/environments/default/charts.yaml b/helmfile/environments/default/charts.yaml index 0b053062..0100586a 100644 --- a/helmfile/environments/default/charts.yaml +++ b/helmfile/environments/default/charts.yaml @@ -510,7 +510,7 @@ charts: registry: "registry.opencode.de" repository: "bmi/opendesk/components/supplier/univention/charts-mirror" name: "keycloak-extensions" - version: "0.0.5-post-feat-add-imagepullsecrets" + version: "0.0.5" verify: true # @supplier: "Univention" # @mirrorFilter: '^(\d+)\.(\d+)\.(\d+)$' diff --git a/helmfile/environments/default/replicas.yaml b/helmfile/environments/default/replicas.yaml index 95170273..cd94719b 100644 --- a/helmfile/environments/default/replicas.yaml +++ b/helmfile/environments/default/replicas.yaml @@ -14,6 +14,7 @@ replicas: freshclam: 1 # clamav-distributed icap: 1 + intercomService: 1 jibri: 1 jicofo: 1 jitsi: 1 @@ -25,6 +26,7 @@ replicas: matrixNeoDateFixBot: 1 matrixNeoDateFixWidget: 1 matrixUserVerificationService: 1 + memcached: 1 # clamav-distributed milter: 1 minioDistributed: 4 @@ -33,6 +35,7 @@ replicas: nextcloudPHP: 1 openproject: 1 postfix: 1 + redis: 1 synapse: 1 synapseWeb: 1 wellKnown: 1