From 2a0f1e0088451c36a35f61db9fb1304ceb6865b9 Mon Sep 17 00:00:00 2001 From: Rhea Danzey Date: Thu, 19 Sep 2024 11:53:04 -0500 Subject: [PATCH 1/2] Add pull secrets to generate-key job Signed-off-by: Rhea Danzey --- helm/dendrite/templates/jobs.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/helm/dendrite/templates/jobs.yaml b/helm/dendrite/templates/jobs.yaml index c10f358b0a..42582d7490 100644 --- a/helm/dendrite/templates/jobs.yaml +++ b/helm/dendrite/templates/jobs.yaml @@ -54,6 +54,10 @@ metadata: spec: template: spec: + imagePullSecrets: + {{- with .Values.imagePullSecrets }} + {{ . | toYaml | nindent 6 }} + {{- end }} restartPolicy: "Never" serviceAccount: {{ $name }} containers: From e9b5f41fbdcbf935c9c59c31c3a8321eefd3dd1a Mon Sep 17 00:00:00 2001 From: Rhea Danzey Date: Thu, 19 Sep 2024 11:54:22 -0500 Subject: [PATCH 2/2] Chart - bump version to 0.14.5 Signed-off-by: Rhea Danzey --- helm/dendrite/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/dendrite/Chart.yaml b/helm/dendrite/Chart.yaml index 915d8af542..7893f9bdcd 100644 --- a/helm/dendrite/Chart.yaml +++ b/helm/dendrite/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: dendrite -version: "0.14.4" +version: "0.14.5" appVersion: "0.13.8" description: Dendrite Matrix Homeserver type: application