Skip to content

Commit

Permalink
Bump version to 2.3.37
Browse files Browse the repository at this point in the history
  • Loading branch information
cloud-one-container-sec-ci-bot committed Jun 3, 2024
1 parent 4dafbe0 commit c96f013
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 24 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.36"
version: "2.3.36"
appVersion: "2.3.37"
version: "2.3.37"
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.36, 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.37, 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.36.tar.gz
https://github.com/trendmicro/cloudone-container-security-helm/archive/2.3.37.tar.gz
```

### Enabling or disabling a specific component
Expand Down
40 changes: 20 additions & 20 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -200,13 +200,13 @@ cloudOne:
## in the default signed certificate.
##
## Default value: []
ipAlternativeNames: [ ]
ipAlternativeNames: []

## dnsAlternativeNames is a list of DNS names to include as alternate names
## in the default signed certificate.
##
## Default value: []
dnsAlternativeNames: [ ]
dnsAlternativeNames: []

## lifetime is the lifetime in days of the default signed certificate.
##
Expand Down Expand Up @@ -484,19 +484,19 @@ tlsConfig:
##
## Default value: List of secure cipher suites
cipherSuites:
- TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA
- TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA
- TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA
- TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA
- TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
- TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384
- TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
- TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
- TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256
- TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256
- TLS_AES_128_GCM_SHA256
- TLS_AES_256_GCM_SHA384
- TLS_CHACHA20_POLY1305_SHA256
- TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA
- TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA
- TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA
- TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA
- TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
- TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384
- TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
- TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
- TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256
- TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256
- TLS_AES_128_GCM_SHA256
- TLS_AES_256_GCM_SHA384
- TLS_CHACHA20_POLY1305_SHA256

resources:
defaults: {}
Expand Down Expand Up @@ -712,7 +712,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.36
tag: 2.3.37

## Default pull policy for images. This can be overridden for each image
## by specifying the pullPolicy attribute at the image level.
Expand All @@ -727,11 +727,11 @@ images:
# imagePullSecret:
admissionController:
repository: admission-controller
digest: sha256:372ade829366890a6b8e383ebd87cf4cfc2c79d1dfcee49475b40a4078d16f5c
digest: sha256:659126ea8a72ebe264b70ae3f90465eff093f5a90439bd74a431e9b89a7dc94f

oversight:
repository: oversight-controller
digest: sha256:c3e4054bfee8525315d0dc39b50123c17247309cdb16fd822ffa8fabfe1bd52e
digest: sha256:aef759e11116e1e71a00c2908d2be2c735b82b58e6d820037d78ee10cc8cb524

usage:
repository: usage-controller
Expand All @@ -751,15 +751,15 @@ images:

scanManager:
repository: scan-manager
digest: sha256:15314ceb95ace36220848d010e2f42c21894e975a4accdc0bf071777a99c1f08
digest: sha256:a5cf5f01e797b7030351961d2be47e8564cbc71694279018951870dbd9abde3c

scanJob:
repository: scan-job
digest: sha256:dd89981bbbc6ec5ddeea53647080ebea15c40ede75cde4dfb5e85a73c6299269

workloadOperator:
repository: workload-operator
digest: sha256:0e07b141e6a029aba971b6aa7d0e64801cf2d49891602468d3402a8ff1f01439
digest: sha256:db6f51e7941368afefe6def6eeb6a381137e2c74e877c8c42324895e74d28cae

fargateInjector:
repository: fargate-tool
Expand Down

0 comments on commit c96f013

Please sign in to comment.