From 20ff879c7ac471257bc61cc83c66cdfcca7401ce Mon Sep 17 00:00:00 2001 From: Alexandre Lamarre Date: Fri, 13 Dec 2024 13:57:33 -0500 Subject: [PATCH] fix helm chart reference version Signed-off-by: Alexandre Lamarre --- scripts/testenv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/testenv b/scripts/testenv index 6b86e5a4..00bb6e19 100755 --- a/scripts/testenv +++ b/scripts/testenv @@ -7,4 +7,4 @@ source $(dirname $0)/version CLUSTER_NAME=$CLUSTER_NAME K3S_VERSION=$K3S_VERSION ./.github/workflows/scripts/setup-cluster.sh k3d kubeconfig get $CLUSTER_NAME > kubeconfig.yaml export KUBECONFIG="$(pwd)/kubeconfig.yaml" -helm install rancher-backup-crd ./dist/artifacts/rancher-backup-crd-$HELM_VERSION.tgz -n cattle-resources-system --create-namespace --wait \ No newline at end of file +helm install rancher-backup-crd ./dist/artifacts/rancher-backup-crd-$HELM_VERSION_DEV.tgz -n cattle-resources-system --create-namespace --wait \ No newline at end of file