Skip to content

Commit

Permalink
update container image version in helm and kustomize sources
Browse files Browse the repository at this point in the history
  • Loading branch information
devang-gaur committed Oct 8, 2021
1 parent db18509 commit 74764db
Show file tree
Hide file tree
Showing 3 changed files with 6 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: accurics/terrascan:1.6.0
terrascan_container_image: accurics/terrascan:1.11.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: accurics/terrascan:1.6.0
image: accurics/terrascan:1.11.0
imagePullPolicy: IfNotPresent
resources:
limits:
Expand Down
4 changes: 4 additions & 0 deletions release_checklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,7 @@ Run the commands below to update Brew to the latest Terrascan version.
$ export TERRASCAN_VERSION=<release_version_number>
$ brew bump-formula-pr --no-browse --url https://github.com/accurics/terrascan/archive/${TERRASCAN_VERSION}.tar.gz --sha256 $(curl -sL https://github.com/accurics/terrascan/archive/${TERRASCAN_VERSION}.tar.gz | sha256sum | awk '{print $1}')
```

### Update helm chart and kustomize directory

Manually change the version for the terrascan container image in files `deploy/helm/values.yaml` and `deploy/kustomize/base/deployment.yaml`.

0 comments on commit 74764db

Please sign in to comment.