diff --git a/charts/security-apps/Chart.yaml b/charts/security-apps/Chart.yaml index bd0a71b0c..8c7308a2d 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.79.0 +version: 0.80.0 home: https://github.com/adfinis/helm-charts/tree/main/charts/security-apps sources: - https://github.com/adfinis/helm-charts @@ -17,14 +17,7 @@ dependencies: annotations: artifacthub.io/changes: | - kind: changed - description: "feat(security-apps): Update Vault chart from 0.24.1 to 0.26.1" + description: "stackrox: Update 4.1.0 to 4.2.2" links: - - name: v0.26.1 Release - url: https://github.com/hashicorp/vault-helm/releases/tag/v0.26.1 - - name: v0.26.0 Release - url: https://github.com/hashicorp/vault-helm/releases/tag/v0.26.0 - - kind: changed - description: "Vault update from 1.14.0 to 1.15.1" - links: - - name: 1.15.1 Release - url: https://github.com/hashicorp/vault/releases/tag/v1.15.1 + - name: Github Release + url: https://github.com/stackrox/stackrox/releases/tag/4.2.2 diff --git a/charts/security-apps/README.md b/charts/security-apps/README.md index d22e6c058..d324a7116 100644 --- a/charts/security-apps/README.md +++ b/charts/security-apps/README.md @@ -1,6 +1,6 @@ # security-apps -![Version: 0.79.0](https://img.shields.io/badge/Version-0.79.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 0.80.0](https://img.shields.io/badge/Version-0.80.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.1.0"` | [stackrox/central-services Helm chart](https://github.com/stackrox/helm-charts/tree/main/opensource) version | +| stackroxCentralServices.targetRevision | string | `"400.2.2"` | [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.1.0"` | [stackrox/secured-cluster-services Helm chart](https://github.com/stackrox/helm-charts/tree/main/opensource) version | +| stackroxSecuredClusterServices.targetRevision | string | `"400.2.2"` | [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 d8c99d43a..7cc5e79b0 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.1.0 + targetRevision: 400.2.2 # -- 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.1.0 + targetRevision: 400.2.2 # -- Helm values # @default -- [upstream values](https://github.com/stackrox/stackrox/blob/master/image/templates/helm/stackrox-secured-cluster/values.yaml.htpl) values: {}