Skip to content

Commit

Permalink
updated deployment scripts (tenable#1429)
Browse files Browse the repository at this point in the history
Co-authored-by: Nasir Rabbani <[email protected]>
  • Loading branch information
nasir-rabbani and Nasir Rabbani authored Nov 1, 2022
1 parent 5a49729 commit 5c9eaab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/helm/values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
terrascan_webhook_key: terrakey
terrascan_container_image: tenable/terrascan:1.15.0
terrascan_container_image: tenable/terrascan:1.16.0
terrascan_service_type: ClusterIP
use_debug: true
# provide secrets for admission controller
Expand Down
2 changes: 1 addition & 1 deletion deploy/kustomize/base/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
name: terrascan-data-sync
containers:
- name: terrascan-server
image: tenable/terrascan:1.15.0
image: tenable/terrascan:1.16.0
imagePullPolicy: IfNotPresent
resources:
limits:
Expand Down

0 comments on commit 5c9eaab

Please sign in to comment.