From e7454d83f7585b8e078f63ee3a9d85fd95e7a1b9 Mon Sep 17 00:00:00 2001 From: Matt Morrison Date: Tue, 26 Nov 2024 21:30:51 +1300 Subject: [PATCH] fix(CI): add this repo to CI helm repo list --- .github/workflows/release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 2174f42..6541b63 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -29,6 +29,7 @@ jobs: run: | helm repo add cert-manager https://charts.jetstack.io helm repo add kafka https://strimzi.io/charts + helm repo add ditto-helm-charts https://getditto.github.io/helm-charts/ - name: Run chart-releaser uses: helm/chart-releaser-action@v1.5.0