Skip to content

Commit

Permalink
Merge pull request #97 from becitsthere/master
Browse files Browse the repository at this point in the history
Correct updater tag
  • Loading branch information
becitsthere authored Jun 11, 2021
2 parents 289e956 + 28219be commit 957e56d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/core/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: core
apiVersion: v1
version: 1.7.6
version: 1.7.7
appVersion: 4.2.2
description: Helm chart for NeuVector's core services
home: https://neuvector.com
Expand Down
2 changes: 1 addition & 1 deletion charts/core/templates/updater-cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ spec:
containers:
- name: neuvector-updater-pod
{{ if eq .Values.registry "registry.neuvector.com" }}
image: "{{ .Values.registry }}/updater:{{ .Values.tag }}"
image: "{{ .Values.registry }}/updater:{{ .Values.cve.updater.image.tag }}"
{{- else }}
image: "{{ .Values.registry }}/{{ .Values.cve.updater.image.repository }}:{{ .Values.cve.updater.image.tag }}"
{{- end }}
Expand Down

0 comments on commit 957e56d

Please sign in to comment.