Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .changes/charts/operator/v0.4.41.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## v0.4.41 - 2025-03-05
### Changed
* Bump AppVersion to v2.3.8-24.3.6 Operator release
3 changes: 3 additions & 0 deletions .changes/operator/v2.3.8-24.3.6.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## v2.3.8-24.3.6 - 2025-03-05
### Fixed
* Fixed the way that paths are handled for the config watcher routine in the sidecar process.
4 changes: 4 additions & 0 deletions charts/operator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and is generated by [Changie](https://github.com/miniscruff/changie).


## v0.4.41 - 2025-03-05
### Changed
* Bump AppVersion to v2.3.8-24.3.6 Operator release

## v0.4.40 - 2025-02-28
### Changed
* Bump AppVersion to v2.3.7-24.3.6 Operator release
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.40

# 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.7-24.3.6
appVersion: v2.3.8-24.3.6

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.7-24.3.6
image: docker.redpanda.com/redpandadata/redpanda-operator:v2.3.8-24.3.6
- name: configurator
image: docker.redpanda.com/redpandadata/configurator:v2.3.7-24.3.6
image: docker.redpanda.com/redpandadata/configurator:v2.3.8-24.3.6
- name: redpanda
image: docker.redpanda.com/redpandadata/redpanda:v24.3.6
- 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.40](https://img.shields.io/badge/Version-0.4.40-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.3.7-24.3.6](https://img.shields.io/badge/AppVersion-v2.3.7--24.3.6-informational?style=flat-square)
![Version: 0.4.40](https://img.shields.io/badge/Version-0.4.40-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.3.8-24.3.6](https://img.shields.io/badge/AppVersion-v2.3.8--24.3.6-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.7-24.3.6/operator/config/rbac/leader-election-role/role.yaml
- https://raw.githubusercontent.com/redpanda-data/redpanda-operator/v2.3.7-24.3.6/operator/config/rbac/v2-manager-role/role.yaml
- https://raw.githubusercontent.com/redpanda-data/redpanda-operator/v2.3.7-24.3.6/operator/config/rbac/bases/auth_proxy/metrics_auth_role.yaml
- https://raw.githubusercontent.com/redpanda-data/redpanda-operator/v2.3.8-24.3.6/operator/config/rbac/leader-election-role/role.yaml
- https://raw.githubusercontent.com/redpanda-data/redpanda-operator/v2.3.8-24.3.6/operator/config/rbac/v2-manager-role/role.yaml
- https://raw.githubusercontent.com/redpanda-data/redpanda-operator/v2.3.8-24.3.6/operator/config/rbac/bases/auth_proxy/metrics_auth_role.yaml
generatorOptions:
disableNameSuffixHash: true
namePrefix: redpanda-
Expand Down
Loading