chore: Bump minium helm version to 3.7 to match Kube 1.22
This commit is contained in:
parent
8d4303396e
commit
5a04ac78d5
@ -9,7 +9,7 @@ LOCATION=${4:-""}
|
|||||||
which yq || { echo "yq not found!"; exit 1; }
|
which yq || { echo "yq not found!"; exit 1; }
|
||||||
which helm || { echo "helm not found!"; exit 1; }
|
which helm || { echo "helm not found!"; exit 1; }
|
||||||
helm_version=$(helm version --short)
|
helm_version=$(helm version --short)
|
||||||
echo $helm_version | grep -qe "^v3.[5-9]" || { echo "Helm version >= 3.5 required!"; exit 1; }
|
echo $helm_version | grep -qe "^v3.[7-9]" || { echo "Helm version >= 3.7 required!"; exit 1; }
|
||||||
|
|
||||||
# Simulate well-known CRDs being available
|
# Simulate well-known CRDs being available
|
||||||
API_VERSIONS="-a monitoring.coreos.com/v1 -a snapshot.storage.k8s.io/v1"
|
API_VERSIONS="-a monitoring.coreos.com/v1 -a snapshot.storage.k8s.io/v1"
|
||||||
|
Loading…
Reference in New Issue
Block a user