Skip to content

Commit

Permalink
v0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jan 13, 2021
1 parent be24436 commit 81aaa33
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions manifests/Kptfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ openAPI:
x-k8s-cli:
setter:
name: image
value: gcr.io/cloud-solutions-images/gatekeeper-securitycenter
setBy: package-default
value: gcr.io/cloud-solutions-images/gatekeeper-securitycenter:v0.1.7
isSet: true
io.k8s.cli.substitutions.interval-flag:
x-k8s-cli:
substitution:
Expand Down
2 changes: 1 addition & 1 deletion manifests/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
serviceAccountName: gatekeeper-securitycenter-controller
containers:
- name: manager
image: gcr.io/cloud-solutions-images/gatekeeper-securitycenter # {"$kpt-set":"image"}
image: gcr.io/cloud-solutions-images/gatekeeper-securitycenter:v0.1.7 # {"$kpt-set":"image"}
args:
- findings
- manager
Expand Down

0 comments on commit 81aaa33

Please sign in to comment.