diff --git a/NOTICE.md b/NOTICE.md index ca557844..c3983410 100644 --- a/NOTICE.md +++ b/NOTICE.md @@ -177,6 +177,16 @@ Below are all the FOSS (Free and open-source software) used and their respective - docker.io/grafana/promtail:2.9.3 - License: [GNU Affero General Public License v3.0](https://github.com/grafana/loki/blob/v2.9.3/LICENSE) +- Velero + - Helm chart: + - Version: 11.0.0 + - Licence: [Apache License 2.0](https://github.com/vmware-tanzu/helm-charts/blob/velero-11.0.0/LICENSE) + - Source: + - Copyright: Copyright The VMware-Tanzu Development Team. [Authors and Contributors](https://github.com/vmware-tanzu/helm-charts/graphs/contributors) + - Container image(s) + - docker.io/velero/velero:v1.17.0 + - License: [Apache License 2.0](https://github.com/vmware-tanzu/velero/blob/v1.17.0/LICENSE) + ## Licenses ### Apache License 2.0 diff --git a/apps/00-crds-velero/kustomization.yaml b/apps/00-crds-velero/kustomization.yaml index 37721e37..e0251f98 100644 --- a/apps/00-crds-velero/kustomization.yaml +++ b/apps/00-crds-velero/kustomization.yaml @@ -14,19 +14,19 @@ resources: -- https://raw.githubusercontent.com/vmware-tanzu/helm-charts/refs/tags/velero-7.1.0/charts/velero/crds/backuprepositories.yaml -- https://raw.githubusercontent.com/vmware-tanzu/helm-charts/refs/tags/velero-7.1.0/charts/velero/crds/backups.yaml -- https://raw.githubusercontent.com/vmware-tanzu/helm-charts/refs/tags/velero-7.1.0/charts/velero/crds/backupstoragelocations.yaml -- https://raw.githubusercontent.com/vmware-tanzu/helm-charts/refs/tags/velero-7.1.0/charts/velero/crds/datadownloads.yaml -- https://raw.githubusercontent.com/vmware-tanzu/helm-charts/refs/tags/velero-7.1.0/charts/velero/crds/datauploads.yaml -- https://raw.githubusercontent.com/vmware-tanzu/helm-charts/refs/tags/velero-7.1.0/charts/velero/crds/deletebackuprequests.yaml -- https://raw.githubusercontent.com/vmware-tanzu/helm-charts/refs/tags/velero-7.1.0/charts/velero/crds/downloadrequests.yaml -- https://raw.githubusercontent.com/vmware-tanzu/helm-charts/refs/tags/velero-7.1.0/charts/velero/crds/podvolumebackups.yaml -- https://raw.githubusercontent.com/vmware-tanzu/helm-charts/refs/tags/velero-7.1.0/charts/velero/crds/podvolumerestores.yaml -- https://raw.githubusercontent.com/vmware-tanzu/helm-charts/refs/tags/velero-7.1.0/charts/velero/crds/restores.yaml -- https://raw.githubusercontent.com/vmware-tanzu/helm-charts/refs/tags/velero-7.1.0/charts/velero/crds/schedules.yaml -- https://raw.githubusercontent.com/vmware-tanzu/helm-charts/refs/tags/velero-7.1.0/charts/velero/crds/serverstatusrequests.yaml -- https://raw.githubusercontent.com/vmware-tanzu/helm-charts/refs/tags/velero-7.1.0/charts/velero/crds/volumesnapshotlocations.yaml +- https://raw.githubusercontent.com/vmware-tanzu/helm-charts/refs/tags/velero-11.0.0/charts/velero/crds/backuprepositories.yaml +- https://raw.githubusercontent.com/vmware-tanzu/helm-charts/refs/tags/velero-11.0.0/charts/velero/crds/backups.yaml +- https://raw.githubusercontent.com/vmware-tanzu/helm-charts/refs/tags/velero-11.0.0/charts/velero/crds/backupstoragelocations.yaml +- https://raw.githubusercontent.com/vmware-tanzu/helm-charts/refs/tags/velero-11.0.0/charts/velero/crds/datadownloads.yaml +- https://raw.githubusercontent.com/vmware-tanzu/helm-charts/refs/tags/velero-11.0.0/charts/velero/crds/datauploads.yaml +- https://raw.githubusercontent.com/vmware-tanzu/helm-charts/refs/tags/velero-11.0.0/charts/velero/crds/deletebackuprequests.yaml +- https://raw.githubusercontent.com/vmware-tanzu/helm-charts/refs/tags/velero-11.0.0/charts/velero/crds/downloadrequests.yaml +- https://raw.githubusercontent.com/vmware-tanzu/helm-charts/refs/tags/velero-11.0.0/charts/velero/crds/podvolumebackups.yaml +- https://raw.githubusercontent.com/vmware-tanzu/helm-charts/refs/tags/velero-11.0.0/charts/velero/crds/podvolumerestores.yaml +- https://raw.githubusercontent.com/vmware-tanzu/helm-charts/refs/tags/velero-11.0.0/charts/velero/crds/restores.yaml +- https://raw.githubusercontent.com/vmware-tanzu/helm-charts/refs/tags/velero-11.0.0/charts/velero/crds/schedules.yaml +- https://raw.githubusercontent.com/vmware-tanzu/helm-charts/refs/tags/velero-11.0.0/charts/velero/crds/serverstatusrequests.yaml +- https://raw.githubusercontent.com/vmware-tanzu/helm-charts/refs/tags/velero-11.0.0/charts/velero/crds/volumesnapshotlocations.yaml apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization labels: diff --git a/apps/velero/kustomization.yaml b/apps/velero/kustomization.yaml index 2a674402..3cdb7c7e 100644 --- a/apps/velero/kustomization.yaml +++ b/apps/velero/kustomization.yaml @@ -20,7 +20,7 @@ helmCharts: releaseName: '{{ app_name }}' repo: https://vmware-tanzu.github.io/helm-charts/ valuesFile: values.yaml - version: 7.1.0 + version: 11.0.0 apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization labels: diff --git a/apps/velero/values.yaml b/apps/velero/values.yaml index cc1d4027..b87cbb6d 100644 --- a/apps/velero/values.yaml +++ b/apps/velero/values.yaml @@ -14,12 +14,12 @@ image: repository: velero/velero - tag: v1.14.0 + tag: v1.17.0 pullPolicy: IfNotPresent initContainers: - name: velero-plugin-for-aws - image: velero/velero-plugin-for-aws:v1.10.0 + image: velero/velero-plugin-for-aws:v1.13.0 imagePullPolicy: IfNotPresent volumeMounts: - mountPath: /target