Skip to content

Commit 129ae72

Browse files
Bump version to 2.6.10
1 parent ec43bf3 commit 129ae72

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
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.9"
4-
version: "2.6.9"
3+
appVersion: "2.6.10"
4+
version: "2.6.10"
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
@@ -216,15 +216,15 @@ By default, Container Security Continuous Compliance will create a Kubernetes ne
216216

217217
### Install a specific version of the Container Security helm chart
218218

219-
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.9, run the following command:
219+
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.10, run the following command:
220220

221221
```sh
222222
helm install \
223223
--values overrides.yaml \
224224
--namespace ${namespace} \
225225
--create-namespace \
226226
trendmicro \
227-
https://github.com/trendmicro/cloudone-container-security-helm/archive/2.6.9.tar.gz
227+
https://github.com/trendmicro/cloudone-container-security-helm/archive/2.6.10.tar.gz
228228
```
229229

230230
### Enabling or disabling a specific component

values.yaml

Lines changed: 4 additions & 4 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.9
1131+
tag: 2.6.10
11321132

11331133
## Default pull policy for images. This can be overridden for each image
11341134
## by specifying the pullPolicy attribute at the image level.
@@ -1169,7 +1169,7 @@ images:
11691169
scout:
11701170
repository: scout
11711171
digest:
1172-
sha256:70fbb775f8b2faec1bee83f3e6bc00e79764c0e548dc6ce7b8eb9e08231b7621
1172+
sha256:a1d5453e1bd85e657b9029d09e1ca862c1506de4e7305488d121c5df9f0dab9b
11731173

11741174
scanManager:
11751175
repository: scan-manager
@@ -1184,7 +1184,7 @@ images:
11841184
complianceScanJob:
11851185
repository: compliance-scan-job
11861186
digest:
1187-
sha256:e52fe354f716cfb908a08550dcaafbe4fb319d9f39a4c0009b7ce8e94ed9bd26
1187+
sha256:3dd48330aea2d3b065e613ba89ac350fd086869e6e2b6efbdbac14818d2a645a
11881188

11891189
workloadOperator:
11901190
repository: workload-operator
@@ -1204,7 +1204,7 @@ images:
12041204
k8sMetaCollector:
12051205
repository: k8s-metacollector
12061206
digest:
1207-
sha256:5f38e2846d9e64c466c0181c862baf5f668583b45ec062cb0093648e60c40e21
1207+
sha256:2584e5926035ab4b749897470b922440ab5d4e222c189483b8ebb96c2b3c0721
12081208

12091209
policyOperator:
12101210
repository: policy-operator

0 commit comments

Comments
 (0)