mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Signed-off-by: Alla Volkov <alla.volkov@sap.com> Signed-off-by: i019379 <alla.volkov@sap.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
428662c98b
commit
02841cb1b4
@@ -1,6 +1,6 @@
|
||||
apiVersion: v1
|
||||
name: influxdb
|
||||
version: 1.3.0
|
||||
version: 1.3.1
|
||||
appVersion: 1.7.6
|
||||
description: Scalable datastore for metrics, events, and real-time analytics.
|
||||
keywords:
|
||||
|
||||
@@ -15,6 +15,12 @@ spec:
|
||||
app: {{ template "influxdb.fullname" . }}
|
||||
release: "{{ .Release.Name }}"
|
||||
spec:
|
||||
{{- if .Values.image.pullSecrets }}
|
||||
imagePullSecrets:
|
||||
{{- range .Values.image.pullSecrets }}
|
||||
- name: {{ . }}
|
||||
{{- end}}
|
||||
{{- end }}
|
||||
containers:
|
||||
- name: {{ template "influxdb.fullname" . }}
|
||||
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
|
||||
|
||||
@@ -4,6 +4,9 @@ image:
|
||||
repository: "influxdb"
|
||||
tag: "1.7.6-alpine"
|
||||
pullPolicy: IfNotPresent
|
||||
## If specified, use these secrets to access the images
|
||||
# pullSecrets:
|
||||
# - registry-secret
|
||||
|
||||
## Specify a service type
|
||||
## NodePort is default
|
||||
|
||||
Reference in New Issue
Block a user