Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions charts/valkey-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down
Loading