diff --git a/charts/core/Chart.yaml b/charts/core/Chart.yaml index d27c5b72..95e2d7f7 100644 --- a/charts/core/Chart.yaml +++ b/charts/core/Chart.yaml @@ -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 diff --git a/charts/core/templates/updater-cronjob.yaml b/charts/core/templates/updater-cronjob.yaml index 1953a52e..6921e979 100644 --- a/charts/core/templates/updater-cronjob.yaml +++ b/charts/core/templates/updater-cronjob.yaml @@ -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 }}