Skip to content
Snippets Groups Projects
Unverified Commit b61b78d9 authored by Utku Ozdemir's avatar Utku Ozdemir
Browse files

fix: revert changes in .krew.yaml


Signed-off-by: default avatarUtku Ozdemir <uoz@protonmail.com>
parent c11147e8
Branches
Tags v0.10.5
Loading
......@@ -12,66 +12,36 @@ spec:
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
files:
- from: pv-migrate
to: .
- from: LICENSE
to: .
- 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
files:
- from: pv-migrate
to: .
- from: LICENSE
to: .
- 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
files:
- from: pv-migrate
to: .
- from: LICENSE
to: .
- 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
files:
- from: pv-migrate
to: .
- from: LICENSE
to: .
- 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
files:
- from: pv-migrate
to: .
- from: LICENSE
to: .
- 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
files:
- from: pv-migrate.exe
to: .
- from: LICENSE
to: .
shortDescription: Migrate data across persistent volumes
description: |
pv-migrate uses ssh and rsync to copy data across persistent volumes
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment