Skip to content

Commit 5e3300c

Browse files
authored
chore(charts): update deployment template to remove quay.io
1 parent 2e01578 commit 5e3300c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/workflow-manager/templates/workflow-manager-deployment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ spec:
2424
serviceAccount: deis-workflow-manager
2525
containers:
2626
- name: deis-workflow-manager
27-
image: quay.io/{{.Values.org}}/workflow-manager:{{.Values.docker_tag}}
27+
image: {{.Values.org}}/workflow-manager:{{.Values.docker_tag}}
2828
imagePullPolicy: {{.Values.pull_policy}}
2929
{{- if or (.Values.limits_cpu) (.Values.limits_memory)}}
3030
resources:

0 commit comments

Comments
 (0)