Skip to content

Commit

Permalink
Bump version to 2.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
cloud-one-container-sec-ci-bot committed Oct 31, 2022
1 parent 5b0fa52 commit e2b52a8
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.4"
version: "2.3.4"
appVersion: "2.3.5"
version: "2.3.5"
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.4, 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.5, 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.4.tar.gz
https://github.com/trendmicro/cloudone-container-security-helm/archive/2.3.5.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 @@ -476,7 +476,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.4
tag: 2.3.5

## Default pull policy for images. This can be overridden for each image
## by specifying the pullPolicy attribute at the image level.
Expand All @@ -491,7 +491,7 @@ images:
# imagePullSecret:
admissionController:
repository: admission-controller
digest: sha256:ac9f82f41362929e3524e2885f98bcff8cab83899720b45a21e0e977bfeffc94
digest: sha256:9f1688ef5eb5d310d8262bcb2aa1ed35f4d660f7e88f2bcefbdd0cae40169a99

oversight:
repository: oversight-controller
Expand Down

0 comments on commit e2b52a8

Please sign in to comment.