Skip to content

Commit

Permalink
update cluster image to 7.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dmolik committed Aug 2, 2024
1 parent ccd05ae commit c3412aa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion api/v1/valkey_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ type ValkeySpec struct {
// Important: Run "make" to regenerate code after modifying this file

// Image to use
// +kubebuilder:default:="docker.io/bitnami/valkey-cluster:7.2.5-debian-12-r4"
// +kubebuilder:default:="docker.io/bitnami/valkey-cluster:7.2.6-debian-12-r0"
Image string `json:"image,omitempty"`

// Number of nodes
Expand Down
2 changes: 1 addition & 1 deletion config/crd/bases/hyperspike.io_valkeys.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ spec:
description: ValkeySpec defines the desired state of Valkey
properties:
image:
default: docker.io/bitnami/valkey-cluster:7.2.5-debian-12-r4
default: docker.io/bitnami/valkey-cluster:7.2.6-debian-12-r0
description: Image to use
type: string
masterNodes:
Expand Down
2 changes: 1 addition & 1 deletion dist/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ spec:
description: ValkeySpec defines the desired state of Valkey
properties:
image:
default: docker.io/bitnami/valkey-cluster:7.2.5-debian-12-r4
default: docker.io/bitnami/valkey-cluster:7.2.6-debian-12-r0
description: Image to use
type: string
masterNodes:
Expand Down

0 comments on commit c3412aa

Please sign in to comment.