Skip to content

Commit

Permalink
Bump version to 2.3.17
Browse files Browse the repository at this point in the history
  • Loading branch information
trend-container-security-bot committed Aug 10, 2023
1 parent fde59cd commit 8d51f1f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: trendmicro-container-security
description: Trend Micro Cloud One Container Security
appVersion: "2.3.16"
version: "2.3.16"
appVersion: "2.3.17"
version: "2.3.17"
kubeVersion: ">=1.16.0-0"
apiVersion: v1
deprecated: false
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,15 +159,15 @@ By default, Container Security Continuous Compliance will create a Kubernetes ne

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

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.3.16, run the following command:
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.3.17, run the following command:

```sh
helm install \
--values overrides.yaml \
--namespace ${namespace} \
--create-namespace \
trendmicro \
https://github.com/trendmicro/cloudone-container-security-helm/archive/2.3.16.tar.gz
https://github.com/trendmicro/cloudone-container-security-helm/archive/2.3.17.tar.gz
```

### Enabling or disabling a specific component
Expand Down
4 changes: 2 additions & 2 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ images:

## Default tag for images to pull. This can be overridden for each image
## by specifying the tag attribute at the image level.
tag: 2.3.16
tag: 2.3.17

## Default pull policy for images. This can be overridden for each image
## by specifying the pullPolicy attribute at the image level.
Expand Down Expand Up @@ -591,7 +591,7 @@ images:

scout:
repository: scout
digest: sha256:83985c4c566fb7ce3196aaa9ab0573e9f04be0f3d39eac16f502ff47171be56e
digest: sha256:d99603c53209a135b0b9bc22268d035f4d425cd56af6bc13855ccb33069b5d98

scanManager:
repository: scan-manager
Expand Down

0 comments on commit 8d51f1f

Please # to comment.