Skip to content

Commit 62ff515

Browse files
committed
charts/redpanda: Cut v5.9.27 release
1 parent 6cedd55 commit 62ff515

File tree

7 files changed

+3459
-3456
lines changed

7 files changed

+3459
-3456
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## v5.9.27 - 2025-07-15
2+
### Changed
3+
* Bump Redpanda operator sidecar container tag to `v2.3.13-24.3.17`.

.changes/unreleased/charts-redpanda-Changed-20250714-174646.yaml

Lines changed: 0 additions & 4 deletions
This file was deleted.

charts/redpanda/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
55
and is generated by [Changie](https://github.com/miniscruff/changie).
66

77

8+
## v5.9.27 - 2025-07-15
9+
### Changed
10+
* Bump Redpanda operator sidecar container tag to `v2.3.13-24.3.17`.
11+
812
## v5.9.26 - 2025-07-11
913
### Changed
1014
* Bump appVersion version to `v24.3.17`.

charts/redpanda/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ type: application
2323
# The chart version and the app version are not the same and will not track
2424
# together. The chart version is a semver representation of changes to this
2525
# chart.
26-
version: 5.9.26
26+
version: 5.9.27
2727

2828
# The app version is the default version of Redpanda to install.
2929
# ** NOTE for maintainers: please ensure the artifacthub image annotation is updated before merging

charts/redpanda/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
description: Find the default values and descriptions of settings in the Redpanda Helm chart.
44
---
55

6-
![Version: 5.9.26](https://img.shields.io/badge/Version-5.9.26-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v24.3.17](https://img.shields.io/badge/AppVersion-v24.3.17-informational?style=flat-square)
6+
![Version: 5.9.27](https://img.shields.io/badge/Version-5.9.27-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v24.3.17](https://img.shields.io/badge/AppVersion-v24.3.17-informational?style=flat-square)
77

88
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.
99

@@ -995,7 +995,7 @@ DEPRECATED: Please use statefulset.sideCars.brokerDecommissioner and statefulset
995995
**Default:**
996996

997997
```
998-
{"createRBAC":true,"enabled":false,"healthProbeAddress":":8085","image":{"repository":"docker.redpanda.com/redpandadata/redpanda-operator","tag":"v2.3.12-24.3.17"},"metricsAddress":":9082","pprofAddress":":9083","resources":{},"run":["all"],"securityContext":{}}
998+
{"createRBAC":true,"enabled":false,"healthProbeAddress":":8085","image":{"repository":"docker.redpanda.com/redpandadata/redpanda-operator","tag":"v2.3.13-24.3.17"},"metricsAddress":":9082","pprofAddress":":9083","resources":{},"run":["all"],"securityContext":{}}
999999
```
10001000

10011001
### [statefulset.sideCars.controllers.resources](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=statefulset.sideCars.controllers.resources)
@@ -1018,7 +1018,7 @@ To create `Guaranteed` Pods for Redpanda brokers, provide both requests and limi
10181018

10191019
### [statefulset.sideCars.image.tag](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=statefulset.sideCars.image.tag)
10201020

1021-
**Default:** `"v2.3.12-24.3.17"`
1021+
**Default:** `"v2.3.13-24.3.17"`
10221022

10231023
### [statefulset.sideCars.pvcUnbinder.enabled](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=statefulset.sideCars.pvcUnbinder.enabled)
10241024

0 commit comments

Comments
 (0)