using standardized helm 'image.repository' instead of 'helm.repo' (#13698)

Signed-off-by: Jeff Billimek <jeff@billimek.com>
This commit is contained in:
Jeff Billimek
2019-06-17 15:32:16 -07:00
committed by Kubernetes Prow Robot
parent a733274596
commit c596e3d4e2
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
apiVersion: v1
name: influxdb
version: 1.1.6
version: 1.1.7
appVersion: 1.7.3
description: Scalable datastore for metrics, events, and real-time analytics.
keywords:
+1 -1
View File
@@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: {{ template "influxdb.fullname" . }}
image: "{{ .Values.image.repo }}:{{ .Values.image.tag }}"
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
imagePullPolicy: {{ .Values.image.pullPolicy | quote }}
resources:
{{ toYaml .Values.resources | indent 10 }}
+1 -1
View File
@@ -1,7 +1,7 @@
## influxdb image version
## ref: https://hub.docker.com/r/library/influxdb/tags/
image:
repo: "influxdb"
repository: "influxdb"
tag: "1.7.3-alpine"
pullPolicy: IfNotPresent