Commit 6b4ab262 authored by Jeff Billimek's avatar Jeff Billimek Committed by Kubernetes Prow Robot

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

parent 3eb3b04f
apiVersion: v1 apiVersion: v1
name: influxdb name: influxdb
version: 1.1.6 version: 1.1.7
appVersion: 1.7.3 appVersion: 1.7.3
description: Scalable datastore for metrics, events, and real-time analytics. description: Scalable datastore for metrics, events, and real-time analytics.
keywords: keywords:
......
...@@ -17,7 +17,7 @@ spec: ...@@ -17,7 +17,7 @@ spec:
spec: spec:
containers: containers:
- name: {{ template "influxdb.fullname" . }} - name: {{ template "influxdb.fullname" . }}
image: "{{ .Values.image.repo }}:{{ .Values.image.tag }}" image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
imagePullPolicy: {{ .Values.image.pullPolicy | quote }} imagePullPolicy: {{ .Values.image.pullPolicy | quote }}
resources: resources:
{{ toYaml .Values.resources | indent 10 }} {{ toYaml .Values.resources | indent 10 }}
......
## influxdb image version ## influxdb image version
## ref: https://hub.docker.com/r/library/influxdb/tags/ ## ref: https://hub.docker.com/r/library/influxdb/tags/
image: image:
repo: "influxdb" repository: "influxdb"
tag: "1.7.3-alpine" tag: "1.7.3-alpine"
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment