Skip to content

Commit 8f66d7b

Browse files
Bump version to 2.6.5
1 parent c37cf58 commit 8f66d7b

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
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.4"
4-
version: "2.6.4"
3+
appVersion: "2.6.5"
4+
version: "2.6.5"
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.4, 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.5, 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.4.tar.gz
224+
https://github.com/trendmicro/cloudone-container-security-helm/archive/2.6.5.tar.gz
225225
```
226226

227227
### Enabling or disabling a specific component

values.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1059,7 +1059,7 @@ images:
10591059

10601060
## Default tag for images to pull. This can be overridden for each image
10611061
## by specifying the tag attribute at the image level.
1062-
tag: 2.6.4
1062+
tag: 2.6.5
10631063

10641064
## Default pull policy for images. This can be overridden for each image
10651065
## by specifying the pullPolicy attribute at the image level.
@@ -1074,7 +1074,7 @@ images:
10741074
# imagePullSecret:
10751075
admissionController:
10761076
repository: admission-controller
1077-
digest: sha256:38c33a3ca2763f50c4c0709e31b605011137243ebac5c8b7591ed8a36599a119
1077+
digest: sha256:ef8e4bc6e330d353e775f8f1b34455521780477394b6f274a2ea27dfda36842d
10781078

10791079
oversight:
10801080
repository: oversight-controller
@@ -1090,11 +1090,11 @@ images:
10901090

10911091
falco:
10921092
repository: falco
1093-
digest: sha256:6365813919f4d99e0b50c7a64fcb4e80a7cef64f5789c5fabbc2268c912b6e76
1093+
digest: sha256:fac4c0071f6271cbc656ede50fef20b1f14bb127d0386765cd82929cc4422525
10941094

10951095
scout:
10961096
repository: scout
1097-
digest: sha256:639f78f2ab8ddbf1abcbc9e0866d11eb3b787bba9ff51150bfe3b29b1542233e
1097+
digest: sha256:bca3e8b51984c503889493d737c2320657199dff2532bf3e826f8910f5a55c7f
10981098

10991099
scanManager:
11001100
repository: scan-manager
@@ -1106,27 +1106,27 @@ images:
11061106

11071107
complianceScanJob:
11081108
repository: compliance-scan-job
1109-
digest: sha256:931a788c1d27bee3791fc6751f145a5e133bdb5a4cabc33028e0612b95b0b1a6
1109+
digest: sha256:eeb63ec2f69b40e2ed6dce4f2691a68420d04298e82a02dc0d8a319521c15716
11101110

11111111
workloadOperator:
11121112
repository: workload-operator
11131113
digest: sha256:114fdbdb4a0ba3c258e2dc1302cbdea39e27ea74fedfef55ab9055addd5f143e
11141114

11151115
fargateInjector:
11161116
repository: fargate-tool
1117-
digest: sha256:1ee41680f781040912d5be8473bfe3195e13de90889315434b7e7e20e68562d3
1117+
digest: sha256:05be847d08f548ea79eb0570bdd7208efd8d5fc3f83f99522a094e025ca80c09
11181118

11191119
pdig:
11201120
repository: pdig
1121-
digest: sha256:0d203a83a1a753717161368b5a858ab316e56c75d4c6307a5c8eaccddb4f7a8c
1121+
digest: sha256:3b024bc583fb5e23cb699e2149099fe2e2f8c4424e8b2eaefb96d3bd6a327253
11221122

11231123
k8sMetaCollector:
11241124
repository: k8s-metacollector
11251125
digest: sha256:5f38e2846d9e64c466c0181c862baf5f668583b45ec062cb0093648e60c40e21
11261126

11271127
policyOperator:
11281128
repository: policy-operator
1129-
digest: sha256:061a09ccf3612fd0a415b999d88eed9c06d7eed51c9750649d3e0377474930e4
1129+
digest: sha256:4ab32530f15f6233da334acecacb2a9f9589894055db9a8754ad49996a29e13a
11301130

11311131
malwareScanner:
11321132
repository: malware-scanner

0 commit comments

Comments
 (0)