Skip to content

Commit

Permalink
chore(charts): remove quay.io from deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Cryptophobia authored Jun 25, 2020
1 parent 600d389 commit caa35ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/builder/templates/builder-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
serviceAccount: deis-builder
containers:
- name: deis-builder
image: quay.io/{{.Values.org}}/builder:{{.Values.docker_tag}}
image: {{.Values.org}}/builder:{{.Values.docker_tag}}
imagePullPolicy: {{.Values.pull_policy}}
ports:
- containerPort: 2223
Expand Down

0 comments on commit caa35ae

Please sign in to comment.