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

This file was deleted.

4 changes: 4 additions & 0 deletions .changes/unreleased/operator-Changed-20250310-170442.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
project: operator
kind: Changed
body: "[Chart] Moved all template rendering into `entry-point.yaml` to match the redpanda and console charts."
time: 2025-03-10T17:04:42.270572-04:00
7 changes: 7 additions & 0 deletions .changes/unreleased/operator-Changed-20250327-132132.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
project: operator
kind: Changed
body: |-
The redpanda operator's helm chart has been merged into the operator itself.

Going forward the chart's `version` and `appVersion` will always be equal.
time: 2025-03-27T13:21:32.469272-04:00
3 changes: 0 additions & 3 deletions .changie.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,3 @@ projects:
- label: Connectors Helm Chart
key: charts/connectors
changelog: charts/connectors/CHANGELOG.md
- label: Redpanda Operator Helm Chart
key: charts/operator
changelog: charts/operator/CHANGELOG.md
3 changes: 0 additions & 3 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ vars:
# `sed` is used to trim off the qualifying parts of the tag so we just get the "version".
OPERATOR_VERSION:
sh: git describe --dirty --tags --match 'v*' --match 'operator/v*' | sed 's#^operator/##'
OPERATOR_CHART_VERSION:
# NB: OPERATOR_CHART_VERSION is currently only used for the operator chart's nightly releases.
sh: git describe --dirty --tags --match 'charts/operator/v*' --always | sed 's#^charts/operator/##'

includes:
build: taskfiles/build.yml
Expand Down
4 changes: 2 additions & 2 deletions acceptance/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ var setupSuite = sync.OnceValues(func() (*framework.Suite, error) {
WithCRDDirectory("../operator/config/crd/bases/toolkit.fluxcd.io").
OnFeature(func(ctx context.Context, t framework.TestingT) {
t.Log("Installing Redpanda operator chart")
t.InstallLocalHelmChart(ctx, "../charts/operator", helm.InstallOptions{
t.InstallLocalHelmChart(ctx, "../operator/chart", helm.InstallOptions{
Name: "redpanda-operator",
Namespace: t.IsolateNamespace(ctx),
Values: map[string]any{
Expand All @@ -75,7 +75,7 @@ var setupSuite = sync.OnceValues(func() (*framework.Suite, error) {
},
"additionalCmdFlags": []string{"--additional-controllers=all", "--enable-helm-controllers=false", "--force-defluxed-mode"},
},
}, helm.Dependency{Name: "prometheus", Repository: "https://prometheus-community.github.io/helm-charts"})
})
t.Log("Successfully installed Redpanda operator chart")
}).
RegisterTag("cluster", 1, ClusterTag).
Expand Down
154 changes: 0 additions & 154 deletions charts/operator/CHANGELOG.md

This file was deleted.

190 changes: 0 additions & 190 deletions charts/operator/go.mod

This file was deleted.

Loading