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