Skip to content

Commit c9d84e1

Browse files
Bump version to 2.6.7
1 parent f5a020c commit c9d84e1

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: trendmicro-container-security
22
description: Trend Micro Cloud One Container Security
3-
appVersion: "2.6.6"
4-
version: "2.6.6"
3+
appVersion: "2.6.7"
4+
version: "2.6.7"
55
kubeVersion: ">=1.16.0-0"
66
apiVersion: v1
77
deprecated: false

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,15 +213,15 @@ By default, Container Security Continuous Compliance will create a Kubernetes ne
213213

214214
### Install a specific version of the Container Security helm chart
215215

216-
If you want to install a specific version you can use the archive link for the tagged release. For example, to install Trend Micro Cloud One Container Security helm chart version 2.6.6, run the following command:
216+
If you want to install a specific version you can use the archive link for the tagged release. For example, to install Trend Micro Cloud One Container Security helm chart version 2.6.7, run the following command:
217217

218218
```sh
219219
helm install \
220220
--values overrides.yaml \
221221
--namespace ${namespace} \
222222
--create-namespace \
223223
trendmicro \
224-
https://github.com/trendmicro/cloudone-container-security-helm/archive/2.6.6.tar.gz
224+
https://github.com/trendmicro/cloudone-container-security-helm/archive/2.6.7.tar.gz
225225
```
226226

227227
### Enabling or disabling a specific component

values.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1128,7 +1128,7 @@ images:
11281128

11291129
## Default tag for images to pull. This can be overridden for each image
11301130
## by specifying the tag attribute at the image level.
1131-
tag: 2.6.6
1131+
tag: 2.6.7
11321132

11331133
## Default pull policy for images. This can be overridden for each image
11341134
## by specifying the pullPolicy attribute at the image level.
@@ -1151,7 +1151,7 @@ images:
11511151

11521152
usage:
11531153
repository: usage-controller
1154-
digest: sha256:4231d874d0cf4d2c598a1361a178b02a8dcace6d1497bb02724b689e33de0c50
1154+
digest: sha256:ec7a0c1e89956fee816a7bce3bab55deafe03d98743b402398a924c78165a943
11551155

11561156
rbacProxy:
11571157
repository: rbac-proxy
@@ -1163,23 +1163,23 @@ images:
11631163

11641164
scout:
11651165
repository: scout
1166-
digest: sha256:d6b4b6d0e8a80a094859d0752915370d17f1d4227e7193205d1f96320a2a12a2
1166+
digest: sha256:70fbb775f8b2faec1bee83f3e6bc00e79764c0e548dc6ce7b8eb9e08231b7621
11671167

11681168
scanManager:
11691169
repository: scan-manager
1170-
digest: sha256:58dffbe09ef63e9ce811bf9b4d560ca28cf2f57cff80a9b63d655e541cd79673
1170+
digest: sha256:a70fc3b9530f7665d4500e23104d405c3852dc5ca2579bd376680e3f45060f32
11711171

11721172
scanJob:
11731173
repository: scan-job
1174-
digest: sha256:119db09df41638ae2d83f0ccc4ede53f2ea7880b2b0edcb47379f31cd36cea28
1174+
digest: sha256:ce4f5408003baccd628d4a7a2cb6885452d8bd985fc98103c695b5bed51b6f6d
11751175

11761176
complianceScanJob:
11771177
repository: compliance-scan-job
11781178
digest: sha256:e52fe354f716cfb908a08550dcaafbe4fb319d9f39a4c0009b7ce8e94ed9bd26
11791179

11801180
workloadOperator:
11811181
repository: workload-operator
1182-
digest: sha256:114fdbdb4a0ba3c258e2dc1302cbdea39e27ea74fedfef55ab9055addd5f143e
1182+
digest: sha256:1aacb1552540fcfb2a069cd8eb669e6977ee2f3c15e881b2670250b4d1793b2a
11831183

11841184
fargateInjector:
11851185
repository: fargate-tool
@@ -1199,7 +1199,7 @@ images:
11991199

12001200
malwareScanner:
12011201
repository: malware-scanner
1202-
digest: sha256:7d4789b4cffc9208784c53b81ed2731eca9aa788848efe5ce1dda19667dd0b4e
1202+
digest: sha256:0668de8900a65601cf26b94632f4942a93d2bfba6c91bf2af7989da35e3cbbcb
12031203

12041204
##
12051205
## Determine whether to use existing secrets in the target namespace rather than

0 commit comments

Comments
 (0)