Skip to content

Commit

Permalink
Add installing image-guard to nightly and weekly cluster (kyma-projec…
Browse files Browse the repository at this point in the history
…t#2885)

* Add installing image-guard to nightly and weekly cluster

* wrong image
  • Loading branch information
Ressetkk authored Oct 23, 2020
1 parent 4fc3d94 commit cf9428c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion development/image-guard/image-guard/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ service:
port: 443

deployment:
image: eu.gcr.io/kyma-prow/test-infra/image-guard
image: eu.gcr.io/kyma-project/test-infra/image-guard:current
replicas: 1
imagePullPolicy: Always
resources:
Expand Down
3 changes: 3 additions & 0 deletions prow/scripts/cluster-integration/kyma-gke-long-lasting.sh
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,9 @@ shout "Create new cluster"
date
createCluster

log::info "install image-guard"
helm install image-guard "$TEST_INFRA_SOURCES_DIR/development/image-guard/image-guard"

export INSTALL_DIR=${TMP_DIR}
install::kyma_cli

Expand Down

0 comments on commit cf9428c

Please sign in to comment.