From d92437688400df5c9c2fe02496e2613442be59fd Mon Sep 17 00:00:00 2001 From: "0xThresh.eth" <0xthresh@protonmail.com> Date: Mon, 28 Jul 2025 18:43:09 -0600 Subject: [PATCH] ci: remove Bitnami repo from actions --- .github/workflows/helm-test-open-webui.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/helm-test-open-webui.yml b/.github/workflows/helm-test-open-webui.yml index 0c4c29c..f06f231 100644 --- a/.github/workflows/helm-test-open-webui.yml +++ b/.github/workflows/helm-test-open-webui.yml @@ -25,7 +25,6 @@ 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 bitnami https://charts.bitnami.com/bitnami - name: Build open-webui Helm dependencies run: | @@ -58,7 +57,6 @@ 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 bitnami https://charts.bitnami.com/bitnami - name: Build open-webui Helm dependencies run: |