Commit 0afc1ca5 authored by Ferenc-'s avatar Ferenc- Committed by k8s-ci-robot

[stable/influxdb] Add delete-policy for set-auth (#5864)

* [stable/influxdb] Add delete-policy for set-auth Withouth any hook delete policy, the hook resource remains in the namespace even after a 'helm delete --purge', and consequent installations of the chart fail with: Error: jobs.batch "[...]influxdb-set-auth" already exists * [stable/influxdb] Bump version * Fix maintainer name
parent 8764a6bd
name: influxdb name: influxdb
version: 0.9.1 version: 0.9.2
appVersion: 1.4 appVersion: 1.4
description: Scalable datastore for metrics, events, and real-time analytics. description: Scalable datastore for metrics, events, and real-time analytics.
keywords: keywords:
...@@ -10,6 +10,6 @@ home: https://www.influxdata.com/time-series-platform/influxdb/ ...@@ -10,6 +10,6 @@ home: https://www.influxdata.com/time-series-platform/influxdb/
sources: sources:
- https://github.com/influxdata/influxdb - https://github.com/influxdata/influxdb
maintainers: maintainers:
- name: Jack Zampolin - name: jackzampolin
email: jack@influxdb.com email: jack@influxdb.com
engine: gotpl engine: gotpl
...@@ -10,6 +10,7 @@ metadata: ...@@ -10,6 +10,7 @@ metadata:
name: {{ template "influxdb.fullname" . }}-set-auth name: {{ template "influxdb.fullname" . }}-set-auth
annotations: annotations:
"helm.sh/hook": post-install "helm.sh/hook": post-install
"helm.sh/hook-delete-policy": hook-succeeded
spec: spec:
activeDeadlineSeconds: {{ .Values.setDefaultUser.activeDeadlineSeconds }} activeDeadlineSeconds: {{ .Values.setDefaultUser.activeDeadlineSeconds }}
template: template:
......
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