From 32797850cda2aff784f5df3e7061e02e7ee8c566 Mon Sep 17 00:00:00 2001 From: "0xThresh.eth" <0xthresh@protonmail.com> Date: Thu, 16 Jan 2025 14:34:56 -0700 Subject: [PATCH] Add Bitnami chart repo to GH Actions steps --- .github/workflows/helm-release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/helm-release.yml b/.github/workflows/helm-release.yml index e868952..9b676c5 100644 --- a/.github/workflows/helm-release.yml +++ b/.github/workflows/helm-release.yml @@ -64,6 +64,7 @@ jobs: helm repo add ollama https://otwld.github.io/ollama-helm/ helm repo add open-webui https://helm.openwebui.com/ helm repo add tika https://apache.jfrog.io/artifactory/tika/ + helm repo add redis https://charts.bitnami.com/bitnami - name: Run chart-releaser uses: helm/chart-releaser-action@v1.6.0