diff --git a/charts/security-apps/Chart.yaml b/charts/security-apps/Chart.yaml index 844bc5c83..1affd7712 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.76.0 +version: 0.77.0 home: https://github.com/adfinis/helm-charts/tree/main/charts/security-apps sources: - https://github.com/adfinis/helm-charts @@ -17,7 +17,22 @@ dependencies: annotations: artifacthub.io/changes: | - kind: changed - description: Update StackRox from 3.74 to 4.x + description: | + secrets-store-csi-driver: update upstream components + * fix: update nodeserver publish logs + * chore: bump version to v1.3.3 in release-1.3 + * chore: allow retries on pre-upgrade hook jobs + * chore: bump version to v1.3.2 in release-1.3 + * chore: bump golang.org/x/net from 0.4.0 to 0.7.0 + * chore: bump golang.org/x/net from 0.4.0 to 0.7.0 in /test/e2eprovider + * chore: use base and test image from registry.k8s.io + * chore: update node-driver-registrar:v2.8.0, livenessprobe:v2.10.0 + * chore: bump version to v1.3.4 in release-1.3 links: - - name: Release Notes for 4.0 - url: https://github.com/stackrox/stackrox/blob/master/CHANGELOG.md#400 + - name: Changelog for 1.3.4 + url: https://github.com/kubernetes-sigs/secrets-store-csi-driver/releases/tag/v1.3.4 + - kind: changed + description: "secrets-store-csi-driver: update charts from 1.3.1 to 1.3.4" + links: + - name: "fix: update nodeserver publish logs" + url: https://github.com/kubernetes-sigs/secrets-store-csi-driver/commit/dcb2c294be3bc8b792e02b9f03e5078664db0581 diff --git a/charts/security-apps/README.md b/charts/security-apps/README.md index c44081081..8c51becf0 100644 --- a/charts/security-apps/README.md +++ b/charts/security-apps/README.md @@ -1,6 +1,6 @@ # security-apps -![Version: 0.76.0](https://img.shields.io/badge/Version-0.76.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 0.77.0](https://img.shields.io/badge/Version-0.77.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 @@ -109,7 +109,7 @@ This chart is maintained by [Adfinis](https://adfinis.com/?pk_campaign=github&pk | secretsStoreCsiDriver.destination.namespace | string | `"infra-secrets-store-csi"` | Namespace | | secretsStoreCsiDriver.enabled | bool | `false` | Enable secrets-store-csi-driver | | secretsStoreCsiDriver.repoURL | string | [repo](https://kubernetes-sigs.github.io/secrets-store-csi-driver/charts) | Repo URL | -| secretsStoreCsiDriver.targetRevision | string | `"1.3.1"` | [secrets-store-csi-driver Helm chart](https://github.com/kubernetes-sigs/secrets-store-csi-driver/blob/main/charts/secrets-store-csi-driver) version | +| secretsStoreCsiDriver.targetRevision | string | `"1.3.4"` | [secrets-store-csi-driver Helm chart](https://github.com/kubernetes-sigs/secrets-store-csi-driver/blob/main/charts/secrets-store-csi-driver) version | | secretsStoreCsiDriver.values | object | [upstream values](https://github.com/kubernetes-sigs/secrets-store-csi-driver/blob/main/charts/secrets-store-csi-driver/values.yaml) | Helm values | | stackroxCentralServices | object | - | [StackRox central-services](https://www.stackrox.io/) ([example/stackrox.yaml)) | | stackroxCentralServices.chart | string | `"stackrox-central-services"` | Chart | diff --git a/charts/security-apps/values.yaml b/charts/security-apps/values.yaml index d1f94f0bc..2b501fd8f 100644 --- a/charts/security-apps/values.yaml +++ b/charts/security-apps/values.yaml @@ -181,7 +181,7 @@ secretsStoreCsiDriver: # -- Chart chart: "secrets-store-csi-driver" # -- [secrets-store-csi-driver Helm chart](https://github.com/kubernetes-sigs/secrets-store-csi-driver/blob/main/charts/secrets-store-csi-driver) version - targetRevision: "1.3.1" + targetRevision: "1.3.4" # -- Helm values # @default -- [upstream values](https://github.com/kubernetes-sigs/secrets-store-csi-driver/blob/main/charts/secrets-store-csi-driver/values.yaml) values: {}