Skip to content

Commit 1952cec

Browse files
committed
charts/redpanda: bump appVersion to v25.1.1
1 parent e713ed4 commit 1952cec

File tree

6 files changed

+259
-260
lines changed

6 files changed

+259
-260
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
project: charts/redpanda
2+
kind: Changed
3+
body: bumped `appVersion` to [v25.1.1](https://github.com/redpanda-data/redpanda/releases/tag/v25.1.1).
4+
time: 2025-04-07T13:17:45.434493-04:00

charts/redpanda/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ and is generated by [Changie](https://github.com/miniscruff/changie).
4949
have been ignored.
5050
* Update Console depedency to latest version with breaking change. Please visit Console change-log.
5151
* The name of the container running redpanda is now always set to `redpanda`.
52+
* bumped `appVersion` to [v25.1.1](https://github.com/redpanda-data/redpanda/releases/tag/v25.1.1).
5253
### Removed
5354
* Connectors sub-chart integration.
5455

charts/redpanda/Chart.yaml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@ version: 5.9.20
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.1.1-rc5
31-
# TODO: Move back to official releases once redpanda 25.1.1 has been cut
32-
# appVersion: v25.1.1
30+
appVersion: v25.1.1
3331

3432
# kubeVersion must be suffixed with "-0" to be able to match cloud providers
3533
# kubernetes versions like "v1.23.8-gke.1900". Their suffix is interpreted as a
@@ -58,8 +56,6 @@ annotations:
5856
url: https://helm.sh/docs/intro/install/
5957
artifacthub.io/images: |
6058
- name: redpanda
61-
image: docker.redpanda.com/redpandadata/redpanda-unstable:v25.1.1-rc5
62-
# TODO: Move back to official releases once redpanda 25.1.1 has been cut
63-
# image: docker.redpanda.com/redpandadata/redpanda:v25.1.1
59+
image: docker.redpanda.com/redpandadata/redpanda:v25.1.1
6460
- name: busybox
6561
image: busybox:latest

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.20](https://img.shields.io/badge/Version-5.9.20-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v25.1.1-rc5](https://img.shields.io/badge/AppVersion-v25.1.1--rc5-informational?style=flat-square)
6+
![Version: 5.9.20](https://img.shields.io/badge/Version-5.9.20-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v25.1.1](https://img.shields.io/badge/AppVersion-v25.1.1-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

@@ -305,7 +305,7 @@ Redpanda Docker image settings.
305305
**Default:**
306306

307307
```
308-
{"pullPolicy":"IfNotPresent","repository":"docker.redpanda.com/redpandadata/redpanda-unstable","tag":""}
308+
{"pullPolicy":"IfNotPresent","repository":"docker.redpanda.com/redpandadata/redpanda","tag":""}
309309
```
310310

311311
### [image.pullPolicy](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=image.pullPolicy)
@@ -321,7 +321,7 @@ Docker repository from which to pull the Redpanda Docker image.
321321
**Default:**
322322

323323
```
324-
"docker.redpanda.com/redpandadata/redpanda-unstable"
324+
"docker.redpanda.com/redpandadata/redpanda"
325325
```
326326

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

0 commit comments

Comments
 (0)