Skip to content

Commit

Permalink
fix(charts): fix to point to our hub.docker repository for images
Browse files Browse the repository at this point in the history
  • Loading branch information
Cryptophobia committed Feb 11, 2019
1 parent cff717b commit a6608b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/database/templates/database-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
serviceAccount: deis-database
containers:
- name: deis-database
image: quay.io/{{.Values.org}}/postgres:{{.Values.docker_tag}}
image: {{.Values.org}}/postgres:{{.Values.docker_tag}}
imagePullPolicy: {{.Values.pull_policy}}
ports:
- containerPort: 5432
Expand Down

0 comments on commit a6608b5

Please sign in to comment.