Skip to content

Commit

Permalink
chore(charts): remove quay.io from the deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Cryptophobia authored Jun 25, 2020
1 parent 35e1166 commit f70e65d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
spec:
containers:
- name: deis-registry-token-refresher
image: quay.io/{{.Values.org}}/registry-token-refresher:{{.Values.docker_tag}}
image: {{.Values.org}}/registry-token-refresher:{{.Values.docker_tag}}
imagePullPolicy: {{.Values.pull_policy}}
{{- if or (.Values.limits_cpu) (.Values.limits_memory)}}
resources:
Expand Down

0 comments on commit f70e65d

Please sign in to comment.