From 76281406c6b30bae46fcbcd7da48d7de32af073b Mon Sep 17 00:00:00 2001 From: arkbriar Date: Tue, 6 Feb 2024 14:25:18 +0800 Subject: [PATCH 1/2] Fix setting image pull secrets Signed-off-by: arkbriar --- charts/risingwave/templates/compactor-deploy.yaml | 4 ++-- charts/risingwave/templates/compute-sts.yaml | 2 +- charts/risingwave/templates/frontend-deploy.yaml | 4 ++-- charts/risingwave/templates/meta-sts.yaml | 4 ++-- charts/risingwave/templates/standalone/standalone-sts.yaml | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/charts/risingwave/templates/compactor-deploy.yaml b/charts/risingwave/templates/compactor-deploy.yaml index 94d1d3b..e45d889 100644 --- a/charts/risingwave/templates/compactor-deploy.yaml +++ b/charts/risingwave/templates/compactor-deploy.yaml @@ -46,7 +46,7 @@ spec: {{- if .Values.image.pullSecrets }} imagePullSecrets: {{- range .Values.image.pullSecrets }} - - {{ . }} + - name: {{ . }} {{- end }} {{- end }} volumes: @@ -248,4 +248,4 @@ spec: - {{ toYaml . | nindent 8 }} {{- end }} {{- end }} -{{- end -}} \ No newline at end of file +{{- end -}} diff --git a/charts/risingwave/templates/compute-sts.yaml b/charts/risingwave/templates/compute-sts.yaml index 06ce93c..d493818 100644 --- a/charts/risingwave/templates/compute-sts.yaml +++ b/charts/risingwave/templates/compute-sts.yaml @@ -50,7 +50,7 @@ spec: {{- if .Values.image.pullSecrets }} imagePullSecrets: {{- range .Values.image.pullSecrets }} - - {{ . }} + - name: {{ . }} {{- end }} {{- end }} volumes: diff --git a/charts/risingwave/templates/frontend-deploy.yaml b/charts/risingwave/templates/frontend-deploy.yaml index c42c7e8..e51f324 100644 --- a/charts/risingwave/templates/frontend-deploy.yaml +++ b/charts/risingwave/templates/frontend-deploy.yaml @@ -47,7 +47,7 @@ spec: {{- if .Values.image.pullSecrets }} imagePullSecrets: {{- range .Values.image.pullSecrets }} - - {{ . }} + - name: {{ . }} {{- end }} {{- end }} volumes: @@ -202,4 +202,4 @@ spec: {{- end }} {{- end }} {{- end }} -{{- end -}} \ No newline at end of file +{{- end -}} diff --git a/charts/risingwave/templates/meta-sts.yaml b/charts/risingwave/templates/meta-sts.yaml index aa64c1f..a1625e1 100644 --- a/charts/risingwave/templates/meta-sts.yaml +++ b/charts/risingwave/templates/meta-sts.yaml @@ -50,7 +50,7 @@ spec: {{- if .Values.image.pullSecrets }} imagePullSecrets: {{- range .Values.image.pullSecrets }} - - {{ . }} + - name: {{ . }} {{- end }} {{- end }} volumes: @@ -280,4 +280,4 @@ spec: - {{ toYaml . | nindent 8 }} {{- end }} {{- end }} -{{- end -}} \ No newline at end of file +{{- end -}} diff --git a/charts/risingwave/templates/standalone/standalone-sts.yaml b/charts/risingwave/templates/standalone/standalone-sts.yaml index 53d6b2d..e6f68b3 100644 --- a/charts/risingwave/templates/standalone/standalone-sts.yaml +++ b/charts/risingwave/templates/standalone/standalone-sts.yaml @@ -47,7 +47,7 @@ spec: {{- if .Values.image.pullSecrets }} imagePullSecrets: {{- range .Values.image.pullSecrets }} - - {{ . }} + - name: {{ . }} {{- end }} {{- end }} volumes: @@ -330,4 +330,4 @@ spec: - {{ toYaml . | nindent 8 }} {{- end }} {{- end }} -{{- end }} \ No newline at end of file +{{- end }} From 2da7de2e2cdbee2b4196dc7aaf78810071622652 Mon Sep 17 00:00:00 2001 From: arkbriar Date: Tue, 6 Feb 2024 14:26:54 +0800 Subject: [PATCH 2/2] Bump version Signed-off-by: arkbriar --- charts/risingwave/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/risingwave/Chart.yaml b/charts/risingwave/Chart.yaml index 4387e88..c42747b 100644 --- a/charts/risingwave/Chart.yaml +++ b/charts/risingwave/Chart.yaml @@ -19,7 +19,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.37 +version: 0.1.38 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to