Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions NOTICE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: <https://github.com/vmware-tanzu/helm-charts/tree/velero-11.0.0/charts/velero>
- 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
Expand Down
26 changes: 13 additions & 13 deletions apps/00-crds-velero/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion apps/velero/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions apps/velero/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down