From fd04d8a4788f8069291eae5c4b36756d521d46a1 Mon Sep 17 00:00:00 2001 From: Mario Hadorn <90178340+mariohadorn@users.noreply.github.com> Date: Wed, 21 Feb 2024 15:48:59 +0100 Subject: [PATCH] feat(security-apps): update stackrox from 4.2.2 to 4.3.4 (#1201) --- charts/security-apps/Chart.yaml | 8 ++++---- charts/security-apps/README.md | 6 +++--- charts/security-apps/values.yaml | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/charts/security-apps/Chart.yaml b/charts/security-apps/Chart.yaml index 453a59d69..a093d3b84 100644 --- a/charts/security-apps/Chart.yaml +++ b/charts/security-apps/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: security-apps description: Argo CD app-of-apps config for security applications type: application -version: 0.83.0 +version: 0.84.0 home: https://github.com/adfinis/helm-charts/tree/main/charts/security-apps sources: - https://github.com/adfinis/helm-charts @@ -18,7 +18,7 @@ annotations: artifacthub.io/containsSecurityUpdates: "true" artifacthub.io/changes: | - kind: security - description: "csi-secrets-driver: Update 1.4.0 to 1.4.1" + description: "stackrox-central and stackrox-secured-cluster-services: Update 400.2.2 to 400.3.4" links: - - name: Github Release - url: https://github.com/kubernetes-sigs/secrets-store-csi-driver/releases/tag/v1.4.1 + - name: Changelog + url: https://github.com/stackrox/stackrox/blob/master/CHANGELOG.md#430 diff --git a/charts/security-apps/README.md b/charts/security-apps/README.md index da0966792..23f0f0f4a 100644 --- a/charts/security-apps/README.md +++ b/charts/security-apps/README.md @@ -1,6 +1,6 @@ # security-apps -![Version: 0.83.0](https://img.shields.io/badge/Version-0.83.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 0.84.0](https://img.shields.io/badge/Version-0.84.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) Argo CD app-of-apps config for security applications @@ -116,14 +116,14 @@ This chart is maintained by [Adfinis](https://adfinis.com/?pk_campaign=github&pk | stackroxCentralServices.destination.namespace | string | `"infra-stackrox"` | Namespace | | stackroxCentralServices.enabled | bool | `false` | Enable StackRox central-services | | stackroxCentralServices.repoURL | string | [repo](https://charts.stackrox.io) | Repo URL | -| stackroxCentralServices.targetRevision | string | `"400.2.2"` | [stackrox/central-services Helm chart](https://github.com/stackrox/helm-charts/tree/main/opensource) version | +| stackroxCentralServices.targetRevision | string | `"400.3.4"` | [stackrox/central-services Helm chart](https://github.com/stackrox/helm-charts/tree/main/opensource) version | | stackroxCentralServices.values | object | [upstream values](https://github.com/stackrox/stackrox/blob/master/image/templates/helm/stackrox-central/values.yaml) | Helm values | | stackroxSecuredClusterServices | object | - | [StackRox secured-cluster-services](https://www.stackrox.io/) ([example/stackrox.yaml)) | | stackroxSecuredClusterServices.chart | string | `"stackrox-secured-cluster-services"` | Chart | | stackroxSecuredClusterServices.destination.namespace | string | `"infra-stackrox"` | Namespace | | stackroxSecuredClusterServices.enabled | bool | `false` | Enable StackRox secured-cluster-services | | stackroxSecuredClusterServices.repoURL | string | [repo](https://charts.stackrox.io) | Repo URL | -| stackroxSecuredClusterServices.targetRevision | string | `"400.2.2"` | [stackrox/secured-cluster-services Helm chart](https://github.com/stackrox/helm-charts/tree/main/opensource) version | +| stackroxSecuredClusterServices.targetRevision | string | `"400.3.4"` | [stackrox/secured-cluster-services Helm chart](https://github.com/stackrox/helm-charts/tree/main/opensource) version | | stackroxSecuredClusterServices.values | object | [upstream values](https://github.com/stackrox/stackrox/blob/master/image/templates/helm/stackrox-secured-cluster/values.yaml.htpl) | Helm values | | vault | object | - | [vault](https://github.com/hashicorp/vault/) ([example](./examples/vault.yaml)) | | vault.chart | string | `"vault"` | Chart | diff --git a/charts/security-apps/values.yaml b/charts/security-apps/values.yaml index 45fbab496..6dcc43c71 100644 --- a/charts/security-apps/values.yaml +++ b/charts/security-apps/values.yaml @@ -241,7 +241,7 @@ stackroxCentralServices: # -- Chart chart: stackrox-central-services # -- [stackrox/central-services Helm chart](https://github.com/stackrox/helm-charts/tree/main/opensource) version - targetRevision: 400.2.2 + targetRevision: 400.3.4 # -- Helm values # @default -- [upstream values](https://github.com/stackrox/stackrox/blob/master/image/templates/helm/stackrox-central/values.yaml) values: {} @@ -261,7 +261,7 @@ stackroxSecuredClusterServices: # -- Chart chart: stackrox-secured-cluster-services # -- [stackrox/secured-cluster-services Helm chart](https://github.com/stackrox/helm-charts/tree/main/opensource) version - targetRevision: 400.2.2 + targetRevision: 400.3.4 # -- Helm values # @default -- [upstream values](https://github.com/stackrox/stackrox/blob/master/image/templates/helm/stackrox-secured-cluster/values.yaml.htpl) values: {}