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 committed Jun 25, 2020
1 parent ed6dad4 commit ea34768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/logger/templates/logger-deployment.yaml
Expand Up @@ -23,7 +23,7 @@ spec:
spec:
containers:
- name: deis-logger
image: quay.io/{{.Values.org}}/logger:{{.Values.docker_tag}}
image: {{.Values.org}}/logger:{{.Values.docker_tag}}
imagePullPolicy: {{.Values.pull_policy}}
env:
- name: STORAGE_ADAPTER
Expand Down

0 comments on commit ea34768

Please sign in to comment.