Skip to content

Commit

Permalink
Bump version to 2.3.33
Browse files Browse the repository at this point in the history
  • Loading branch information
cloud-one-container-sec-ci-bot committed Apr 11, 2024
1 parent 7749301 commit 1904d7c
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.32"
version: "2.3.32"
appVersion: "2.3.33"
version: "2.3.33"
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 @@ -161,15 +161,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.32, 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.33, 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.32.tar.gz
https://github.com/trendmicro/cloudone-container-security-helm/archive/2.3.33.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 @@ -627,7 +627,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.32
tag: 2.3.33

## 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 @@ -662,7 +662,7 @@ images:

scout:
repository: scout
digest: sha256:47e7fa282b8e239072ca7c6ceeaa5aace526d1bc121a7ecd2c4311cc1fc87ac1
digest: sha256:4ebb0535b03b5527530f50bfe204129fadbdc735f08e940d9f76bbfada937a23

scanManager:
repository: scan-manager
Expand All @@ -674,7 +674,7 @@ images:

workloadOperator:
repository: workload-operator
digest: sha256:f60e9a88095d7f439fc7ede0fa8889630d31f21e6762ac3e42d71e60e0e890c1
digest: sha256:b5c8cabca56e319f5b0ecccfe5782de9dc380adb5e6a88c3f0f811e48a32af34

fargateInjector:
repository: fargate-tool
Expand Down

0 comments on commit 1904d7c

Please sign in to comment.