mirror of
https://github.com/bitnami/charts.git
synced 2026-02-28 15:37:42 +08:00
fix apiversion hardcode for cronjob (#13112)
Signed-off-by: cleverhu <shouping.hu@daocloud.io> Signed-off-by: cleverhu <shouping.hu@daocloud.io>
This commit is contained in:
@@ -24,4 +24,4 @@ name: influxdb
|
||||
sources:
|
||||
- https://github.com/bitnami/containers/tree/main/bitnami/influxdb
|
||||
- https://www.influxdata.com/products/influxdb-overview/
|
||||
version: 5.4.8
|
||||
version: 5.4.9
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{{- if .Values.backup.enabled }}
|
||||
apiVersion: batch/v1beta1
|
||||
apiVersion: {{ include "common.capabilities.cronjob.apiVersion" . }}
|
||||
kind: CronJob
|
||||
metadata:
|
||||
name: "{{ template "common.names.fullname" . }}-backup"
|
||||
|
||||
Reference in New Issue
Block a user