mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
using standardized helm 'image.repository' instead of 'helm.repo' (#13698)
Signed-off-by: Jeff Billimek <jeff@billimek.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
a733274596
commit
c596e3d4e2
@@ -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:
|
||||
|
||||
@@ -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,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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user