Skip to content

velero

Backup and migrate Kubernetes applications and their persistent volumes

Velero (formerly Heptio Ark) gives you tools to back up and restore your Kubernetes cluster resources and persistent volumes.

devops

https://velero.io

armhf amd64 arm64

Installation

1. Add WakeMeOps repository

curl -sSL https://raw.githubusercontent.com/upciti/wakemeops/main/assets/install_repository | sudo bash

2. Install velero

sudo apt install velero

Snippets

FROM wakemeops/minideb:bullseye

RUN install_packages \
    velero=1.13.1*

USER 1001
- name: Install dependencies
  uses: upciti/wakemeops-action@v1
  with:
    packages: |
      velero=1.13.1*

Download URLs

Version SHA256 Size (KB)
1.13.1 9000e2a275db16346b229822ddb3b1358ad052e87878d22ecf585cad40af30be 13869
1.13.0 b4ab1fa566c745a6fe25f067853a45fd5f433581b7e6a4fa78556c24768a6857 13869
1.12.3 cb1dcec8c2d81616356f9193cb3cc9bd5e6df6c92d54ffd0e16e2fbc3e5b700a 13686
1.12.2 a65df3a1fa221970d4ae5f942b2f3438fbe6a4ee7c65d3d8ca92f4403dc71d53 13680
1.12.1 29350329ab15bbb13c226486dda7ea49f423a92c7c02488a0adbd08dd8e0cef9 13650
1.12.0 ae6243efc6e75fc68cbfa4f1bdb34983c0d49ccbbb38a56b49c1bee852b9818c 13563
1.11.1 cd84d5c1253483ca42969096b739b66a76ca8715974da5c804381d6f023aeed4 12602
1.11.0 0273b628fcb778dfabe2c87f64c17a136d5dc2ed6c8639e93d73292f943ef57c 12558
1.10.2 6f6dbe775ed573eee6633aa44d212b44b11d05a6f40d499c1fb8ac93e45e2c1b 12343
1.10.1 b9810af731cf8d51e1d36918c587be9ba3b11a84e2f56702381953707b2be286 12333
Version SHA256 Size (KB)
1.13.1 c4e22f154db986271a6d3d30b1e02cac07f573e3817609350ad127a2caa18168 11834
1.13.0 a586c344be8d1b2675963ede87ede937aa1f15a2de8d07afc9e0070cef7fec62 11839
1.12.3 d15f690e690687833bf64fe881b589bc67f5d4ddd21525e8bce9e71fb7fedb09 11638
1.12.2 86c601cf8b37da02f0c220a7d9aa6af594c31d90923477444bdef6df821a1589 11638
1.12.1 7168daab5d2b7cad9ba94ef67a0da54bb636ed39c8ea535cfd4dcbc9c4e2c38b 11613
1.12.0 833143c529feb7c12a48f2c395a48c0adad08a63d875469ab0a73681e6f682b4 11551
1.11.1 f1647376fe76a0f0297882e57d304d7583828b18e9e92506379008b2963ea70a 10683
1.11.0 79b09d7278a2e0dbe9241f31406adc9d60e2dd8e9de9367ceb8a1fc3c50e6958 10680
1.10.2 f29cbf64976b00ad83c421c554c48d28fac585af656ad04b5f00ff6f709c854a 10539
1.10.1 21f40418ca511206492b6bf7306e24fa4c2583d9e6eac79db7cc3a3a09a587c3 10530
Version SHA256 Size (KB)
1.13.1 0b66e4c70fdc33dc4eb5aa5e9ab95468416033ff8d057990312672d9fcbe7273 11802
1.13.0 3c06bfc3f346c195f0f901e5b2115413ab78667c8e97c12675c46a62f99eb818 11807
1.12.3 83c39059a9f5da9cfc20012f7805b05ed6373ae894333681834e1dfb22f80e5d 11812
1.12.2 a5f4c6c623267ec57168a7a7b309cac553c952d3a92526156762a750bab81b72 11807
1.12.1 3daefcea3563589e3d49020e0694a9a3bb79a5827ef19abd88a8a942de1529ee 11779
1.12.0 3ff24974c090cf76d65c05c1a36e130a387f893244efdb2919ebbd87685b824c 11715
1.11.1 9cb910f3eecdbe80a018bfcafe5c0cf70a082d74ef6f2e2b43fe4e20266f8ddb 10834
1.11.0 d1f9ce439be37a8da5a07a8449e41d5d20935e1ce3303cd16fe743631f3da961 10840
1.10.2 5547ad4b8c167ac0814a31360587562c05defe55d6f1826d72d1ee710007b37f 10674
1.10.1 794d1f2e897b07546acb35f894f426b48f80f04da389a9edca134a88133e06c5 10656

Blueprints

Debian packages listed on this page are generated from op2deb YAML blueprints. Blueprints for velero are versioned here.

Click here to see velero ops2deb blueprints
https://github.com/upciti/wakemeops/blob/main/blueprints/devops/velero/ops2deb.yml
- name: velero
  version: 1.7.1
  revision: "3"
  homepage: https://velero.io
  summary: backup and migrate Kubernetes applications and their persistent volumes
  description: |-
    Velero (formerly Heptio Ark) gives you tools to back up and restore your
    Kubernetes cluster resources and persistent volumes.
  fetch: https://github.com/vmware-tanzu/velero/releases/download/v{{version}}/velero-v{{version}}-linux-amd64.tar.gz
  script:
    - mv velero-v{{version}}-linux-amd64/velero {{src}}/usr/bin/velero

- name: velero
  matrix:
    architectures:
      - arm64
      - armhf
  version: 1.7.1
  revision: "3"
  homepage: https://velero.io
  summary: backup and migrate Kubernetes applications and their persistent volumes
  description: |-
    Velero (formerly Heptio Ark) gives you tools to back up and restore your
    Kubernetes cluster resources and persistent volumes.
  fetch: https://github.com/vmware-tanzu/velero/releases/download/v{{version}}/velero-v{{version}}-linux-{{goarch}}.tar.gz
  script:
    - mv velero-v{{version}}-linux-{{goarch}}/velero {{src}}/usr/bin/velero

- name: velero
  matrix:
    architectures:
      - amd64
      - arm64
      - armhf
    versions:
      - 1.8.0
      - 1.7.2
      - 1.8.1
  homepage: https://velero.io
  summary: backup and migrate Kubernetes applications and their persistent volumes
  description: |-
    Velero (formerly Heptio Ark) gives you tools to back up and restore your
    Kubernetes cluster resources and persistent volumes.
  fetch: https://github.com/vmware-tanzu/velero/releases/download/v{{version}}/velero-v{{version}}-linux-{{goarch}}.tar.gz
  script:
    - mv velero-v{{version}}-linux-{{goarch}}/velero {{src}}/usr/bin/velero

- name: velero
  matrix:
    architectures:
      - amd64
      - arm64
      - armhf
    versions:
      - 1.9.0
      - 1.9.1
      - 1.9.2
      - 1.9.3
      - 1.10.0
      - 1.10.1
      - 1.10.2
      - 1.11.0
      - 1.11.1
      - 1.12.0
      - 1.12.1
      - 1.12.2
      - 1.12.3
      - 1.13.0
      - 1.13.1
  homepage: https://velero.io
  summary: backup and migrate Kubernetes applications and their persistent volumes
  description: |-
    Velero (formerly Heptio Ark) gives you tools to back up and restore your
    Kubernetes cluster resources and persistent volumes.
  fetch: https://github.com/vmware-tanzu/velero/releases/download/v{{version}}/velero-v{{version}}-linux-{{goarch}}.tar.gz
  install:
    - velero-v{{version}}-linux-{{goarch}}/velero:/usr/bin/velero

The blueprint fetch keyword contains a URL template pointing to velero releases. Downloaded files are locked in a lockfile versioned here.

Click here to see velero release hashes
https://github.com/upciti/wakemeops/blob/main/blueprints/devops/velero/ops2deb.lock.yml
- url: https://github.com/vmware-tanzu/velero/releases/download/v1.7.1/velero-v1.7.1-linux-amd64.tar.gz
  sha256: 5dd1e619a3a182d539f081a468a8e6118d3a6c50436c36315bdb2e33b5398adf
  timestamp: 2021-12-14 15:37:09+00:00
- url: https://github.com/vmware-tanzu/velero/releases/download/v1.7.1/velero-v1.7.1-linux-arm.tar.gz
  sha256: a170bdfe2f8aac6db876e08de9b58e54468812b34faf5d87ed67dacb9e6d9569
  timestamp: 2022-01-30 16:22:16+00:00
- url: https://github.com/vmware-tanzu/velero/releases/download/v1.7.1/velero-v1.7.1-linux-arm64.tar.gz
  sha256: 7dcf7020c7b5c674cdb0f9221cdd04da01f19dd9b6a19ec74f0a62245d92c8d3
  timestamp: 2022-01-30 16:22:16+00:00
- url: https://github.com/vmware-tanzu/velero/releases/download/v1.8.0/velero-v1.8.0-linux-amd64.tar.gz
  sha256: 0530082cb8d1412e926e4afcef72a7eff45f8820a6480d5358b70b4d8ffcbf78
  timestamp: 2022-02-14 13:31:54+00:00
- url: https://github.com/vmware-tanzu/velero/releases/download/v1.8.0/velero-v1.8.0-linux-arm.tar.gz
  sha256: 14a06856a84ff5f3e66ce0323319277b0234564d8a1982ce537cd92b2e67495c
  timestamp: 2022-02-14 13:31:54+00:00
- url: https://github.com/vmware-tanzu/velero/releases/download/v1.8.0/velero-v1.8.0-linux-arm64.tar.gz
  sha256: 62c96df0b71d4b28d424b15aa79fb83ba120dfeb3c47418e82f638f83c365c34
  timestamp: 2022-02-14 13:31:54+00:00
- url: https://github.com/vmware-tanzu/velero/releases/download/v1.7.2/velero-v1.7.2-linux-amd64.tar.gz
  sha256: 8dac72c2050d36d484547864d72c572928e3fcea58cfcedbe4a6d2cc6513f924
  timestamp: 2022-03-09 04:21:44+00:00
- url: https://github.com/vmware-tanzu/velero/releases/download/v1.7.2/velero-v1.7.2-linux-arm.tar.gz
  sha256: 4fb54fc1f832b1d75021f1022a1b3f9368d7cd3a6bde66517ab5ab1de457ca8e
  timestamp: 2022-03-09 04:21:44+00:00
- url: https://github.com/vmware-tanzu/velero/releases/download/v1.7.2/velero-v1.7.2-linux-arm64.tar.gz
  sha256: 6aace227d055f9120b08944b76f86b289ca3b215df900145b000c4b1e3b3fe22
  timestamp: 2022-03-09 04:21:44+00:00
- url: https://github.com/vmware-tanzu/velero/releases/download/v1.8.1/velero-v1.8.1-linux-amd64.tar.gz
  sha256: b50952735b1dcec595ce6b84cbc5f1eb184c5c756708c8cb9196fa53f36ca6de
  timestamp: 2022-03-15 07:25:59+00:00
- url: https://github.com/vmware-tanzu/velero/releases/download/v1.8.1/velero-v1.8.1-linux-arm.tar.gz
  sha256: babc6ff30f5629f6b7d2b1ca6ed52cad7daf4cff2b53776d1d1fc57592f5eddd
  timestamp: 2022-03-15 07:25:59+00:00
- url: https://github.com/vmware-tanzu/velero/releases/download/v1.8.1/velero-v1.8.1-linux-arm64.tar.gz
  sha256: afae7d0e244a1552b9c557664925f623336361773855773a7ea2c07c3e0a4020
  timestamp: 2022-03-15 07:25:59+00:00
- url: https://github.com/vmware-tanzu/velero/releases/download/v1.9.0/velero-v1.9.0-linux-amd64.tar.gz
  sha256: 84f613c88f28c45eb701c5644ff5490fea162e7fd7723ff1782f220bcf5a3d0d
  timestamp: 2022-06-23 05:56:37+00:00
- url: https://github.com/vmware-tanzu/velero/releases/download/v1.9.0/velero-v1.9.0-linux-arm.tar.gz
  sha256: 9ee264df401747c19134d208dc8923f4cb50abcaa437859391b1df32701d17dc
  timestamp: 2022-06-23 05:56:37+00:00
- url: https://github.com/vmware-tanzu/velero/releases/download/v1.9.0/velero-v1.9.0-linux-arm64.tar.gz
  sha256: 259ef31635be2dcdf124178ab0b051dc11d25f140d12009c9e7df1fc14566f43
  timestamp: 2022-06-23 05:56:37+00:00
- url: https://github.com/vmware-tanzu/velero/releases/download/v1.9.1/velero-v1.9.1-linux-amd64.tar.gz
  sha256: bb6575c75c75ed68eeadacfd3504968e72f88c9e4376b2ca0eb24dead5fe2731
  timestamp: 2022-08-17 11:24:01+00:00
- url: https://github.com/vmware-tanzu/velero/releases/download/v1.9.1/velero-v1.9.1-linux-arm.tar.gz
  sha256: d0d792d2439052f8d43dcf1149605a5d7d070b471036483490eec2863bc62e8c
  timestamp: 2022-08-17 11:24:01+00:00
- url: https://github.com/vmware-tanzu/velero/releases/download/v1.9.1/velero-v1.9.1-linux-arm64.tar.gz
  sha256: 33a2c444ec4d4b430f4d8835a897e69f78edbece901effd48a65051e7e8f5bba
  timestamp: 2022-08-17 11:24:01+00:00
- url: https://github.com/vmware-tanzu/velero/releases/download/v1.9.2/velero-v1.9.2-linux-amd64.tar.gz
  sha256: 6727ed2ab68bec962c70682f63943acb44028e0f92a1201a1101b3347a9c4840
  timestamp: 2022-09-26 06:59:52+00:00
- url: https://github.com/vmware-tanzu/velero/releases/download/v1.9.2/velero-v1.9.2-linux-arm.tar.gz
  sha256: 02cac1c7eb76977fb46a68f2f17d850a62113eebaea448c92eb48bddd9d20e75
  timestamp: 2022-09-26 06:59:52+00:00
- url: https://github.com/vmware-tanzu/velero/releases/download/v1.9.2/velero-v1.9.2-linux-arm64.tar.gz
  sha256: 9d2def3286afa7a702090e452467812bdeafdb68d70b5e5e8ab97baf76a4ea63
  timestamp: 2022-09-26 06:59:52+00:00
- url: https://github.com/vmware-tanzu/velero/releases/download/v1.9.3/velero-v1.9.3-linux-amd64.tar.gz
  sha256: 13e498c1ebec1e7c5bd633cbd39775e2b60cc55c29333abf019abaf29f19cc0e
  timestamp: 2022-11-11 10:23:12+00:00
- url: https://github.com/vmware-tanzu/velero/releases/download/v1.9.3/velero-v1.9.3-linux-arm.tar.gz
  sha256: 304e8e2b54562b941144ccb76da78b3973e034788b5d8aa5aabd565dc957fb62
  timestamp: 2022-11-11 10:23:12+00:00
- url: https://github.com/vmware-tanzu/velero/releases/download/v1.9.3/velero-v1.9.3-linux-arm64.tar.gz
  sha256: 94adcf41e1a896c3db23f8ee667b7fe87fe01dda15a4f90be5077d78c858901e
  timestamp: 2022-11-11 10:23:12+00:00
- url: https://github.com/vmware-tanzu/velero/releases/download/v1.10.0/velero-v1.10.0-linux-amd64.tar.gz
  sha256: 3cf8c26b17a06f3f43ec43c854618a619f4e14e2e690bd813e55797aae1db155
  timestamp: 2022-11-29 13:39:25+00:00
- url: https://github.com/vmware-tanzu/velero/releases/download/v1.10.0/velero-v1.10.0-linux-arm.tar.gz
  sha256: 723c95fccff7d4ccb5e6e0caf22111eea64f634a792f53ece38017842e7f79b1
  timestamp: 2022-11-29 13:39:25+00:00
- url: https://github.com/vmware-tanzu/velero/releases/download/v1.10.0/velero-v1.10.0-linux-arm64.tar.gz
  sha256: b05c3e6c8cec09073017f815ddd08369a0361d8d97f39b5677079075fa59e69b
  timestamp: 2022-11-29 13:39:25+00:00
- url: https://github.com/vmware-tanzu/velero/releases/download/v1.10.1/velero-v1.10.1-linux-amd64.tar.gz
  sha256: 91187a3e727b25caa577934dc1587ac0db0f808aa8c2c85df291b84fe8ed9966
  timestamp: 2023-02-06 04:20:46+00:00
- url: https://github.com/vmware-tanzu/velero/releases/download/v1.10.1/velero-v1.10.1-linux-arm.tar.gz
  sha256: 9896606a470e8f36d57456f68e42710616c8f611fc14e8563f5ed2580bd2be34
  timestamp: 2023-02-06 04:20:46+00:00
- url: https://github.com/vmware-tanzu/velero/releases/download/v1.10.1/velero-v1.10.1-linux-arm64.tar.gz
  sha256: 9d8b3540402d2aa0bed5c393e1aebe91d4c531d38abe8be1d1c28fa7c425c1a4
  timestamp: 2023-02-06 04:20:46+00:00
- url: https://github.com/vmware-tanzu/velero/releases/download/v1.10.2/velero-v1.10.2-linux-amd64.tar.gz
  sha256: 820d605796a05195d77724380be7dcb5a94a5c06b59dd710ca2dc89b54427c7d
  timestamp: 2023-03-10 06:25:55+00:00
- url: https://github.com/vmware-tanzu/velero/releases/download/v1.10.2/velero-v1.10.2-linux-arm.tar.gz
  sha256: 8d0687ccc502d385fd067d46f2da4fcb330434658a09e41160318a98f796195e
  timestamp: 2023-03-10 06:25:55+00:00
- url: https://github.com/vmware-tanzu/velero/releases/download/v1.10.2/velero-v1.10.2-linux-arm64.tar.gz
  sha256: 3bfb0452ee6a741c5da98deb496477c522584e6639b14604ccf7bb229a285332
  timestamp: 2023-03-10 06:25:55+00:00
- url: https://github.com/vmware-tanzu/velero/releases/download/v1.11.0/velero-v1.11.0-linux-amd64.tar.gz
  sha256: 0d4db0d5081d8c3926d14fbdae28bc5ace9b9d07a2229d5f3077e32fcc52e579
  timestamp: 2023-04-25 10:50:55+00:00
- url: https://github.com/vmware-tanzu/velero/releases/download/v1.11.0/velero-v1.11.0-linux-arm.tar.gz
  sha256: 7ba0132d8b018d18c12b7e28718b15e2797a31c92af325b075f7a0c5997c7b88
  timestamp: 2023-04-25 10:50:55+00:00
- url: https://github.com/vmware-tanzu/velero/releases/download/v1.11.0/velero-v1.11.0-linux-arm64.tar.gz
  sha256: d46349cb666028615ca35dd6a837c976a76805d0f15e0b05ae14783bc6fa9160
  timestamp: 2023-04-25 10:50:55+00:00
- url: https://github.com/vmware-tanzu/velero/releases/download/v1.11.1/velero-v1.11.1-linux-amd64.tar.gz
  sha256: 4bcd8282ecdc2fdeb94f7c04df67dc1085b1b93527caba99197366871ca5dfce
  timestamp: 2023-07-27 09:16:48+00:00
- url: https://github.com/vmware-tanzu/velero/releases/download/v1.11.1/velero-v1.11.1-linux-arm.tar.gz
  sha256: 3705e99afc4d005af473a7bcaae1f0b249c15213dea9b9e2122972808c884f27
  timestamp: 2023-07-27 09:16:48+00:00
- url: https://github.com/vmware-tanzu/velero/releases/download/v1.11.1/velero-v1.11.1-linux-arm64.tar.gz
  sha256: 08661665393c4306b1afad824ed119987c6cb5d7cd22a243fe16127d4141c510
  timestamp: 2023-07-27 09:16:48+00:00
- url: https://github.com/vmware-tanzu/velero/releases/download/v1.12.0/velero-v1.12.0-linux-amd64.tar.gz
  sha256: 68a8201a13dee49c74c3ed4e2b525c80ec40b97543b5fa1ceb921195990d6ba6
  timestamp: 2023-09-22 09:16:24+00:00
- url: https://github.com/vmware-tanzu/velero/releases/download/v1.12.0/velero-v1.12.0-linux-arm.tar.gz
  sha256: a1cdeb3eb80184619813d25d23fd64641e8dc89a7c0ad2ca8be956fc6ef802c3
  timestamp: 2023-09-22 09:16:24+00:00
- url: https://github.com/vmware-tanzu/velero/releases/download/v1.12.0/velero-v1.12.0-linux-arm64.tar.gz
  sha256: cf32d8f751f558bb2caea2ab7ba006d451d6cd357e1096154c0c39fe100fd0c9
  timestamp: 2023-09-22 09:16:24+00:00
- url: https://github.com/vmware-tanzu/velero/releases/download/v1.12.1/velero-v1.12.1-linux-amd64.tar.gz
  sha256: c77296358c59336ba642fac4e8825e8e7bd1daf9e6dd0d641b0a537c89adebfa
  timestamp: 2023-10-25 03:17:23+00:00
- url: https://github.com/vmware-tanzu/velero/releases/download/v1.12.1/velero-v1.12.1-linux-arm.tar.gz
  sha256: 8f7fda4df227a45e9f445fbd668771e7c66333162b7f453f4623f9662226e07f
  timestamp: 2023-10-25 03:17:23+00:00
- url: https://github.com/vmware-tanzu/velero/releases/download/v1.12.1/velero-v1.12.1-linux-arm64.tar.gz
  sha256: d22961dd0640b6ed8d467a72bee01ab4318085d7040b283b7fa55a1f64284e31
  timestamp: 2023-10-25 03:17:23+00:00
- url: https://github.com/vmware-tanzu/velero/releases/download/v1.12.2/velero-v1.12.2-linux-amd64.tar.gz
  sha256: f33559f4fb7d6bbed422be45eeebc5ce7c1e8e78f6d8486292247bc661c3eb5e
  timestamp: 2023-11-27 03:18:02+00:00
- url: https://github.com/vmware-tanzu/velero/releases/download/v1.12.2/velero-v1.12.2-linux-arm.tar.gz
  sha256: ad66ccb3c337b692ce75c4ed5191ccd666458aa65b30a284f3810f62e5b8fb18
  timestamp: 2023-11-27 03:18:02+00:00
- url: https://github.com/vmware-tanzu/velero/releases/download/v1.12.2/velero-v1.12.2-linux-arm64.tar.gz
  sha256: 9741753f6acedcb034f2cddc5d2b90a99afc86d9f0c831a85602921b82e8f5eb
  timestamp: 2023-11-27 03:18:02+00:00
- url: https://github.com/vmware-tanzu/velero/releases/download/v1.12.3/velero-v1.12.3-linux-amd64.tar.gz
  sha256: 5c1685e480eeb4f347a13f95d18e6ccf78b93a258c40b952d15c1249e7edeed8
  timestamp: 2024-01-12 06:23:20+00:00
- url: https://github.com/vmware-tanzu/velero/releases/download/v1.12.3/velero-v1.12.3-linux-arm.tar.gz
  sha256: c8dce40e1112b941a9f5dfb84ad65fb5e4c89a7395b0fed27bc74a9c437e94e2
  timestamp: 2024-01-12 06:23:20+00:00
- url: https://github.com/vmware-tanzu/velero/releases/download/v1.12.3/velero-v1.12.3-linux-arm64.tar.gz
  sha256: dc5670f6574a1d2e48897e35f7e4ee4ace91b4e376822eb280f067a4faa0d0bc
  timestamp: 2024-01-12 06:23:20+00:00
- url: https://github.com/vmware-tanzu/velero/releases/download/v1.13.0/velero-v1.13.0-linux-amd64.tar.gz
  sha256: 4cbb18a05c0dd3e60430e015e90d53fddbf4111a0252ea27877a8cea42bdea8f
  timestamp: 2024-01-29 09:16:55+00:00
- url: https://github.com/vmware-tanzu/velero/releases/download/v1.13.0/velero-v1.13.0-linux-arm.tar.gz
  sha256: 3b01384d88803c8e4ce2ec79ffcadaff198743f201c65686e501fb4f597861d9
  timestamp: 2024-01-29 09:16:55+00:00
- url: https://github.com/vmware-tanzu/velero/releases/download/v1.13.0/velero-v1.13.0-linux-arm64.tar.gz
  sha256: 7fc38a3b07bd7bb0503d7b165d372a7f88afcdfb20778e1253909c3dff710692
  timestamp: 2024-01-29 09:16:55+00:00
- url: https://github.com/vmware-tanzu/velero/releases/download/v1.13.1/velero-v1.13.1-linux-amd64.tar.gz
  sha256: 5dc0ffcb56ae703230d030e6ce490a0e0c933e73745a84dd216677ba877a6f49
  timestamp: 2024-03-13 06:07:00+00:00
- url: https://github.com/vmware-tanzu/velero/releases/download/v1.13.1/velero-v1.13.1-linux-arm.tar.gz
  sha256: b92426d44aba88ee1ef1eb41bad87a0c7d0dd61cc4c15ac1884144c13d700fb0
  timestamp: 2024-03-13 06:07:00+00:00
- url: https://github.com/vmware-tanzu/velero/releases/download/v1.13.1/velero-v1.13.1-linux-arm64.tar.gz
  sha256: ba748e51f0312a1095735e368f927c1510102becb295ab82816cee9c615e46d6
  timestamp: 2024-03-13 06:07:00+00:00

Badge

WakeMeOps

[![WakeMeOps](https://docs.wakemeops.com/badges/velero.svg)](https://docs.wakemeops.com/packages/velero)
<a href="https://docs.wakemeops.com/packages/velero">
  <img src="https://docs.wakemeops.com/badges/velero.svg"/>
</a>
.. image:: https://docs.wakemeops.com/badges/velero.svg
:target: https://docs.wakemeops.com/packages/velero