Skip to content

Commit

Permalink
Fix kustomize sha value (v5.4.1)
Browse files Browse the repository at this point in the history
Signed-off-by: Sunnatillo <[email protected]>
  • Loading branch information
Sunnatillo committed May 3, 2024
1 parent 877a05d commit 3750b4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ export KREW_SHA256="${KREW_SHA256:-5df32eaa0e888a2566439c4ccb2ef3a3e6e89522f2f21

# Kustomize version
export KUSTOMIZE_VERSION="${KUSTOMIZE_VERSION:-v5.4.1}"
export KUSTOMIZE_SHA256="${KUSTOMIZE_SHA256:-29e4c003b5b22fd017e0da0f71ce0a4ceb7bfd1dec338f0b505b341f087499c8}"
export KUSTOMIZE_SHA256="${KUSTOMIZE_SHA256:-3d659a80398658d4fec4ec4ca184b432afa1d86451a60be63ca6e14311fc1c42}"

# Minikube version (if EPHEMERAL_CLUSTER=minikube)
export MINIKUBE_VERSION="${MINIKUBE_VERSION:-v1.33.0}"
Expand Down

0 comments on commit 3750b4c

Please sign in to comment.