Skip to content

Commit

Permalink
feat: update image tags for 5.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
holyspectral committed Dec 18, 2024
1 parent 2eaf8bf commit 374aac4
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions charts/core/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: core
apiVersion: v1
version: 2.8.3
appVersion: 5.4.1
version: 2.8.4
appVersion: 5.4.2
description: Helm chart for NeuVector's core services
home: https://neuvector.com
icon: https://avatars2.githubusercontent.com/u/19367275?s=200&v=4
Expand Down
10 changes: 5 additions & 5 deletions charts/core/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
openshift: false

registry: docker.io
tag: 5.4.1
tag: 5.4.2
oem:
imagePullSecrets:
psp: false
Expand Down Expand Up @@ -316,7 +316,7 @@ controller:
enabled: false
image:
repository: neuvector/compliance-config
tag: latest
tag: 1.0.2
hash:
enforcer:
# If false, enforcer will not be installed
Expand Down Expand Up @@ -444,7 +444,7 @@ cve:
enabled: false
image:
repository: neuvector/registry-adapter
tag: 0.1.3
tag: 0.1.4
hash:
priorityClassName:
resources:
Expand Down Expand Up @@ -535,7 +535,7 @@ cve:
image:
registry: ""
repository: neuvector/updater
tag: latest
tag: 0.0.1
hash:
schedule: "0 0 * * *"
priorityClassName:
Expand Down Expand Up @@ -566,7 +566,7 @@ cve:
image:
registry: ""
repository: neuvector/scanner
tag: "6"
tag: 6
hash:
priorityClassName:
resources:
Expand Down
4 changes: 2 additions & 2 deletions charts/crd/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: crd
apiVersion: v1
version: 2.8.3
appVersion: 5.4.1
version: 2.8.4
appVersion: 5.4.2
description: Helm chart for NeuVector's CRD services
home: https://neuvector.com
icon: https://avatars2.githubusercontent.com/u/19367275?s=200&v=4
Expand Down
4 changes: 2 additions & 2 deletions charts/monitor/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: monitor
apiVersion: v1
version: 2.8.3
appVersion: 1-1.0.0
version: 2.8.4
appVersion: 1.0.1
description: Helm chart for NeuVector monitor services
home: https://neuvector.com
icon: https://avatars2.githubusercontent.com/u/19367275?s=200&v=4
Expand Down
2 changes: 1 addition & 1 deletion charts/monitor/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ exporter:
enabled: true
image:
repository: neuvector/prometheus-exporter
tag: latest
tag: 1.0.1
# changes this to a readonly user !
CTRL_USERNAME: admin
CTRL_PASSWORD: admin
Expand Down

0 comments on commit 374aac4

Please sign in to comment.