Skip to content

Commit 0bd1566

Browse files
committed
Synchronize charts
Reference redpanda-data/redpanda-operator@b1c79a6
1 parent fe115a1 commit 0bd1566

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+11334
-6353
lines changed

Taskfile.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ tasks:
166166
vars:
167167
OPERATOR_TMP_PATH:
168168
sh: mktemp --directory --tmpdir "operator-XXXXXXXXXX"
169-
OPERATOR_SHA: 7d0f73871aecce174b2fe42ee8c572ab374b68ae
169+
OPERATOR_SHA: b1c79a60dca5c4860b674d29430fc9a0dd575334
170170
cmds:
171171
- defer: rm -r {{.OPERATOR_TMP_PATH}}
172172
- curl -Lo {{.OPERATOR_TMP_PATH}}operator.zip https://github.com/redpanda-data/redpanda-operator/archive/{{.OPERATOR_SHA}}.zip

charts/connectors/CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
5+
and is generated by [Changie](https://github.com/miniscruff/changie).
6+
7+
8+
### [0.1.14](https://github.com/redpanda-data/helm-charts/releases/tag/connectors-0.1.14) - 2024-11-20
9+
#### Added
10+
* Enabled flag that would be only used by Redpanda chart when partial values will be embedded into Redpanda values struct
11+
#### Changed
12+
* The minimum Kubernetes version has been bumped to `1.25.0`
13+
* By default auto mount is disabled in ServiceAccount and Deployment PodSpec
14+
* Use render function to generate all resources
15+
#### Fixed
16+
#### Removed
17+
18+
### [0.1.13](https://github.com/redpanda-data/helm-charts/releases/tag/connectors-0.1.13) - 2024-09-26
19+
#### Added
20+
#### Changed
21+
* Test pod name will be stable (without randomization) [#1541](https://github.com/redpanda-data/helm-charts/pull/1541)
22+
* Update connectors container tag/application version [#1541](https://github.com/redpanda-data/helm-charts/pull/1541)
23+
#### Fixed
24+
#### Removed
25+
26+
### [0.1.12](https://github.com/redpanda-data/helm-charts/releases/tag/connectors-0.1.12)
27+
#### Added
28+
#### Changed
29+
#### Fixed
30+
#### Removed

charts/connectors/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ kubeVersion: "^1.21.0-0"
3434

3535
icon: https://images.ctfassets.net/paqvtpyf8rwu/3cYHw5UzhXCbKuR24GDFGO/73fb682e6157d11c10d5b2b5da1d5af0/skate-stand-panda.svg
3636
sources:
37-
- https://github.com/redpanda-data/helm-charts
37+
- https://github.com/redpanda-data/redpanda-operator/tree/main/charts/connectors
3838
annotations:
3939
artifacthub.io/license: Apache-2.0
4040
artifacthub.io/links: |

charts/connectors/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/n
1414

1515
## Source Code
1616

17-
* <https://github.com/redpanda-data/helm-charts>
17+
* <https://github.com/redpanda-data/redpanda-operator/tree/main/charts/connectors>
1818

1919
## Requirements
2020

charts/console/CHANGELOG.md

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
5+
and is generated by [Changie](https://github.com/miniscruff/changie).
6+
7+
8+
### [0.7.31](https://github.com/redpanda-data/helm-charts/releases/tag/console-0.7.31) - 2024-12-06
9+
#### Added
10+
#### Changed
11+
* AppVersion for the new Console release
12+
* By default auto mount is disabled in ServiceAccount and Deployment PodSpec
13+
#### Fixed
14+
#### Removed
15+
16+
### [0.7.30](https://github.com/redpanda-data/helm-charts/releases/tag/console-0.7.30) - 2024-10-14
17+
#### Added
18+
* Add Enabled flag that is used in Redpanda chart
19+
* Add test example for oidc configuration [#1503](https://github.com/redpanda-data/helm-charts/pull/1503)
20+
#### Changed
21+
* Bump Console app version
22+
* Align Console init container default value
23+
* The minimum Kubernetes version has been bumped to `1.25.0`
24+
#### Fixed
25+
* License json tag to correctly set Console license [#1510](https://github.com/redpanda-data/helm-charts/pull/1510)
26+
#### Removed
27+
28+
### [0.7.29](https://github.com/redpanda-data/helm-charts/releases/tag/console-0.7.29) - 2024-08-19
29+
#### Added
30+
#### Changed
31+
#### Fixed
32+
* Fixed empty tag for the console image if tag is not overridden in values [#1476](https://github.com/redpanda-data/helm-charts/issues/1476)
33+
#### Removed
34+
35+
### [0.7.28](https://github.com/redpanda-data/helm-charts/releases/tag/console-0.7.28) - 2024-08-08
36+
#### Added
37+
#### Changed
38+
#### Fixed
39+
* Fixed kubeVersion to be able to deploy on AWS EKS clusters.
40+
#### Removed
41+
42+
### [Unreleased](https://github.com/redpanda-data/helm-charts/releases/tag/console-FILLMEIN) - YYYY-MM-DD
43+
#### Added
44+
#### Changed
45+
* `initContainers.extraInitContainers` is now pre-processed as YAML by the
46+
chart. Invalid YAML will instead be rendered as an error messages instead of
47+
invalid YAML.
48+
49+
#### Fixed
50+
#### Removed
51+
* Support for Kubernetes versions < 1.21 have been dropped.

charts/console/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ kubeVersion: ">= 1.25.0-0"
3636

3737
icon: https://images.ctfassets.net/paqvtpyf8rwu/3cYHw5UzhXCbKuR24GDFGO/73fb682e6157d11c10d5b2b5da1d5af0/skate-stand-panda.svg
3838
sources:
39-
- https://github.com/redpanda-data/helm-charts
39+
- https://github.com/redpanda-data/redpanda-operator/tree/main/charts/console
4040
annotations:
4141
artifacthub.io/license: Apache-2.0
4242
artifacthub.io/links: |

charts/console/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/n
1717

1818
## Source Code
1919

20-
* <https://github.com/redpanda-data/helm-charts>
20+
* <https://github.com/redpanda-data/redpanda-operator/tree/main/charts/console>
2121

2222
## Requirements
2323

charts/console/chart_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ func TestGenerateCases(t *testing.T) {
158158
out, err := yaml.Marshal(values)
159159
require.NoError(t, err)
160160

161-
merged, err := helm.MergeYAMLValues(t.TempDir(), DefaultValuesYAML, out)
161+
merged, err := helm.MergeYAMLValues(DefaultValuesYAML, out)
162162
require.NoError(t, err)
163163

164164
// Ensure that our generated values comply with the schema set by the chart.

charts/operator/CHANGELOG.md

Lines changed: 130 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,130 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
5+
and is generated by [Changie](https://github.com/miniscruff/changie).
6+
7+
8+
## v0.4.39 - 2025-01-17
9+
### Deprecated
10+
* `configurator`, `configurator.tag`, `configurator.pullPolicy`, and `configurator.repository` are no
11+
longer respected but may still be set. The configurator image can still be set using `additionalCmdFlags`:
12+
13+
```yaml
14+
additionalCmdFlags:
15+
- --configurator-base-image=my.repo.com/configurator
16+
- --configurator-tag=XYZ
17+
- --configurator-image-pull-policy=IfNotPresent
18+
```
19+
20+
21+
### [0.4.38](https://github.com/redpanda-data/helm-charts/releases/tag/operator-0.4.38) - 2024-12-20
22+
#### Added
23+
#### Changed
24+
* App version to match latest redpanda-operator release
25+
#### Fixed
26+
#### Removed
27+
28+
### [0.4.37](https://github.com/redpanda-data/helm-charts/releases/tag/operator-0.4.37) - 2024-12-18
29+
#### Added
30+
#### Changed
31+
* App version to match latest redpanda-operator release
32+
#### Fixed
33+
#### Removed
34+
35+
### [0.4.36](https://github.com/redpanda-data/helm-charts/releases/tag/operator-0.4.36) - 2024-12-09
36+
#### Added
37+
#### Changed
38+
* App version to match latest redpanda-operator release
39+
#### Fixed
40+
#### Removed
41+
42+
### [0.4.35](https://github.com/redpanda-data/helm-charts/releases/tag/operator-0.4.35) - 2024-12-04
43+
#### Added
44+
#### Changed
45+
* to always mounting service account token regardless of auto mount property
46+
#### Fixed
47+
#### Removed
48+
49+
### [0.4.34](https://github.com/redpanda-data/helm-charts/releases/tag/operator-0.4.34) - 2024-11-27
50+
#### Added
51+
* overriding any PodSpec fields from `PodTemplate`
52+
#### Changed
53+
* Bump Redpanda Operator app version to latest release v2.3.2-24.3.1
54+
#### Fixed
55+
#### Removed
56+
57+
### [0.4.33](https://github.com/redpanda-data/helm-charts/releases/tag/operator-0.4.33) - 2024-11-22
58+
#### Added
59+
* Missing permissions for ClusterRoles, ClusterRoleBindings, Horizontal Pod Autoscaler, cert-manager/Certificate,
60+
cert-manager/Issuer, redpanda/Users, and redpanda/Schemas.
61+
#### Changed
62+
* Application version for newly operator release v2.3.0-24.3.1
63+
#### Fixed
64+
#### Removed
65+
66+
### [0.4.32](https://github.com/redpanda-data/helm-charts/releases/tag/operator-0.4.32) - 2024-10-31
67+
#### Added
68+
* Strategic merge of Pod volumes
69+
* Add new Schema custom resource RBAC rules
70+
#### Changed
71+
* The minimum Kubernetes version has been bumped to `1.25.0`
72+
* Bump operator version [v2.2.5-24.2.7](https://github.com/redpanda-data/redpanda-operator/releases/tag/v2.2.5-24.2.7)
73+
* By default auto mount is disabled in ServiceAccount and Deployment PodSpec
74+
* Mount volume similar to auto mount functionality for ServiceAccount token
75+
#### Fixed
76+
* `--configurator-tag` now correctly falls back to `.appVersion`
77+
#### Removed
78+
79+
### [0.4.31](https://github.com/redpanda-data/helm-charts/releases/tag/operator-0.4.31) - 2024-10-7
80+
#### Added
81+
#### Changed
82+
* Bump operator version [v2.2.4-24.2.5](https://github.com/redpanda-data/redpanda-operator/releases/tag/v2.2.4-24.2.5)
83+
#### Fixed
84+
#### Removed
85+
86+
### [0.4.30](https://github.com/redpanda-data/helm-charts/releases/tag/operator-0.4.30) - 2024-09-17
87+
#### Added
88+
* Add RBAC rules for the operator chart so it can manage users
89+
#### Changed
90+
#### Fixed
91+
#### Removed
92+
93+
### [0.4.29](https://github.com/redpanda-data/helm-charts/releases/tag/operator-0.4.29) - 2024-09-11
94+
#### Added
95+
#### Changed
96+
* Allow to overwrite `appsv1.Deployment.Spec.PodTemplate`
97+
* Bump operator version [v2.2.2-24.2.4](https://github.com/redpanda-data/redpanda-operator/releases/tag/v2.2.2-24.2.4)
98+
* Translate operator helm chart to go.
99+
#### Fixed
100+
#### Removed
101+
102+
### [0.4.28](https://github.com/redpanda-data/helm-charts/releases/tag/operator-0.4.28) - 2024-08-23
103+
#### Added
104+
#### Changed
105+
* Bump operator version [v2.2.0-24.2.2](https://github.com/redpanda-data/redpanda-operator/releases/tag/v2.2.0-24.2.2)
106+
#### Fixed
107+
#### Removed
108+
109+
### [0.4.27](https://github.com/redpanda-data/helm-charts/releases/tag/operator-0.4.27) - 2024-08-08
110+
#### Added
111+
#### Changed
112+
* Bump operator version [v2.1.29-24.2.2](https://github.com/redpanda-data/redpanda-operator/releases/tag/v2.1.29-24.2.2)
113+
#### Fixed
114+
#### Removed
115+
116+
### [0.4.26](https://github.com/redpanda-data/helm-charts/releases/tag/operator-0.4.26) - 2024-08-07
117+
#### Added
118+
#### Changed
119+
* Bump operator version [v2.1.28-24.2.1](https://github.com/redpanda-data/redpanda-operator/releases/tag/v2.1.28-24.2.1)
120+
#### Fixed
121+
* Fix e2e operator tests
122+
#### Removed
123+
124+
### [0.4.25](https://github.com/redpanda-data/helm-charts/releases/tag/operator-0.4.25) - 2024-07-17
125+
#### Added
126+
#### Changed
127+
* Updated `appVersion` to `v2.1.26-24.1.9`
128+
#### Fixed
129+
* Added missing permissions for the NodeWatcher controller (`rbac.createAdditionalControllerCRs`)
130+
#### Removed

charts/operator/Chart.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@ type: application
66
# The chart version and the app version are not the same and will not track
77
# together. The chart version is a semver representation of changes to this
88
# chart.
9-
version: 0.4.38
9+
version: 0.4.39
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.5-24.3.2
13+
appVersion: v2.3.6-24.3.3
1414

1515
kubeVersion: ">= 1.25.0-0"
1616

1717
sources:
18-
- https://github.com/redpanda-data/helm-charts
18+
- https://github.com/redpanda-data/redpanda-operator/tree/main/charts/operator
1919
icon: https://go.redpanda.com/hubfs/Redpandas/operator-panda.png
2020
maintainers:
2121
- name: redpanda-data
@@ -36,11 +36,11 @@ 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.5-24.3.2
39+
image: docker.redpanda.com/redpandadata/redpanda-operator:v2.3.6-24.3.3
4040
- name: configurator
41-
image: docker.redpanda.com/redpandadata/configurator:v2.3.5-24.3.2
41+
image: docker.redpanda.com/redpandadata/configurator:v2.3.6-24.3.3
4242
- name: redpanda
43-
image: docker.redpanda.com/redpandadata/redpanda:v24.3.2
43+
image: docker.redpanda.com/redpandadata/redpanda:v24.3.3
4444
- name: kube-rbac-proxy
4545
image: gcr.io/kubebuilder/kube-rbac-proxy:v0.14.0
4646
artifacthub.io/crds: |

0 commit comments

Comments
 (0)