From 2634ed996191fb0db4d1d12bfb42a606f95cc1ac Mon Sep 17 00:00:00 2001 From: Cezar Guimaraes Date: Sun, 22 Oct 2023 15:29:21 -0300 Subject: [PATCH] Add subcharts --- .github/workflows/release-chart.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release-chart.yml b/.github/workflows/release-chart.yml index 2e859a3..4205c1a 100644 --- a/.github/workflows/release-chart.yml +++ b/.github/workflows/release-chart.yml @@ -26,6 +26,10 @@ jobs: - name: Install Helm uses: azure/setup-helm@v3 + - name: Add subcharts + run: | + helm repo add athens https://gomods.github.io/athens-charts + - name: Run chart-releaser uses: helm/chart-releaser-action@v1.5.0 env: