Skip to content

Commit

Permalink
fix: upgrade image tags and etcd volumeClaimTemplates (OpenAtomFounda…
Browse files Browse the repository at this point in the history
  • Loading branch information
chenbt-hz authored Jan 9, 2024
1 parent c9c5b19 commit 9facdd8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tools/kubeblocks_helm/pika-cluster/templates/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ spec:
{{- end }}
{{- if .Values.persistence.enabled }}
volumeClaimTemplates:
{{- with $.Values.persistence.pikaData }}
{{- with $.Values.persistence.etcdData }}
- name: data # ref clusterdefinition components.containers.volumeMounts.name
spec:
storageClassName: {{ .storageClassName }}
Expand Down
4 changes: 2 additions & 2 deletions tools/kubeblocks_helm/pika/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ image:
pika:
registry: docker.io
repository: pikadb/pika
tag: v3.5.2
tag: 3.5.2.0
pullPolicy: IfNotPresent
codis:
registry: docker.io
repository: pikadb/codis
tag: v3.5.2
tag: 3.5.2.0
pullPolicy: IfNotPresent
etcd:
registry: docker.io
Expand Down

0 comments on commit 9facdd8

Please sign in to comment.