diff --git a/stable/influxdb/Chart.yaml b/stable/influxdb/Chart.yaml index 1e21d135d9..bb3a07a59d 100755 --- a/stable/influxdb/Chart.yaml +++ b/stable/influxdb/Chart.yaml @@ -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: diff --git a/stable/influxdb/templates/deployment.yaml b/stable/influxdb/templates/deployment.yaml index 2d4ea7e256..f8812dc400 100644 --- a/stable/influxdb/templates/deployment.yaml +++ b/stable/influxdb/templates/deployment.yaml @@ -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 }} diff --git a/stable/influxdb/values.yaml b/stable/influxdb/values.yaml index 245191fb12..1b4348dda8 100644 --- a/stable/influxdb/values.yaml +++ b/stable/influxdb/values.yaml @@ -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