Skip to content

Commit

Permalink
chore(charts): remove quay.io from deployment chart
Browse files Browse the repository at this point in the history
  • Loading branch information
Cryptophobia authored Jun 24, 2020
1 parent 21a8fdb commit 142e0f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/router/templates/router-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
serviceAccount: deis-router
containers:
- name: deis-router
image: quay.io/{{.Values.org}}/router:{{.Values.docker_tag}}
image: {{.Values.org}}/router:{{.Values.docker_tag}}
imagePullPolicy: {{.Values.pull_policy}}
{{- if or (.Values.limits_cpu) (.Values.limits_memory) (.Values.requests_cpu) (.Values.requests_memory)}}
resources:
Expand Down

0 comments on commit 142e0f1

Please sign in to comment.