From b725da7a1d970537923cdef088a456663a73ed0a Mon Sep 17 00:00:00 2001 From: Andrew Plummer Date: Wed, 26 Oct 2022 21:22:44 +0100 Subject: [PATCH] Fix release action --- .github/workflows/release.yaml | 3 +++ ct.yaml | 2 ++ 2 files changed, 5 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 3111485..c730bb6 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -25,9 +25,12 @@ jobs: version: v3.5.4 - name: Add chart repo dependencies + # Note: this repos should match whith the repos set in ct.yaml + # See https://github.com/Flagsmith/flagsmith-charts/issues/105 run: | helm repo add stable https://charts.helm.sh/stable helm repo add influxdb2 https://helm.influxdata.com/ + helm repo add kiwigrid https://kiwigrid.github.io - name: Run chart-releaser uses: helm/chart-releaser-action@v1.2.0 diff --git a/ct.yaml b/ct.yaml index 21b3313..22b3051 100644 --- a/ct.yaml +++ b/ct.yaml @@ -1,3 +1,5 @@ +# Note: any repos listed here must also be added in the release github action +# See https://github.com/Flagsmith/flagsmith-charts/issues/105 chart-repos: - stable=https://charts.helm.sh/stable - influxdata=https://helm.influxdata.com/