Skip to content

Commit

Permalink
chore(charts): remove quay.io from configmap
Browse files Browse the repository at this point in the history
  • Loading branch information
Cryptophobia authored Jun 25, 2020
1 parent 266a880 commit a913048
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/slugbuilder/templates/slugbuilder-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ metadata:
labels:
heritage: deis
data:
image: "quay.io/{{.Values.org}}/slugbuilder:{{.Values.docker_tag}}"
image: "{{.Values.org}}/slugbuilder:{{.Values.docker_tag}}"
pullpolicy: {{ .Values.pull_policy }}

0 comments on commit a913048

Please sign in to comment.