Skip to content

Commit 27afb6f

Browse files
committed
charts/redpanda: Release v25.2.2
## [v25.2.2](https://github.com/redpanda-data/redpanda-operator/releases/tag/charts%2Fredpanda%2Fv25.2.2) - 2026-01-26 ### Fixed * Fix `CreateContainerConfigError: Error: container's runAsUser breaks non-root policy...` error with `statefulset.podTemplate.spec.securityContext.runAsNonRoot: true` * In the 24.1.1 version Redpanda introduces new value `cloud_storage_credentials_source` for `cloud_storage_azure_managed_identity_id` property. Redpanda helm chart schema validation rejected new value. Schema is extended to include new value.
1 parent 0fe2752 commit 27afb6f

File tree

9 files changed

+2441
-2439
lines changed

9 files changed

+2441
-2439
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## [v25.2.2](https://github.com/redpanda-data/redpanda-operator/releases/tag/charts%2Fredpanda%2Fv25.2.2) - 2026-01-26
2+
### Fixed
3+
* Fix `CreateContainerConfigError: Error: container's runAsUser breaks non-root policy...` error with `statefulset.podTemplate.spec.securityContext.runAsNonRoot: true`
4+
5+
* In the 24.1.1 version Redpanda introduces new value `cloud_storage_credentials_source` for `cloud_storage_azure_managed_identity_id`
6+
property. Redpanda helm chart schema validation rejected new value. Schema is extended to include new value.

.changes/unreleased/charts-redpanda-Fixed-20251103-205145.yaml

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

.changes/unreleased/charts-redpanda-Fixed-20260120-101449.yaml

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

charts/redpanda/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ 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+
## [v25.2.2](https://github.com/redpanda-data/redpanda-operator/releases/tag/charts%2Fredpanda%2Fv25.2.2) - 2026-01-26
9+
### Fixed
10+
* Fix `CreateContainerConfigError: Error: container's runAsUser breaks non-root policy...` error with `statefulset.podTemplate.spec.securityContext.runAsNonRoot: true`
11+
12+
* In the 24.1.1 version Redpanda introduces new value `cloud_storage_credentials_source` for `cloud_storage_azure_managed_identity_id`
13+
property. Redpanda helm chart schema validation rejected new value. Schema is extended to include new value.
14+
815
## [v25.2.1](https://github.com/redpanda-data/redpanda-operator/releases/tag/charts%2Fredpanda%2Fv25.2.1) - 2025-12-02
916
### Added
1017
* Added a chart wide `podTemplate` field which may be used to control Pod attributes chart wide.

charts/redpanda/chart/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ 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: 25.2.1
26+
version: 25.2.2
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
30-
appVersion: v25.2.11
30+
appVersion: v25.2.14
3131

3232
# kubeVersion must be suffixed with "-0" to be able to match cloud providers
3333
# kubernetes versions like "v1.23.8-gke.1900". Their suffix is interpreted as a
@@ -52,6 +52,6 @@ annotations:
5252
url: https://helm.sh/docs/intro/install/
5353
artifacthub.io/images: |
5454
- name: redpanda
55-
image: docker.redpanda.com/redpandadata/redpanda:v25.2.1
55+
image: docker.redpanda.com/redpandadata/redpanda:v25.2.14
5656
- name: busybox
5757
image: busybox:latest

charts/redpanda/chart/README.md

Lines changed: 1 addition & 1 deletion
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: 25.2.1](https://img.shields.io/badge/Version-25.2.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v25.2.11](https://img.shields.io/badge/AppVersion-v25.2.11-informational?style=flat-square)
6+
![Version: 25.2.2](https://img.shields.io/badge/Version-25.2.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v25.2.14](https://img.shields.io/badge/AppVersion-v25.2.14-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/chart/values.yaml). Each of the settings is listed and described on this page, along with any default values.
99

0 commit comments

Comments
 (0)