Skip to content

Commit

Permalink
fix: fix a problem when upgrading charts
Browse files Browse the repository at this point in the history
Signed-off-by: arkbriar <[email protected]>
  • Loading branch information
arkbriar committed Aug 10, 2023
1 parent e24a79d commit b4ffcba
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 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.10
version: 0.1.11

# 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
2 changes: 1 addition & 1 deletion charts/risingwave/templates/compactor-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
template:
metadata:
labels:
{{- include "risingwave.labels" . | nindent 8 }}
{{- include "risingwave.selectorLabels" . | nindent 8 }}
risingwave.risingwavelabs.com/component: compactor
risingwave/name: {{ include "risingwave.fullname" . }}
risingwave/component: compactor
Expand Down
2 changes: 1 addition & 1 deletion charts/risingwave/templates/compute-sts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
template:
metadata:
labels:
{{- include "risingwave.labels" . | nindent 8 }}
{{- include "risingwave.selectorLabels" . | nindent 8 }}
risingwave.risingwavelabs.com/component: compute
risingwave/name: {{ include "risingwave.fullname" . }}
risingwave/component: compute
Expand Down
2 changes: 1 addition & 1 deletion charts/risingwave/templates/frontend-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
template:
metadata:
labels:
{{- include "risingwave.labels" . | nindent 8 }}
{{- include "risingwave.selectorLabels" . | nindent 8 }}
risingwave.risingwavelabs.com/component: frontend
risingwave/name: {{ include "risingwave.fullname" . }}
risingwave/component: frontend
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
template:
metadata:
labels:
{{- include "risingwave.labels" . | nindent 8 }}
{{- include "risingwave.selectorLabels" . | nindent 8 }}
spec:
restartPolicy: OnFailure
containers:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
template:
metadata:
labels:
{{- include "risingwave.labels" . | nindent 8 }}
{{- include "risingwave.selectorLabels" . | nindent 8 }}
spec:
restartPolicy: OnFailure
containers:
Expand Down
2 changes: 1 addition & 1 deletion charts/risingwave/templates/hooks/post-install-wait.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
template:
metadata:
labels:
{{- include "risingwave.labels" . | nindent 8 }}
{{- include "risingwave.selectorLabels" . | nindent 8 }}
spec:
restartPolicy: OnFailure
containers:
Expand Down
2 changes: 1 addition & 1 deletion charts/risingwave/templates/meta-sts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
template:
metadata:
labels:
{{- include "risingwave.labels" . | nindent 8 }}
{{- include "risingwave.selectorLabels" . | nindent 8 }}
risingwave.risingwavelabs.com/component: meta
risingwave/name: {{ include "risingwave.fullname" . }}
risingwave/component: meta
Expand Down

0 comments on commit b4ffcba

Please sign in to comment.