Skip to content

Commit

Permalink
use commit instead of tags
Browse files Browse the repository at this point in the history
  • Loading branch information
rschalo committed Oct 21, 2024
1 parent 64f715d commit 6f5cb3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/hack/e2e_scripts/install_karpenter.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ aws eks update-kubeconfig --name "$CLUSTER_NAME"
if (( "$WEBHOOKS_ENABLED" == false )); then
helm upgrade --install karpenter-crd oci://public.ecr.aws/karpenter/karpenter-crd \
--namespace kube-system \
--version $(git describe --tags --abbrev=0 | cut -c 2-) \
--version "0-$(git rev-parse HEAD)" \
--set webhook.enabled=${WEBHOOKS_ENABLED} \
--wait
fi
Expand Down

0 comments on commit 6f5cb3d

Please sign in to comment.