Skip to content

Commit

Permalink
Bump version to 2.3.46
Browse files Browse the repository at this point in the history
  • Loading branch information
cloud-one-container-sec-ci-bot committed Sep 5, 2024
1 parent 2dc1bee commit 36d7171
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 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.45"
version: "2.3.45"
appVersion: "2.3.46"
version: "2.3.46"
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.45, 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.46, 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.45.tar.gz
https://github.com/trendmicro/cloudone-container-security-helm/archive/2.3.46.tar.gz
```

### Enabling or disabling a specific component
Expand Down
8 changes: 4 additions & 4 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -746,7 +746,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.45
tag: 2.3.46

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

scout:
repository: scout
digest: sha256:087b521710f1f917234ad74a5500c595fd98e23679434bbe20b4d4169eeff4ee
digest: sha256:837942d2043da1fb667994d9900376be99d9fe0acbee43f007a1974e13781e3f

scanManager:
repository: scan-manager
Expand All @@ -793,11 +793,11 @@ images:

complianceScanJob:
repository: compliance-scan-job
digest: sha256:a575caf66eb8c27086208e246c4b2ef5ddf9fb3a2dfb1132633614d96bbc109b
digest: sha256:5aa16f9df923462dd8378f5a72e6ca5dc0adc9bbf1fb27099ba7312d716b73d6

workloadOperator:
repository: workload-operator
digest: sha256:5ca5721459616034b4a62e3ebf5cf2b0ecf98231e0805a5337778b6630f5cc63
digest: sha256:7caa15319cef085787a7b9a4a4ab37d2bac034f7b8807970561a8c380d51e8cb

fargateInjector:
repository: fargate-tool
Expand Down

0 comments on commit 36d7171

Please sign in to comment.