Skip to content

Commit

Permalink
Bump Operator app version
Browse files Browse the repository at this point in the history
  • Loading branch information
RafalKorepta committed Dec 9, 2024
1 parent 5d1314e commit 322a868
Show file tree
Hide file tree
Showing 9 changed files with 5,258 additions and 5,244 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@
#### Fixed
#### Removed

### [5.9.16](https://github.com/redpanda-data/helm-charts/releases/tag/redpanda-5.9.16) - 2024-12-09
#### Added
#### Changed
* Update sidecar container redpanda-operator container tag
#### Fixed
#### Removed

### [5.9.15](https://github.com/redpanda-data/helm-charts/releases/tag/redpanda-5.9.15) - 2024-11-29
#### Added
#### Changed
Expand Down Expand Up @@ -271,6 +278,13 @@
#### Fixed
#### Removed
### [0.4.36](https://github.com/redpanda-data/helm-charts/releases/tag/operator-0.4.36) - 2024-12-09
#### Added
#### Changed
* App version to match latest redpanda-operator release
#### Fixed
#### Removed
### [0.4.35](https://github.com/redpanda-data/helm-charts/releases/tag/operator-0.4.35) - 2024-12-04
#### Added
#### Changed
Expand Down
10 changes: 5 additions & 5 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.35
version: 0.4.36

# 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.2-24.3.1
appVersion: v2.3.3-24.3.1

kubeVersion: ">= 1.25.0-0"

Expand All @@ -36,11 +36,11 @@ annotations:
url: https://helm.sh/docs/intro/install/
artifacthub.io/images: |
- name: redpanda-operator
image: docker.redpanda.com/redpandadata/redpanda-operator:v2.3.2-24.3.1
image: docker.redpanda.com/redpandadata/redpanda-operator:v2.3.3-24.3.1
- name: configurator
image: docker.redpanda.com/redpandadata/configurator:v2.3.2-24.3.1
image: docker.redpanda.com/redpandadata/configurator:v2.3.3-24.3.1
- name: redpanda
image: docker.redpanda.com/redpandadata/redpanda:v24.2.10
image: docker.redpanda.com/redpandadata/redpanda:v24.3.1
- name: kube-rbac-proxy
image: gcr.io/kubebuilder/kube-rbac-proxy:v0.14.0
artifacthub.io/crds: |
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.35](https://img.shields.io/badge/Version-0.4.35-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.3.2-24.3.1](https://img.shields.io/badge/AppVersion-v2.3.2--24.3.1-informational?style=flat-square)
![Version: 0.4.36](https://img.shields.io/badge/Version-0.4.36-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.3.3-24.3.1](https://img.shields.io/badge/AppVersion-v2.3.3--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.2-24.3.1/operator/config/rbac/leader-election-role/role.yaml
- https://raw.githubusercontent.com/redpanda-data/redpanda-operator/v2.3.2-24.3.1/operator/config/rbac/v2-manager-role/role.yaml
- https://raw.githubusercontent.com/redpanda-data/redpanda-operator/v2.3.2-24.3.1/operator/config/rbac/bases/auth_proxy/auth_proxy_role.yaml
- https://raw.githubusercontent.com/redpanda-data/redpanda-operator/v2.3.3-24.3.1/operator/config/rbac/leader-election-role/role.yaml
- https://raw.githubusercontent.com/redpanda-data/redpanda-operator/v2.3.3-24.3.1/operator/config/rbac/v2-manager-role/role.yaml
- https://raw.githubusercontent.com/redpanda-data/redpanda-operator/v2.3.3-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 322a868

Please sign in to comment.