Skip to content

Commit

Permalink
feat(security-apps): Update neuvector from 5.1.2 to 5.2.0 (#1081)
Browse files Browse the repository at this point in the history
  • Loading branch information
hairmare authored Aug 7, 2023
1 parent 079b484 commit 63acf18
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 24 deletions.
25 changes: 6 additions & 19 deletions charts/security-apps/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: security-apps
description: Argo CD app-of-apps config for security applications
type: application
version: 0.77.0
version: 0.78.0
home: https://github.com/adfinis/helm-charts/tree/main/charts/security-apps
sources:
- https://github.com/adfinis/helm-charts
Expand All @@ -17,22 +17,9 @@ dependencies:
annotations:
artifacthub.io/changes: |
- kind: changed
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
description: "feat(neuvector): Update from 5.1.2 to 5.2.0 (charts from 2.4.3 to 2.6.1)"
links:
- 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
- name: 5.2.0 Release
url: https://github.com/neuvector/neuvector/releases/tag/v5.2.0
- name: 5.1.3 Release
url: https://github.com/neuvector/neuvector/releases/tag/v5.1.3
6 changes: 3 additions & 3 deletions charts/security-apps/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions charts/security-apps/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ neuvector:
# -- Chart
chart: "core"
# -- [neuvector/core Helm chart](https://github.com/neuvector/neuvector-helm/tree/master/charts/core) version
targetRevision: "2.4.3"
targetRevision: "2.6.1"
# -- Helm values
# @default -- [upstream values](https://github.com/neuvector/neuvector-helm/blob/master/charts/core/values.yaml)
values: {}
Expand All @@ -221,7 +221,7 @@ neuvectorMonitor:
# -- Chart
chart: "monitor"
# -- [neuvector/monitor Helm chart](https://github.com/neuvector/neuvector-helm/tree/master/charts/monitor) version
targetRevision: "2.4.3"
targetRevision: "2.6.1"
# -- Helm values
# @default -- [upstream values](https://github.com/neuvector/neuvector-helm/blob/master/charts/monitor/values.yaml)
values: {}
Expand Down

0 comments on commit 63acf18

Please sign in to comment.