Skip to content

Commit 820fbdd

Browse files
committed
operator: Align Redpanda helm chart go module to match 5.9.21 release
1 parent e92ffb8 commit 820fbdd

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

operator/api/redpanda/v1alpha2/redpanda_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ type ChartRef struct {
6060
// This ties the operator to a specific version of the Go-based Redpanda Helm chart, causing all other
6161
// ChartRef fields to be ignored.
6262
//
63-
// Before disabling `useFlux`, ensure that your `chartVersion` is aligned with `5.9.20` or the corresponding
63+
// Before disabling `useFlux`, ensure that your `chartVersion` is aligned with `5.9.21` or the corresponding
6464
// version of the Redpanda chart.
6565
//
6666
// Note: When `useFlux` is set to `false`, `RedpandaStatus` may become inaccurate if the HelmRelease is

operator/api/redpanda/v1alpha2/testdata/crd-docs.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ This ties the operator to a specific version of the Go-based Redpanda Helm chart
405405
ChartRef fields to be ignored. +
406406

407407

408-
Before disabling `useFlux`, ensure that your `chartVersion` is aligned with `5.9.20` or the corresponding +
408+
Before disabling `useFlux`, ensure that your `chartVersion` is aligned with `5.9.21` or the corresponding +
409409
version of the Redpanda chart. +
410410

411411

operator/config/crd/bases/cluster.redpanda.com_redpandas.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ spec:
120120
This ties the operator to a specific version of the Go-based Redpanda Helm chart, causing all other
121121
ChartRef fields to be ignored.
122122

123-
Before disabling `useFlux`, ensure that your `chartVersion` is aligned with `5.9.20` or the corresponding
123+
Before disabling `useFlux`, ensure that your `chartVersion` is aligned with `5.9.21` or the corresponding
124124
version of the Redpanda chart.
125125

126126
Note: When `useFlux` is set to `false`, `RedpandaStatus` may become inaccurate if the HelmRelease is
@@ -20387,7 +20387,7 @@ spec:
2038720387
This ties the operator to a specific version of the Go-based Redpanda Helm chart, causing all other
2038820388
ChartRef fields to be ignored.
2038920389

20390-
Before disabling `useFlux`, ensure that your `chartVersion` is aligned with `5.9.20` or the corresponding
20390+
Before disabling `useFlux`, ensure that your `chartVersion` is aligned with `5.9.21` or the corresponding
2039120391
version of the Redpanda chart.
2039220392

2039320393
Note: When `useFlux` is set to `false`, `RedpandaStatus` may become inaccurate if the HelmRelease is

operator/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ require (
3333
github.com/redpanda-data/console/backend v0.0.0-20240303221210-05d5d9e85f20
3434
github.com/redpanda-data/redpanda-operator/charts/connectors v0.0.0-20250129114027-a89e202aea86
3535
github.com/redpanda-data/redpanda-operator/charts/console v0.0.0-20250129114027-a89e202aea86
36-
github.com/redpanda-data/redpanda-operator/charts/redpanda v0.0.0-20250207141022-1388ec6c6b63
36+
github.com/redpanda-data/redpanda-operator/charts/redpanda v0.0.0-20250305230737-e92ffb8a05a6
3737
github.com/redpanda-data/redpanda-operator/pkg v0.0.0-20250206213012-3bb78bb0f17f
3838
github.com/redpanda-data/redpanda/src/go/rpk v0.0.0-20240827155712-244863ea0ae8
3939
github.com/scalalang2/golang-fifo v1.0.2

operator/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1103,8 +1103,8 @@ github.com/redpanda-data/redpanda-operator/charts/connectors v0.0.0-202501291140
11031103
github.com/redpanda-data/redpanda-operator/charts/connectors v0.0.0-20250129114027-a89e202aea86/go.mod h1:VTE5b2s0AWj/gJ1ygVXbfMaDKd6mmxiIgbw32hD2w94=
11041104
github.com/redpanda-data/redpanda-operator/charts/console v0.0.0-20250129114027-a89e202aea86 h1:OIMgob/yXf+LmtfBd4D9URQs3ULGZmjnCLwbTb61kb0=
11051105
github.com/redpanda-data/redpanda-operator/charts/console v0.0.0-20250129114027-a89e202aea86/go.mod h1:uMzbKxddryc+t69uOI6U7yTaXAVqjEtZ6gGH3sszgIk=
1106-
github.com/redpanda-data/redpanda-operator/charts/redpanda v0.0.0-20250207141022-1388ec6c6b63 h1:ANC+jxOUwNNNid1+7ni6SX6UhQlB6TkROIyE3vuXqeM=
1107-
github.com/redpanda-data/redpanda-operator/charts/redpanda v0.0.0-20250207141022-1388ec6c6b63/go.mod h1:hqkCJt09li/REYBgJ/O32gBxHTUhAaLqCRoVhj0Er+o=
1106+
github.com/redpanda-data/redpanda-operator/charts/redpanda v0.0.0-20250305230737-e92ffb8a05a6 h1:9uWVXMxZIWDER4dEsZfb65nDDkECj7fk3BHGJmpG0aU=
1107+
github.com/redpanda-data/redpanda-operator/charts/redpanda v0.0.0-20250305230737-e92ffb8a05a6/go.mod h1:hqkCJt09li/REYBgJ/O32gBxHTUhAaLqCRoVhj0Er+o=
11081108
github.com/redpanda-data/redpanda-operator/pkg v0.0.0-20250206213012-3bb78bb0f17f h1:JY/VwWH44/wYDbfalLAQeqY5r1xeh1UXXX+d052T54M=
11091109
github.com/redpanda-data/redpanda-operator/pkg v0.0.0-20250206213012-3bb78bb0f17f/go.mod h1:jstEIOVRim07DsGZbS3+ljpk+dziWMd0QFF2g4MPRJI=
11101110
github.com/redpanda-data/redpanda/src/go/rpk v0.0.0-20240827155712-244863ea0ae8 h1:uTQKqF8UPNxYxKBJ11VlG6Vt2l9ctkkeXsmmjHUSUG4=

0 commit comments

Comments
 (0)