Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 4 additions & 0 deletions charts/redpanda/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down
2 changes: 1 addition & 1 deletion charts/redpanda/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions charts/redpanda/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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)
Expand All @@ -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)

Expand Down
4 changes: 2 additions & 2 deletions charts/redpanda/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
Loading