Skip to content

Commit

Permalink
Merge pull request #19 from risingwavelabs/shunjie/fix-17
Browse files Browse the repository at this point in the history
fix: fix setting image pull secrets
  • Loading branch information
arkbriar authored Feb 6, 2024
2 parents 62722c3 + 2da7de2 commit 7b41ccf
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion charts/risingwave/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions charts/risingwave/templates/compactor-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ spec:
{{- if .Values.image.pullSecrets }}
imagePullSecrets:
{{- range .Values.image.pullSecrets }}
- {{ . }}
- name: {{ . }}
{{- end }}
{{- end }}
volumes:
Expand Down Expand Up @@ -248,4 +248,4 @@ spec:
- {{ toYaml . | nindent 8 }}
{{- end }}
{{- end }}
{{- end -}}
{{- end -}}
2 changes: 1 addition & 1 deletion charts/risingwave/templates/compute-sts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ spec:
{{- if .Values.image.pullSecrets }}
imagePullSecrets:
{{- range .Values.image.pullSecrets }}
- {{ . }}
- name: {{ . }}
{{- end }}
{{- end }}
volumes:
Expand Down
4 changes: 2 additions & 2 deletions charts/risingwave/templates/frontend-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ spec:
{{- if .Values.image.pullSecrets }}
imagePullSecrets:
{{- range .Values.image.pullSecrets }}
- {{ . }}
- name: {{ . }}
{{- end }}
{{- end }}
volumes:
Expand Down Expand Up @@ -202,4 +202,4 @@ spec:
{{- end }}
{{- end }}
{{- end }}
{{- end -}}
{{- end -}}
4 changes: 2 additions & 2 deletions charts/risingwave/templates/meta-sts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ spec:
{{- if .Values.image.pullSecrets }}
imagePullSecrets:
{{- range .Values.image.pullSecrets }}
- {{ . }}
- name: {{ . }}
{{- end }}
{{- end }}
volumes:
Expand Down Expand Up @@ -280,4 +280,4 @@ spec:
- {{ toYaml . | nindent 8 }}
{{- end }}
{{- end }}
{{- end -}}
{{- end -}}
4 changes: 2 additions & 2 deletions charts/risingwave/templates/standalone/standalone-sts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ spec:
{{- if .Values.image.pullSecrets }}
imagePullSecrets:
{{- range .Values.image.pullSecrets }}
- {{ . }}
- name: {{ . }}
{{- end }}
{{- end }}
volumes:
Expand Down Expand Up @@ -330,4 +330,4 @@ spec:
- {{ toYaml . | nindent 8 }}
{{- end }}
{{- end }}
{{- end }}
{{- end }}

0 comments on commit 7b41ccf

Please sign in to comment.