Skip to content
This repository was archived by the owner on May 28, 2021. It is now read-only.

Commit fa0749f

Browse files
authored
Fix mysql-agent InvalidImageName (#141)
--mysql-agent-image should not contain a version.
1 parent d3586f0 commit fa0749f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mysql-operator/templates/03-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ spec:
3232
{{- if not .Values.operator.global }}
3333
- --namespace={{- .Values.operator.namespace }}
3434
{{- end }}
35-
- --mysql-agent-image={{- .Values.image.registry }}/mysql-agent:{{ .Values.image.tag }}
35+
- --mysql-agent-image={{- .Values.image.registry }}/mysql-agent

0 commit comments

Comments
 (0)