Skip to content

Commit

Permalink
Bump operator newest v2.3.0-24.2.10 version
Browse files Browse the repository at this point in the history
  • Loading branch information
RafalKorepta committed Nov 15, 2024
1 parent e326f1f commit 83b6cc1
Show file tree
Hide file tree
Showing 8 changed files with 4,791 additions and 4,775 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@
* Calculating Service typed LoadBalancer annotation based on external addresses (even single one)
#### Removed

### [5.9.10](https://github.com/redpanda-data/helm-charts/releases/tag/redpanda-5.9.10) - 2024-11-15
#### Added
#### Changed
* Chart version to update operator side-car container tag
#### Fixed
* All occurrence of External Domain execution via tpl function
* Calculating Service typed LoadBalancer annotation based on external addresses (even single one)
#### Removed

### [5.9.9](https://github.com/redpanda-data/helm-charts/releases/tag/redpanda-5.9.9) - 2024-10-24
#### Added
* Strategic merge of Pod volumes and Container volumeMounts
Expand Down Expand Up @@ -225,6 +234,13 @@
#### Fixed
#### Removed
### [0.4.33](https://github.com/redpanda-data/helm-charts/releases/tag/operator-0.4.33) - 2024-11-15
#### Added
#### Changed
* Application version for newly operator release v2.3.0-24.2.10
#### Fixed
#### Removed
### [0.4.32](https://github.com/redpanda-data/helm-charts/releases/tag/operator-0.4.32) - 2024-10-31
#### Added
* Strategic merge of Pod volumes
Expand Down
8 changes: 4 additions & 4 deletions charts/operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ type: application
# The chart version and the app version are not the same and will not track
# together. The chart version is a semver representation of changes to this
# chart.
version: 0.4.32
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.2.5-24.2.7
appVersion: v2.3.0-24.3.0

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.2.5-24.2.7
image: docker.redpanda.com/redpandadata/redpanda-operator:v2.3.0-24.3.0
- name: configurator
image: docker.redpanda.com/redpandadata/configurator:v2.2.5-24.2.7
image: docker.redpanda.com/redpandadata/configurator:v2.3.0-24.3.0
- name: redpanda
image: docker.redpanda.com/redpandadata/redpanda:v24.2.7
- 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.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)
![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.0](https://img.shields.io/badge/AppVersion-v2.3.0--24.3.0-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
Loading

0 comments on commit 83b6cc1

Please sign in to comment.