mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-31 03:45:17 +00:00
install kustomize with a specific version in ci automation
This commit is contained in:
parent
9f7778e003
commit
b3e5cafdec
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ $pwd/kind load docker-image nirmata/kyvernopre:$hash
|
|||
pwd=$(pwd)
|
||||
cd $pwd/definitions
|
||||
echo "Installing kustomize"
|
||||
curl -s "https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh" | bash
|
||||
curl -s "https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh" | bash -s 3.8.6
|
||||
chmod a+x $pwd/definitions/kustomize
|
||||
echo "Kustomize image edit"
|
||||
$pwd/definitions/kustomize edit set image nirmata/kyverno:$hash
|
||||
|
|
Loading…
Add table
Reference in a new issue