diff --git a/argoproj/hitohub/overlays/prod/tidb-cluster.yaml b/argoproj/hitohub/overlays/prod/tidb-cluster.yaml index eb701f220..fb3bce404 100644 --- a/argoproj/hitohub/overlays/prod/tidb-cluster.yaml +++ b/argoproj/hitohub/overlays/prod/tidb-cluster.yaml @@ -10,7 +10,7 @@ spec: configUpdateStrategy: RollingUpdate discovery: {} helper: - image: alpine:3.23.4 + image: alpine:3.24.0 pd: baseImage: pingcap/pd maxFailoverCount: 3 # フェイルオーバーを許容するための設定 diff --git a/argoproj/hitohub/overlays/stage/tidb-cluster.yaml b/argoproj/hitohub/overlays/stage/tidb-cluster.yaml index 4167edf9b..7a8b64cc3 100644 --- a/argoproj/hitohub/overlays/stage/tidb-cluster.yaml +++ b/argoproj/hitohub/overlays/stage/tidb-cluster.yaml @@ -10,7 +10,7 @@ spec: configUpdateStrategy: RollingUpdate discovery: {} helper: - image: alpine:3.23.4 + image: alpine:3.24.0 pd: baseImage: pingcap/pd maxFailoverCount: 0