We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fb167f commit 0b5e90dCopy full SHA for 0b5e90d
1 file changed
charts/registry/templates/registry-deployment.yaml
@@ -25,7 +25,7 @@ spec:
25
serviceAccount: deis-registry
26
containers:
27
- name: deis-registry
28
- image: quay.io/{{.Values.org}}/registry:{{.Values.docker_tag}}
+ image: {{.Values.org}}/registry:{{.Values.docker_tag}}
29
imagePullPolicy: {{.Values.pull_policy}}
30
{{- if or (.Values.limits_cpu) (.Values.limits_memory)}}
31
resources:
0 commit comments