From 14f379bad95193d374acf6cd3a8e99d5483faf37 Mon Sep 17 00:00:00 2001 From: phil Date: Wed, 24 Jun 2026 09:04:36 +0900 Subject: [PATCH] =?UTF-8?q?chore(chart):=20bump=20valkey-operator=20chart?= =?UTF-8?q?=201.3.2=E2=86=921.4.0=20/=20appVersion=201.3.0=E2=86=921.5.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ghcr 이미지가 1.5.0까지 발행됐으나 Chart.yaml이 appVersion 1.3.0에 멈춰 OCI/ArtifactHub 차트가 stale. main HEAD(64cebd5e)=이미지 1.5.0 빌드 소스라 crds/templates는 1.5.0 호환 → version/appVersion bump만으로 안전. helm-publish.yml CI가 OCI valkey-operator:1.4.0 발행. Co-Authored-By: Claude Opus 4.8 (1M context) --- charts/valkey-operator/Chart.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/valkey-operator/Chart.yaml b/charts/valkey-operator/Chart.yaml index fa961ccb..b188c39a 100644 --- a/charts/valkey-operator/Chart.yaml +++ b/charts/valkey-operator/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: valkey-operator description: A Kubernetes Operator for managing Valkey instances and Clusters (Redis OSS fork, BSD-licensed) type: application -version: 1.3.2 -appVersion: "1.3.0" +version: 1.4.0 +appVersion: "1.5.0" kubeVersion: ">=1.26.0-0" keywords: @@ -121,13 +121,13 @@ annotations: artifacthub.io/containsSecurityUpdates: "true" artifacthub.io/images: | - name: valkey-operator - image: ghcr.io/keiailab/valkey-operator:1.3.0 + image: ghcr.io/keiailab/valkey-operator:1.5.0 - name: valkey image: docker.io/valkey/valkey:9.1.0-alpine3.23 artifacthub.io/prerelease: "false" artifacthub.io/changes: | - - kind: fixed - description: Refresh operational defaults for Valkey 9.1.0 and document ExternalSecret-based credential sourcing. + - kind: changed + description: Bump chart to appVersion 1.5.0 (operator image 1.5.0) — chart had lagged at 1.3.0 while ghcr image advanced to 1.5.0. artifacthub.io/recommendations: | - url: https://artifacthub.io/packages/helm/prometheus-community/kube-prometheus-stack - url: https://artifacthub.io/packages/helm/cert-manager/cert-manager