From ba5b7fd49bee7d51b9540e0e6ccdd212c09af60c Mon Sep 17 00:00:00 2001 From: svcAPLBot <174728082+svcAPLBot@users.noreply.github.com> Date: Thu, 4 Jun 2026 01:39:18 +0000 Subject: [PATCH] chore(chart-deps): update trivy-operator to version 0.33.1 --- apps.yaml | 2 +- chart/chart-index/Chart.yaml | 2 +- charts/trivy-operator/Chart.yaml | 4 ++-- charts/trivy-operator/README.md | 4 ++-- charts/trivy-operator/templates/specs/eks-cis-1.4.yaml | 2 +- charts/trivy-operator/templates/specs/k8s-cis-1.23.yaml | 2 +- charts/trivy-operator/templates/specs/k8s-nsa-1.0.yaml | 2 +- .../trivy-operator/templates/specs/k8s-pss-baseline-0.1.yaml | 2 +- .../templates/specs/k8s-pss-restricted-0.1.yaml | 2 +- charts/trivy-operator/templates/specs/rke2-cis-1.24.yaml | 2 +- charts/trivy-operator/values.yaml | 2 +- 11 files changed, 13 insertions(+), 13 deletions(-) diff --git a/apps.yaml b/apps.yaml index 7c1e61b642..d8b4964741 100644 --- a/apps.yaml +++ b/apps.yaml @@ -208,7 +208,7 @@ appsInfo: integration: App Platform uses Sealed Secrets to provide a secure way to store Kubernetes secrets in Git repositories. Sealed Secrets can be used to store secrets in the values repository. trivy: title: Trivy Operator - appVersion: 0.30.1 + appVersion: 0.31.1 repo: https://github.com/aquasecurity/trivy-operator maintainers: Aqua Security relatedLinks: diff --git a/chart/chart-index/Chart.yaml b/chart/chart-index/Chart.yaml index c19daa7f3c..8a53550324 100644 --- a/chart/chart-index/Chart.yaml +++ b/chart/chart-index/Chart.yaml @@ -112,5 +112,5 @@ dependencies: version: 1.12.0 repository: https://cdfoundation.github.io/tekton-helm-chart/ - name: trivy-operator - version: 0.32.1 + version: 0.33.1 repository: https://aquasecurity.github.io/helm-charts/ diff --git a/charts/trivy-operator/Chart.yaml b/charts/trivy-operator/Chart.yaml index 7ac48680db..d20373675b 100644 --- a/charts/trivy-operator/Chart.yaml +++ b/charts/trivy-operator/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 0.30.1 +appVersion: 0.31.1 description: Keeps security report resources updated keywords: - aquasecurity @@ -9,4 +9,4 @@ name: trivy-operator sources: - https://github.com/aquasecurity/trivy-operator type: application -version: 0.32.1 +version: 0.33.1 diff --git a/charts/trivy-operator/README.md b/charts/trivy-operator/README.md index 34d0aadc76..29c77c64a2 100644 --- a/charts/trivy-operator/README.md +++ b/charts/trivy-operator/README.md @@ -1,6 +1,6 @@ # trivy-operator -![Version: 0.32.1](https://img.shields.io/badge/Version-0.32.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.30.1](https://img.shields.io/badge/AppVersion-0.30.1-informational?style=flat-square) +![Version: 0.33.1](https://img.shields.io/badge/Version-0.33.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.31.1](https://img.shields.io/badge/AppVersion-0.31.1-informational?style=flat-square) Keeps security report resources updated @@ -153,7 +153,7 @@ Keeps security report resources updated | trivy.image.pullPolicy | string | `"IfNotPresent"` | pullPolicy is the imge pull policy used for trivy image , valid values are (Always, Never, IfNotPresent) | | trivy.image.registry | string | `"mirror.gcr.io"` | registry of the Trivy image | | trivy.image.repository | string | `"aquasec/trivy"` | repository of the Trivy image | -| trivy.image.tag | string | `"0.69.3"` | tag version of the Trivy image | +| trivy.image.tag | string | `"0.71.0"` | tag version of the Trivy image | | trivy.imageScanCacheDir | string | `"/tmp/trivy/.cache"` | imageScanCacheDir the flag to set custom path for trivy image scan `cache-dir` parameter. Only applicable in image scan mode. | | trivy.includeDevDeps | bool | `false` | includeDevDeps include development dependencies in the report (supported: npm, yarn) (default: false) note: this flag is only applicable when trivy.command is set to filesystem | | trivy.insecureRegistries | object | `{}` | The registry to which insecure connections are allowed. There can be multiple registries with different keys. | diff --git a/charts/trivy-operator/templates/specs/eks-cis-1.4.yaml b/charts/trivy-operator/templates/specs/eks-cis-1.4.yaml index 8d1971e986..8d75cf45f9 100644 --- a/charts/trivy-operator/templates/specs/eks-cis-1.4.yaml +++ b/charts/trivy-operator/templates/specs/eks-cis-1.4.yaml @@ -6,7 +6,7 @@ metadata: labels: app.kubernetes.io/name: trivy-operator app.kubernetes.io/instance: trivy-operator - app.kubernetes.io/version: 0.30.1 + app.kubernetes.io/version: 0.31.1 app.kubernetes.io/managed-by: kubectl spec: cron: {{ .Values.compliance.cron | quote }} diff --git a/charts/trivy-operator/templates/specs/k8s-cis-1.23.yaml b/charts/trivy-operator/templates/specs/k8s-cis-1.23.yaml index bc2e9633a0..02447715d7 100644 --- a/charts/trivy-operator/templates/specs/k8s-cis-1.23.yaml +++ b/charts/trivy-operator/templates/specs/k8s-cis-1.23.yaml @@ -6,7 +6,7 @@ metadata: labels: app.kubernetes.io/name: trivy-operator app.kubernetes.io/instance: trivy-operator - app.kubernetes.io/version: 0.30.1 + app.kubernetes.io/version: 0.31.1 app.kubernetes.io/managed-by: kubectl spec: cron: {{ .Values.compliance.cron | quote }} diff --git a/charts/trivy-operator/templates/specs/k8s-nsa-1.0.yaml b/charts/trivy-operator/templates/specs/k8s-nsa-1.0.yaml index 67a45fce8f..62121557aa 100644 --- a/charts/trivy-operator/templates/specs/k8s-nsa-1.0.yaml +++ b/charts/trivy-operator/templates/specs/k8s-nsa-1.0.yaml @@ -7,7 +7,7 @@ metadata: labels: app.kubernetes.io/name: trivy-operator app.kubernetes.io/instance: trivy-operator - app.kubernetes.io/version: 0.30.1 + app.kubernetes.io/version: 0.31.1 app.kubernetes.io/managed-by: kubectl spec: cron: {{ .Values.compliance.cron | quote}} diff --git a/charts/trivy-operator/templates/specs/k8s-pss-baseline-0.1.yaml b/charts/trivy-operator/templates/specs/k8s-pss-baseline-0.1.yaml index 7f3d646522..695436bc88 100644 --- a/charts/trivy-operator/templates/specs/k8s-pss-baseline-0.1.yaml +++ b/charts/trivy-operator/templates/specs/k8s-pss-baseline-0.1.yaml @@ -7,7 +7,7 @@ metadata: labels: app.kubernetes.io/name: trivy-operator app.kubernetes.io/instance: trivy-operator - app.kubernetes.io/version: 0.30.1 + app.kubernetes.io/version: 0.31.1 app.kubernetes.io/managed-by: kubectl spec: cron: {{ .Values.compliance.cron | quote}} diff --git a/charts/trivy-operator/templates/specs/k8s-pss-restricted-0.1.yaml b/charts/trivy-operator/templates/specs/k8s-pss-restricted-0.1.yaml index 245d0c8fbe..f5e4c7a027 100644 --- a/charts/trivy-operator/templates/specs/k8s-pss-restricted-0.1.yaml +++ b/charts/trivy-operator/templates/specs/k8s-pss-restricted-0.1.yaml @@ -7,7 +7,7 @@ metadata: labels: app.kubernetes.io/name: trivy-operator app.kubernetes.io/instance: trivy-operator - app.kubernetes.io/version: 0.30.1 + app.kubernetes.io/version: 0.31.1 app.kubernetes.io/managed-by: kubectl spec: cron: {{ .Values.compliance.cron | quote}} diff --git a/charts/trivy-operator/templates/specs/rke2-cis-1.24.yaml b/charts/trivy-operator/templates/specs/rke2-cis-1.24.yaml index b5a87034a3..e816826d23 100644 --- a/charts/trivy-operator/templates/specs/rke2-cis-1.24.yaml +++ b/charts/trivy-operator/templates/specs/rke2-cis-1.24.yaml @@ -7,7 +7,7 @@ metadata: labels: app.kubernetes.io/name: trivy-operator app.kubernetes.io/instance: trivy-operator - app.kubernetes.io/version: 0.30.1 + app.kubernetes.io/version: 0.31.1 app.kubernetes.io/managed-by: kubectl spec: cron: {{ .Values.compliance.cron | quote}} diff --git a/charts/trivy-operator/values.yaml b/charts/trivy-operator/values.yaml index 850938d2da..2913bce3f4 100644 --- a/charts/trivy-operator/values.yaml +++ b/charts/trivy-operator/values.yaml @@ -360,7 +360,7 @@ trivy: # -- repository of the Trivy image repository: aquasec/trivy # -- tag version of the Trivy image - tag: 0.69.3 + tag: 0.71.0 # -- imagePullSecret is the secret name to be used when pulling trivy image from private registries example : reg-secret # It is the user responsibility to create the secret for the private registry in `trivy-operator` namespace imagePullSecret: ~