From 1dcb16f4741f045f881fa03482a6d9476ab8839c Mon Sep 17 00:00:00 2001 From: Evan Johnson Date: Wed, 14 Feb 2024 16:39:30 -0500 Subject: [PATCH] store helm packages directly in the Github page --- .github/workflows/helm.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/helm.yml b/.github/workflows/helm.yml index 925e8d3c..554bd13d 100644 --- a/.github/workflows/helm.yml +++ b/.github/workflows/helm.yml @@ -84,3 +84,4 @@ jobs: with: charts_dir: deploy skip_existing: true + packages_with_index: true