Unverified Commit 2ac3dfd8 authored by David McKay's avatar David McKay Committed by GitHub

chore: version bump (#215)

* chore: version bump * fix: correct use of gotemplates
parent 18e6b8cb
......@@ -5,7 +5,7 @@ name: influxdb2
description: A Helm chart for InfluxDB v2
home: https://www.influxdata.com/products/influxdb-overview/influxdb-2-0/
type: application
version: 1.0.10
version: 1.0.11
maintainers:
- name: rawkode
email: rawkode@influxdata.com
......
apiVersion: v1
kind: Service
metadata:
name: { { template "influxdb.fullname" . } }
labels: { { - include "influxdb.labels" . | nindent 4 } }
name: {{ template "influxdb.fullname" . }}
labels: {{- include "influxdb.labels" . | nindent 4 }}
spec:
type: ClusterIP
ports:
- port: { { .Values.service.port } }
- port: {{ .Values.service.port }}
targetPort: http
protocol: TCP
name: http
selector: { { - include "influxdb.selectorLabels" . | nindent 4 } }
selector: {{- include "influxdb.selectorLabels" . | nindent 4 }}
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