Skip to content

Commit 1d02f7c

Browse files
committed
Release many changes for operator chart
1 parent d0eaea3 commit 1d02f7c

File tree

4 files changed

+2343
-1308
lines changed

4 files changed

+2343
-1308
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,13 @@
225225
#### Fixed
226226
#### Removed
227227
228+
### [0.4.33](https://github.com/redpanda-data/helm-charts/releases/tag/operator-0.4.33) - 2024-11-6
229+
#### Added
230+
* Missing permissions for Horizontal Pod Autoscaler, cert-manager Certificate and Issuer
231+
#### Changed
232+
#### Fixed
233+
#### Removed
234+
228235
### [0.4.32](https://github.com/redpanda-data/helm-charts/releases/tag/operator-0.4.32) - 2024-10-31
229236
#### Added
230237
* Strategic merge of Pod volumes

charts/operator/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ type: application
66
# The chart version and the app version are not the same and will not track
77
# together. The chart version is a semver representation of changes to this
88
# chart.
9-
version: 0.4.32
9+
version: 0.4.33
1010

1111
# This is the default version of the operator being deployed.
1212
# ** NOTE for maintainers: please enssure the artifacthub image annotation is updated before merging

charts/operator/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 Operator Helm chart.
44
---
55

6-
![Version: 0.4.32](https://img.shields.io/badge/Version-0.4.32-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.2.5-24.2.7](https://img.shields.io/badge/AppVersion-v2.2.5--24.2.7-informational?style=flat-square)
6+
![Version: 0.4.33](https://img.shields.io/badge/Version-0.4.33-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.2.5-24.2.7](https://img.shields.io/badge/AppVersion-v2.2.5--24.2.7-informational?style=flat-square)
77

88
This page describes the official Redpanda Operator 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/operator/values.yaml). Each of the settings is listed and described on this page, along with any default values.
99

0 commit comments

Comments
 (0)