Unverified Commit 7229c408 authored by timhallinflux's avatar timhallinflux Committed by GitHub

Update for InfluxDB Enterprise 1.9.6 (#420)

* Update for InfluxDB Enterprise 1.9.6 * update certificate manager API to v1 Co-authored-by: 's avatarAles Pour <ales.pour@bonitoo.io>
parent e30fe376
apiVersion: v1 apiVersion: v1
version: 0.1.14 version: 0.1.15
appVersion: 1.9.5 appVersion: 1.9.6
engine: gotpl engine: gotpl
name: influxdb-enterprise name: influxdb-enterprise
......
{{- if or .Values.data.https.useCertManager .Values.meta.https.useCertManager -}} {{- if or .Values.data.https.useCertManager .Values.meta.https.useCertManager -}}
apiVersion: cert-manager.io/v1alpha2 apiVersion: cert-manager.io/v1
kind: Issuer kind: Issuer
metadata: metadata:
name: {{ include "influxdb-enterprise.fullname" . }} name: {{ include "influxdb-enterprise.fullname" . }}
......
{{- if and .Values.data.https.enabled .Values.data.https.useCertManager -}} {{- if and .Values.data.https.enabled .Values.data.https.useCertManager -}}
apiVersion: cert-manager.io/v1alpha2 apiVersion: cert-manager.io/v1
kind: Certificate kind: Certificate
metadata: metadata:
name: {{ include "influxdb-enterprise.fullname" . }}-data name: {{ include "influxdb-enterprise.fullname" . }}-data
......
{{- if and .Values.meta.https.enabled .Values.meta.https.useCertManager -}} {{- if and .Values.meta.https.enabled .Values.meta.https.useCertManager -}}
apiVersion: cert-manager.io/v1alpha2 apiVersion: cert-manager.io/v1
kind: Certificate kind: Certificate
metadata: metadata:
name: {{ include "influxdb-enterprise.fullname" . }}-meta name: {{ include "influxdb-enterprise.fullname" . }}-meta
......
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