Skip to content

Commit 3b98638

Browse files
Bump version to 2.6.8
1 parent b26e44f commit 3b98638

File tree

3 files changed

+5
-5
lines changed

3 files changed

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

227227
### Enabling or disabling a specific component

values.yaml

Lines changed: 1 addition & 1 deletion
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.7
1131+
tag: 2.6.8
11321132

11331133
## Default pull policy for images. This can be overridden for each image
11341134
## by specifying the pullPolicy attribute at the image level.

0 commit comments

Comments
 (0)