0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2025-04-30 07:04:09 +02:00

Add configuration for image pull secrets

Signed-off-by: Rhea Danzey <rdanzey@element.io>
This commit is contained in:
Rhea Danzey 2024-09-18 11:50:01 -05:00
parent aa8d10a62d
commit 72261d44de
No known key found for this signature in database
GPG key ID: BC69166FB2668680
3 changed files with 9 additions and 1 deletions

View file

@ -1,6 +1,6 @@
apiVersion: v2
name: dendrite
version: "0.14.2"
version: "0.14.3"
appVersion: "0.13.8"
description: Dendrite Matrix Homeserver
type: application

View file

@ -110,3 +110,7 @@ spec:
httpGet:
path: /_dendrite/monitor/up
port: http
imagePullSecrets:
{{- with .Values.imagePullSecrets }}
{{ . | toYaml | nindent 6 }}
{{- end }}

View file

@ -6,6 +6,10 @@ image:
# -- Overrides the image tag whose default is the chart appVersion.
tag: ""
# -- Configure image pull secrets to use private container registry
# https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/#create-a-pod-that-uses-your-secret
imagePullSecrets: []
# - name: your-pull-secret-name
# signing key to use
signing_key: