From 908d98d19ebc8b17e93f0e7f2ab0af646827349d Mon Sep 17 00:00:00 2001 From: David Jeffers Date: Sun, 23 Mar 2025 13:58:57 -0400 Subject: [PATCH] Fixing Helm repo --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index c9e830c..df33dee 100644 --- a/.drone.yml +++ b/.drone.yml @@ -31,7 +31,7 @@ steps: kubectl config set-context clusterprism --certificate-authority=cacert.pem - kubectl config set clusters.clusterprism.insecure-skip-tls-verify true - - helm repo add bjw-s https://bjw-s.github.io/helm-charts + - helm repo add onechart https://chart.onechart.dev - > helm upgrade halloween-static-site --install onechart/static-site -n halloween -f clusterprism_halloween_values.yaml