diff --git a/charts/valkey-operator/Chart.yaml b/charts/valkey-operator/Chart.yaml index fa961cc..b188c39 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