Skip to content

Commit

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

0 comments on commit a4cdc7d

Please sign in to comment.