Skip to content

Commit f70e65d

Browse files
authored
chore(charts): remove quay.io from the deployment
1 parent 35e1166 commit f70e65d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/registry-token-refresher/templates/registry-token-refresher-deployment.yaml

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

0 commit comments

Comments
 (0)