Skip to content

Commit 6a548f8

Browse files
committed
Release from operator repo
Prior to this commit, the helm-charts repo hosted downstream copies of the redpanda, console, connectors[^1] and operator charts. To release these charts, we would manually copy the trees into this repo and rely on chart-releaser. This process was quite unpleasant as it lead to many surprises from the workflows in this repo and caused a good amount of confusion for contributors. This commit removes the mirrored charts and replaces the release process with a new GHA that pulls release information from the redpanda-operator repository. chart-releaser is leveraged to update the index.yaml in the gh-pages branch as usual. In addition to the removal, a new README.md has been added as the previous symlink to the redpanda chart's README.md is now dead. [^1]: While the connectors chart technically exists in the redpanda-operator, it's been moved to community maintenance as of the v25.1.1 redpanda release. It's source is being left in place as it's been removed from newer operator releases.
1 parent d6fdc91 commit 6a548f8

File tree

169 files changed

+149
-47668
lines changed

Some content is hidden

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

169 files changed

+149
-47668
lines changed

.github/chart-releaser.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
buildGoModule rec {
1313
pname = "chart-releaser";
14-
version = "1.6.0";
14+
version = "1.8.1";
1515

1616
# Don't run tests.
1717
doCheck = false;
@@ -21,10 +21,10 @@ buildGoModule rec {
2121
owner = "helm";
2222
repo = pname;
2323
rev = "v${version}";
24-
hash = "sha256-rPNGg4nrDFIa1PAw3efFU/pQub33+QD0vNFu8kiU2/E=";
24+
hash = "sha256-h1czHb/xK+kOEK4TJhMnwnLeVmQm52C8dTUy+fahJ90=";
2525
};
2626

27-
vendorHash = "sha256-zBVAER1RJy449GUndvQkG8R84vOuL+IN4exjETVHp9k=";
27+
vendorHash = "sha256-nUqUtm7SUKNEITzFJ4gozlegqGtyiRNGKDyOqteGYTw=";
2828

2929
postPatch = ''
3030
substituteInPlace pkg/config/config.go \

.github/ct-operator.yaml

Lines changed: 0 additions & 22 deletions
This file was deleted.

.github/ct-redpanda.yaml

Lines changed: 0 additions & 22 deletions
This file was deleted.

.github/docker-tag-list.nix

Lines changed: 0 additions & 29 deletions
This file was deleted.

.github/setup-envtest.nix

Lines changed: 0 additions & 31 deletions
This file was deleted.

.github/workflows/nightly.yaml

Lines changed: 0 additions & 166 deletions
This file was deleted.

.github/workflows/nightly_redpanda_tip.yaml

Lines changed: 0 additions & 96 deletions
This file was deleted.

0 commit comments

Comments
 (0)