forked from utkuozdemir/pv-migrate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.krew.yaml
47 lines (47 loc) · 1.91 KB
/
.krew.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
apiVersion: krew.googlecontainertools.github.com/v1alpha2
kind: Plugin
metadata:
name: pv-migrate
spec:
version: {{ .TagName }}
homepage: https://github.com/utkuozdemir/pv-migrate
platforms:
- selector:
matchLabels:
os: linux
arch: amd64
{{addURIAndSha "https://github.com/utkuozdemir/pv-migrate/releases/download/{{ .TagName }}/pv-migrate_{{ .TagName }}_linux_x86_64.tar.gz" .TagName | indent 6 }}
bin: pv-migrate
- selector:
matchLabels:
os: linux
arch: arm64
{{addURIAndSha "https://github.com/utkuozdemir/pv-migrate/releases/download/{{ .TagName }}/pv-migrate_{{ .TagName }}_linux_arm64.tar.gz" .TagName | indent 6 }}
bin: pv-migrate
- selector:
matchLabels:
os: linux
arch: arm
{{addURIAndSha "https://github.com/utkuozdemir/pv-migrate/releases/download/{{ .TagName }}/pv-migrate_{{ .TagName }}_linux_armv7.tar.gz" .TagName | indent 6 }}
bin: pv-migrate
- selector:
matchLabels:
os: darwin
arch: amd64
{{addURIAndSha "https://github.com/utkuozdemir/pv-migrate/releases/download/{{ .TagName }}/pv-migrate_{{ .TagName }}_darwin_x86_64.tar.gz" .TagName | indent 6 }}
bin: pv-migrate
- selector:
matchLabels:
os: darwin
arch: arm64
{{addURIAndSha "https://github.com/utkuozdemir/pv-migrate/releases/download/{{ .TagName }}/pv-migrate_{{ .TagName }}_darwin_arm64.tar.gz" .TagName | indent 6 }}
bin: pv-migrate
- selector:
matchLabels:
os: windows
arch: amd64
{{addURIAndSha "https://github.com/utkuozdemir/pv-migrate/releases/download/{{ .TagName }}/pv-migrate_{{ .TagName }}_windows_x86_64.zip" .TagName | indent 6 }}
bin: pv-migrate.exe
shortDescription: Migrate data across persistent volumes
description: |
pv-migrate uses ssh and rsync to copy data across persistent volumes