velero helm

No introduction found. Create it?

Install

Install with:

helm repo add vmware-tanzu https://vmware-tanzu.github.io/helm-charts/
helm install velero vmware-tanzu/velero -f values.yaml

Examples

See examples from other people.

Top Repositories (2 out of 10)

NameRepoStarsVersionTimestamp
veleropascaliske/infrastructure6710.1.02 months ago
veleroh3mmy/bloopySphere627.2.26 months ago

Resources

Values

See the most popular values for this chart:

KeyTypes
string
string
string
string
configuration.backupStorageLocation[].config.s3Url (8)
https://s3.truenas.${SECRET_DOMAIN_LOCAL}
string
boolean, string
string
string
boolean
string
string
string
string
string
boolean
string
string
string
string
string
string
boolean
string
string
string
string
string
string
string
string
string
string
string
boolean
string
string
string
string
string
initContainers[].image (9)
velero/velero-plugin-for-aws:v1.13.0
velero/velero-plugin-for-csi:v0.7.1
string
initContainers[].name (9)
velero-plugin-for-aws
string
string
string
string
credentials.existingSecret (8)
velero-truenas-secret
string
credentials.secretContents.cloud (1)
[default] aws_access_key_id=${VELERO_ACCESS_KEY} aws_secret_access_key=${VELERO_SECRET_KEY}
string
boolean
boolean
boolean
boolean
boolean
boolean, string
string
string
string
string
boolean
boolean
boolean
metrics.prometheusRule.spec[].alert (3)
VeleroBackupPartialFailures
VeleroBackupFailures
string
metrics.prometheusRule.spec[].annotations.message (3)
Velero backup {{ $labels.schedule }} has {{ $value | humanizePercentage }} partially failed backups.
Velero backup {{ $labels.schedule }} has {{ $value | humanizePercentage }} failed backups.
string
metrics.prometheusRule.spec[].expr (3)
velero_backup_partial_failure_total{schedule!=""} / velero_backup_attempt_total{schedule!=""} > 0.25
velero_backup_failure_total{schedule!=""} / velero_backup_attempt_total{schedule!=""} > 0.25
string
string
string
boolean
boolean
nodeAgent.podVolumePath (3)
/var/lib/kubelet/pods
string
boolean
string
string
string
string
nodeAgent.tolerations[].key (2)
node-role.kubernetes.io/master
kubernetes.io/arch
string
string
string
boolean
boolean
number
string
string
kubectl.image.repository (2)
ghcr.io/home-operations/kubernetes-kubectl
string
string
string
string
string
string
string
string
string
string
string
boolean
string
string
string
string
string
boolean
string
string
string
string
string
string
string
string
string
string
string
boolean
boolean
number
initContainers (1)
- name: velero-plugin-for-aws image: velero/velero-plugin-for-aws:v1.12.1 imagePullPolicy: IfNotPresent volumeMounts: - mountPath: /target name: plugins - name: velero-plugin-for-openebs image: openebs/velero-plugin:3.6.0 imagePullPolicy: IfNotPresent volumeMounts: - mountPath: /target name: plugins
string