Skip to content

Commit 4308893

Browse files
fix: vmauth used vmalert image (#646)
1 parent 9e8f0b1 commit 4308893

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

charts/kof-storage/templates/victoria/vmauth.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ metadata:
1010
spec:
1111
{{- $spec := deepCopy .Values.victoriametrics.vmauth.spec }}
1212
{{- if $global.registry }}
13-
{{- $_ := set $spec.image "repository" ( printf "%s/victoriametrics/vmalert" $global.registry) }}
13+
{{- $_ := set $spec.image "repository" ( printf "%s/victoriametrics/vmauth" $global.registry) }}
1414
{{- end }}
1515
{{- if and $global.registry (ne $global.registry "docker.io") }}
1616
{{- $configReloaderImageTag := $spec.configReloaderImageTag | trimPrefix "quay.io/" }}

0 commit comments

Comments
 (0)