File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
deploy/helm/kubernetes/templates Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Deploy Kubernetes in Kubernetes using Helm
6
6
7
7
## Requirements
8
8
9
- * Kubernetes v1.15 +
9
+ * Kubernetes v1.21 +
10
10
* Helm v3
11
11
* cert-manager v1.0.0+
12
12
Original file line number Diff line number Diff line change 1
1
{{- if .Values.etcd.backup.enabled }}
2
2
{{- $fullName := include "kubernetes.fullname" . -}}
3
3
---
4
- apiVersion : batch/v1beta1
4
+ apiVersion : batch/v1
5
5
kind : CronJob
6
6
metadata :
7
7
name : {{ $fullName }}-etcd-backup
Original file line number Diff line number Diff line change 1
1
{{- if .Values.admin.job.enabled }}
2
2
{{- $fullName := include "kubernetes.fullname" . -}}
3
3
---
4
- apiVersion : batch/v1beta1
4
+ apiVersion : batch/v1
5
5
kind : CronJob
6
6
metadata :
7
7
name : " {{ $fullName }}-kubeadm-tasks"
You can’t perform that action at this time.
0 commit comments