From c03083bd645475a45ac30df5f21892959c19458d Mon Sep 17 00:00:00 2001 From: chenbt <34958405+chenbt-hz@users.noreply.github.com> Date: Tue, 9 Jan 2024 11:09:59 +0800 Subject: [PATCH] fix: upgrade image tags and etcd volumeClaimTemplates (#2281) --- tools/kubeblocks_helm/pika-cluster/templates/cluster.yaml | 2 +- tools/kubeblocks_helm/pika/values.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/kubeblocks_helm/pika-cluster/templates/cluster.yaml b/tools/kubeblocks_helm/pika-cluster/templates/cluster.yaml index 33bd20e16..970e06f41 100644 --- a/tools/kubeblocks_helm/pika-cluster/templates/cluster.yaml +++ b/tools/kubeblocks_helm/pika-cluster/templates/cluster.yaml @@ -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 }} diff --git a/tools/kubeblocks_helm/pika/values.yaml b/tools/kubeblocks_helm/pika/values.yaml index de042f71e..81b1d84f3 100644 --- a/tools/kubeblocks_helm/pika/values.yaml +++ b/tools/kubeblocks_helm/pika/values.yaml @@ -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