From f5bea806179ab4434bc7ab96a80b010c6c53240a Mon Sep 17 00:00:00 2001 From: Andrew Pryde Date: Thu, 14 Jun 2018 11:42:15 +0100 Subject: [PATCH] Fix mysql-agent InvalidImageName --mysql-agent-image should not contain a version. --- mysql-operator/templates/03-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysql-operator/templates/03-deployment.yaml b/mysql-operator/templates/03-deployment.yaml index 88b4c3521..6fbc384d6 100644 --- a/mysql-operator/templates/03-deployment.yaml +++ b/mysql-operator/templates/03-deployment.yaml @@ -32,4 +32,4 @@ spec: {{- if not .Values.operator.global }} - --namespace={{- .Values.operator.namespace }} {{- end }} - - --mysql-agent-image={{- .Values.image.registry }}/mysql-agent:{{ .Values.image.tag }} + - --mysql-agent-image={{- .Values.image.registry }}/mysql-agent