Skip to content

Commit

Permalink
Bump operator app version to v2.3.0.24.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RafalKorepta committed Nov 22, 2024
1 parent f3f56d0 commit 5738385
Show file tree
Hide file tree
Showing 9 changed files with 3,557 additions and 3,548 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@
#### Fixed
#### Removed


### [5.9.12](https://github.com/redpanda-data/helm-charts/releases/tag/redpanda-5.9.12) - 2024-11-22
#### Added
#### Changed
* Chart version to update operator side-car container tag
#### Fixed
#### Removed

### [5.9.11](https://github.com/redpanda-data/helm-charts/releases/tag/redpanda-5.9.11) - 2024-11-21
#### Added
* Ability to generate Redpanda with Connector resources from go code
Expand Down Expand Up @@ -240,11 +248,12 @@
#### Fixed
#### Removed
### [0.4.33](https://github.com/redpanda-data/helm-charts/releases/tag/operator-0.4.33) - 2024-11-6
### [0.4.33](https://github.com/redpanda-data/helm-charts/releases/tag/operator-0.4.33) - 2024-11-22
#### Added
* Missing permissions for ClusterRoles, ClusterRoleBindings, Horizontal Pod Autoscaler, cert-manager/Certificate,
cert-manager/Issuer, redpanda/Users, and redpanda/Schemas.
#### Changed
* Application version for newly operator release v2.3.0-24.3.1
#### Fixed
#### Removed
Expand Down
6 changes: 3 additions & 3 deletions charts/operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ version: 0.4.33

# This is the default version of the operator being deployed.
# ** NOTE for maintainers: please enssure the artifacthub image annotation is updated before merging
appVersion: v2.3.0-24.2.10
appVersion: v2.3.0-24.3.1

kubeVersion: ">= 1.25.0-0"

Expand All @@ -36,9 +36,9 @@ annotations:
url: https://helm.sh/docs/intro/install/
artifacthub.io/images: |
- name: redpanda-operator
image: docker.redpanda.com/redpandadata/redpanda-operator:v2.3.0-24.2.10
image: docker.redpanda.com/redpandadata/redpanda-operator:v2.3.0-24.3.1
- name: configurator
image: docker.redpanda.com/redpandadata/configurator:v2.3.0-24.2.10
image: docker.redpanda.com/redpandadata/configurator:v2.3.0-24.3.1
- name: redpanda
image: docker.redpanda.com/redpandadata/redpanda:v24.2.10
- name: kube-rbac-proxy
Expand Down
2 changes: 1 addition & 1 deletion charts/operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
description: Find the default values and descriptions of settings in the Redpanda Operator Helm chart.
---

![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)
![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)

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.

Expand Down
6 changes: 3 additions & 3 deletions charts/operator/testdata/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- https://raw.githubusercontent.com/redpanda-data/redpanda-operator/v2.3.0-24.2.10/operator/config/rbac/leader-election-role/role.yaml
- https://raw.githubusercontent.com/redpanda-data/redpanda-operator/v2.3.0-24.2.10/operator/config/rbac/v2-manager-role/role.yaml
- https://raw.githubusercontent.com/redpanda-data/redpanda-operator/v2.3.0-24.2.10/operator/config/rbac/bases/auth_proxy/auth_proxy_role.yaml
- https://raw.githubusercontent.com/redpanda-data/redpanda-operator/v2.3.0-24.3.1/operator/config/rbac/leader-election-role/role.yaml
- https://raw.githubusercontent.com/redpanda-data/redpanda-operator/v2.3.0-24.3.1/operator/config/rbac/v2-manager-role/role.yaml
- https://raw.githubusercontent.com/redpanda-data/redpanda-operator/v2.3.0-24.3.1/operator/config/rbac/bases/auth_proxy/auth_proxy_role.yaml
generatorOptions:
disableNameSuffixHash: true
namePrefix: redpanda-
Expand Down
Loading

0 comments on commit 5738385

Please sign in to comment.