Skip to content

Commit

Permalink
Bump version to 2.3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
trend-container-security-bot committed Apr 11, 2023
1 parent 1302db0 commit e5fa495
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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.12"
version: "2.3.12"
appVersion: "2.3.13"
version: "2.3.13"
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.12, 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.13, 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.12.tar.gz
https://github.com/trendmicro/cloudone-container-security-helm/archive/2.3.13.tar.gz
```

### Enabling or disabling a specific component
Expand Down
6 changes: 3 additions & 3 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,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.12
tag: 2.3.13

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

oversight:
repository: oversight-controller
digest: sha256:6f73c2c0dc5a479e3640c92ad75235704645ad7c543a6aa81ae41167479bc42b
digest: sha256:37892ce12f39ebcde97f182d9f9935c02ab1016d87382bfb2ecf7679907d77ad

usage:
repository: usage-controller
Expand All @@ -584,7 +584,7 @@ images:

scanManager:
repository: scan-manager
digest: sha256:d5d16344909de70545f5e0f1d1b8f0c6f80303aa19f713d0e237cf3990e2f810
digest: sha256:433a59118f6295e99872b96c39187f8daa007d09bd182423f152994d39f19617

scanJob:
repository: scan-job
Expand Down

0 comments on commit e5fa495

Please # to comment.