Skip to content

Commit 5738385

Browse files
committed
Bump operator app version to v2.3.0.24.3.1
1 parent f3f56d0 commit 5738385

File tree

9 files changed

+3557
-3548
lines changed

9 files changed

+3557
-3548
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@
88
#### Fixed
99
#### Removed
1010

11+
12+
### [5.9.12](https://github.com/redpanda-data/helm-charts/releases/tag/redpanda-5.9.12) - 2024-11-22
13+
#### Added
14+
#### Changed
15+
* Chart version to update operator side-car container tag
16+
#### Fixed
17+
#### Removed
18+
1119
### [5.9.11](https://github.com/redpanda-data/helm-charts/releases/tag/redpanda-5.9.11) - 2024-11-21
1220
#### Added
1321
* Ability to generate Redpanda with Connector resources from go code
@@ -240,11 +248,12 @@
240248
#### Fixed
241249
#### Removed
242250
243-
### [0.4.33](https://github.com/redpanda-data/helm-charts/releases/tag/operator-0.4.33) - 2024-11-6
251+
### [0.4.33](https://github.com/redpanda-data/helm-charts/releases/tag/operator-0.4.33) - 2024-11-22
244252
#### Added
245253
* Missing permissions for ClusterRoles, ClusterRoleBindings, Horizontal Pod Autoscaler, cert-manager/Certificate,
246254
cert-manager/Issuer, redpanda/Users, and redpanda/Schemas.
247255
#### Changed
256+
* Application version for newly operator release v2.3.0-24.3.1
248257
#### Fixed
249258
#### Removed
250259

charts/operator/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ 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
13-
appVersion: v2.3.0-24.2.10
13+
appVersion: v2.3.0-24.3.1
1414

1515
kubeVersion: ">= 1.25.0-0"
1616

@@ -36,9 +36,9 @@ annotations:
3636
url: https://helm.sh/docs/intro/install/
3737
artifacthub.io/images: |
3838
- name: redpanda-operator
39-
image: docker.redpanda.com/redpandadata/redpanda-operator:v2.3.0-24.2.10
39+
image: docker.redpanda.com/redpandadata/redpanda-operator:v2.3.0-24.3.1
4040
- name: configurator
41-
image: docker.redpanda.com/redpandadata/configurator:v2.3.0-24.2.10
41+
image: docker.redpanda.com/redpandadata/configurator:v2.3.0-24.3.1
4242
- name: redpanda
4343
image: docker.redpanda.com/redpandadata/redpanda:v24.2.10
4444
- name: kube-rbac-proxy

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.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.3.0-24.2.10](https://img.shields.io/badge/AppVersion-v2.3.0--24.2.10-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.3.0-24.3.1](https://img.shields.io/badge/AppVersion-v2.3.0--24.3.1-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

charts/operator/testdata/kustomization.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
apiVersion: kustomize.config.k8s.io/v1beta1
22
kind: Kustomization
33
resources:
4-
- https://raw.githubusercontent.com/redpanda-data/redpanda-operator/v2.3.0-24.2.10/operator/config/rbac/leader-election-role/role.yaml
5-
- https://raw.githubusercontent.com/redpanda-data/redpanda-operator/v2.3.0-24.2.10/operator/config/rbac/v2-manager-role/role.yaml
6-
- https://raw.githubusercontent.com/redpanda-data/redpanda-operator/v2.3.0-24.2.10/operator/config/rbac/bases/auth_proxy/auth_proxy_role.yaml
4+
- https://raw.githubusercontent.com/redpanda-data/redpanda-operator/v2.3.0-24.3.1/operator/config/rbac/leader-election-role/role.yaml
5+
- https://raw.githubusercontent.com/redpanda-data/redpanda-operator/v2.3.0-24.3.1/operator/config/rbac/v2-manager-role/role.yaml
6+
- https://raw.githubusercontent.com/redpanda-data/redpanda-operator/v2.3.0-24.3.1/operator/config/rbac/bases/auth_proxy/auth_proxy_role.yaml
77
generatorOptions:
88
disableNameSuffixHash: true
99
namePrefix: redpanda-

0 commit comments

Comments
 (0)