diff --git a/Taskfile.yaml b/Taskfile.yaml index a0cd98ccd8..637f75d99e 100644 --- a/Taskfile.yaml +++ b/Taskfile.yaml @@ -170,7 +170,7 @@ tasks: sync:redpanda:chart: - task: sync:chart vars: - REF: charts/redpanda/v5.9.23 + REF: charts/redpanda/v5.9.24 LOCAL_DIR: charts/redpanda REMOTE_DIR: charts/redpanda diff --git a/charts/redpanda/CHANGELOG.md b/charts/redpanda/CHANGELOG.md index 07044a75bb..fa4933e014 100644 --- a/charts/redpanda/CHANGELOG.md +++ b/charts/redpanda/CHANGELOG.md @@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and is generated by [Changie](https://github.com/miniscruff/changie). +## v5.9.24 - 2025-05-27 +### Changed +* Bump Redpanda operator side car container tag to `v2.3.11-24.3.14`. + ## v5.9.23 - 2025-05-23 ### Changed * Bump Redpanda operator side car container tag to `v2.3.10-24.3.14`. diff --git a/charts/redpanda/Chart.yaml b/charts/redpanda/Chart.yaml index 866d8c1803..3db8e8e7ea 100644 --- a/charts/redpanda/Chart.yaml +++ b/charts/redpanda/Chart.yaml @@ -23,7 +23,7 @@ type: application # The chart version and the app version are not the same and will not track # together. The chart version is a semver representation of changes to this # chart. -version: 5.9.23 +version: 5.9.24 # The app version is the default version of Redpanda to install. # ** NOTE for maintainers: please ensure the artifacthub image annotation is updated before merging diff --git a/charts/redpanda/README.md b/charts/redpanda/README.md index a9412f67cd..dac98f94d2 100644 --- a/charts/redpanda/README.md +++ b/charts/redpanda/README.md @@ -3,7 +3,7 @@ description: Find the default values and descriptions of settings in the Redpanda Helm chart. --- -![Version: 5.9.23](https://img.shields.io/badge/Version-5.9.23-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v24.3.14](https://img.shields.io/badge/AppVersion-v24.3.14-informational?style=flat-square) +![Version: 5.9.24](https://img.shields.io/badge/Version-5.9.24-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v24.3.14](https://img.shields.io/badge/AppVersion-v24.3.14-informational?style=flat-square) This page describes the official Redpanda Helm Chart. In particular, this page describes the contents of the chart’s [`values.yaml` file](https://github.com/redpanda-data/helm-charts/blob/main/charts/redpanda/values.yaml). Each of the settings is listed and described on this page, along with any default values. @@ -1001,7 +1001,7 @@ DEPRECATED: Please use statefulset.sideCars.brokerDecommissioner and statefulset **Default:** ``` -{"createRBAC":true,"enabled":false,"healthProbeAddress":":8085","image":{"repository":"docker.redpanda.com/redpandadata/redpanda-operator","tag":"v2.3.10-24.3.14"},"metricsAddress":":9082","pprofAddress":":9083","resources":{},"run":["all"],"securityContext":{}} +{"createRBAC":true,"enabled":false,"healthProbeAddress":":8085","image":{"repository":"docker.redpanda.com/redpandadata/redpanda-operator","tag":"v2.3.11-24.3.14"},"metricsAddress":":9082","pprofAddress":":9083","resources":{},"run":["all"],"securityContext":{}} ``` ### [statefulset.sideCars.controllers.resources](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=statefulset.sideCars.controllers.resources) @@ -1024,7 +1024,7 @@ To create `Guaranteed` Pods for Redpanda brokers, provide both requests and limi ### [statefulset.sideCars.image.tag](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=statefulset.sideCars.image.tag) -**Default:** `"v2.3.10-24.3.14"` +**Default:** `"v2.3.11-24.3.14"` ### [statefulset.sideCars.pvcUnbinder.enabled](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=statefulset.sideCars.pvcUnbinder.enabled) diff --git a/charts/redpanda/values.yaml b/charts/redpanda/values.yaml index 8a49df8907..d4236fcc6d 100644 --- a/charts/redpanda/values.yaml +++ b/charts/redpanda/values.yaml @@ -706,7 +706,7 @@ statefulset: securityContext: {} extraVolumeMounts: "" image: - tag: v2.3.10-24.3.14 + tag: v2.3.11-24.3.14 repository: docker.redpanda.com/redpandadata/redpanda-operator # The PVCUnbinder helps keep redpanda operational in the event of a tolerable Node or Disk loss event when non-remountable storage, # such as `local` or `hostPath`, are used. It does so by monitoring redpanda Pods that are in a "Pending" state for at least the period @@ -734,7 +734,7 @@ statefulset: # -- DEPRECATED: Please use statefulset.sideCars.brokerDecommissioner and statefulset.sideCars.pvcUnbinder controllers: image: - tag: v2.3.10-24.3.14 + tag: v2.3.11-24.3.14 repository: docker.redpanda.com/redpandadata/redpanda-operator # You must also enable RBAC, `rbac.enabled=true`, to deploy this sidecar enabled: false