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.7.6 | 2.7.7 |
| helm       | crd                            | 2.7.6 | 2.7.7 |
| docker     | docker.io/neuvector/controller | 5.3.2 | 5.3.3 |
| docker     | docker.io/neuvector/enforcer   | 5.3.2 | 5.3.3 |
| docker     | docker.io/neuvector/manager    | 5.3.2 | 5.3.3 |
| helm       | monitor                        | 2.7.6 | 2.7.7 |
  • Loading branch information
renovate[bot] authored Jun 7, 2024
1 parent 7cf9c4c commit 5934364
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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.7.6
version: 2.7.7
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.7.6
version: 2.7.7
namespace: neuvector
gitPath: charts/core
valuesFiles:
- ../values/values.yaml
- name: monitor
url: https://neuvector.github.io/neuvector-helm/
version: 2.7.6
version: 2.7.7
namespace: neuvector
gitPath: charts/monitor
valuesFiles:
Expand Down
2 changes: 1 addition & 1 deletion src/neuvector/values/upstream-values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
registry: docker.io
tag: "5.3.2"
tag: "5.3.3"
manager:
image:
repository: neuvector/manager
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.3.2
- docker.io/neuvector/manager:5.3.2
- docker.io/neuvector/controller:5.3.3
- docker.io/neuvector/manager:5.3.3
- docker.io/neuvector/updater:latest
- docker.io/neuvector/scanner:latest
- docker.io/neuvector/enforcer:5.3.2
- docker.io/neuvector/enforcer:5.3.3
- docker.io/neuvector/prometheus-exporter:5.3.2

- name: neuvector
Expand Down

0 comments on commit 5934364

Please sign in to comment.