chore: Rename timemachine to timecapsule

This commit is contained in:
Stefan Reimer 2021-04-21 16:13:40 +02:00
parent 155ae6f719
commit 4fdf4a10b0
21 changed files with 21 additions and 12 deletions

View File

@ -1,5 +1,5 @@
apiVersion: v2
name: kubezero-timemachine
name: kubezero-timecapsule
description: KubeZero umbrella chart for all things backup
type: application
version: 0.1.0

View File

@ -1,4 +1,4 @@
# kubezero-timemachine
# kubezero-timecapsule
![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)

View File

Before

Width:  |  Height:  |  Size: 35 KiB

After

Width:  |  Height:  |  Size: 35 KiB

View File

@ -193,6 +193,15 @@ function kiam-post() {
}
###########
# Metrics #
###########
# Cleanup patch jobs from previous runs , ArgoCD does this automatically
function metrics-pre() {
kubectl delete jobs --field-selector status.successful=1 -n monitoring
}
###########
# Logging #
###########

View File

@ -1,6 +1,6 @@
{{- if not .Values.argo }}
{{- $artifacts := list "calico" "cert-manager" "kiam" "aws-node-termination-handler" "aws-ebs-csi-driver" "aws-efs-csi-driver" "local-volume-provisioner" "local-path-provisioner" "istio" "istio-ingress" "metrics" "logging" "argocd" "timemachine" }}
{{- $artifacts := list "calico" "cert-manager" "kiam" "aws-node-termination-handler" "aws-ebs-csi-driver" "aws-efs-csi-driver" "local-volume-provisioner" "local-path-provisioner" "istio" "istio-ingress" "metrics" "logging" "argocd" "timecapsule" }}
{{- if .Values.global }}
global:

View File

@ -0,0 +1,8 @@
{{- define "timecapsule-values" }}
{{- end }}
{{- define "timecapsule-argo" }}
{{- end }}
{{ include "kubezero-app.app" . }}

View File

@ -1,8 +0,0 @@
{{- define "timemachine-values" }}
{{- end }}
{{- define "timemachine-argo" }}
{{- end }}
{{ include "kubezero-app.app" . }}

View File

@ -23,7 +23,7 @@ kiam:
aws-node-termination-handler:
enabled: false
timemachine:
timecapsule:
enabled: false
local-volume-provisioner: