You need to sign in or sign up before continuing.
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
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:
......
......@@ -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 }}
......
## influxdb image version
## ref: https://hub.docker.com/r/library/influxdb/tags/
image:
repo: "influxdb"
repository: "influxdb"
tag: "1.7.3-alpine"
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