Skip to content

Commit

Permalink
fix helm chart reference version
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandre Lamarre <[email protected]>
  • Loading branch information
alexandreLamarre committed Dec 13, 2024
1 parent baec5da commit 20ff879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/testenv
Original file line number Diff line number Diff line change
Expand Up @@ -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
helm install rancher-backup-crd ./dist/artifacts/rancher-backup-crd-$HELM_VERSION_DEV.tgz -n cattle-resources-system --create-namespace --wait

0 comments on commit 20ff879

Please sign in to comment.