Skip to content

Commit

Permalink
chore(deps): update neuvector
Browse files Browse the repository at this point in the history
| datasource | package                        | from  | to    |
| ---------- | ------------------------------ | ----- | ----- |
| helm       | core                           | 2.6.4 | 2.7.1 |
| helm       | crd                            | 2.6.4 | 2.7.1 |
| docker     | docker.io/neuvector/controller | 5.2.3 | 5.2.4 |
| docker     | docker.io/neuvector/enforcer   | 5.2.3 | 5.2.4 |
| docker     | docker.io/neuvector/manager    | 5.2.3 | 5.2.4 |
| helm       | monitor                        | 2.6.4 | 2.7.1 |
  • Loading branch information
renovate[bot] authored Jan 26, 2024
1 parent a207197 commit 603ed32
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions src/neuvector/common/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ components:
charts:
- name: crd
url: https://neuvector.github.io/neuvector-helm/
version: 2.6.4
version: 2.7.1
namespace: neuvector
gitPath: charts/crd
- name: uds-neuvector-config
Expand All @@ -20,14 +20,14 @@ components:
localPath: ../chart
- name: core
url: https://neuvector.github.io/neuvector-helm/
version: 2.6.4
version: 2.7.1
namespace: neuvector
gitPath: charts/core
valuesFiles:
- ../values/values.yaml
- name: monitor
url: https://neuvector.github.io/neuvector-helm/
version: 2.6.4
version: 2.7.1
namespace: neuvector
gitPath: charts/monitor
valuesFiles:
Expand Down
6 changes: 3 additions & 3 deletions src/neuvector/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ components:
valuesFiles:
- values/upstream-monitor-values.yaml
images:
- docker.io/neuvector/controller:5.2.3
- docker.io/neuvector/manager:5.2.3
- docker.io/neuvector/controller:5.2.4
- docker.io/neuvector/manager:5.2.4
- docker.io/neuvector/updater:latest
- docker.io/neuvector/scanner:latest
- docker.io/neuvector/enforcer:5.2.3
- docker.io/neuvector/enforcer:5.2.4
- docker.io/neuvector/prometheus-exporter:latest

- name: neuvector
Expand Down

0 comments on commit 603ed32

Please sign in to comment.