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

fix: exclude completion files from krew plugin installation config


Signed-off-by: default avatarUtku Ozdemir <uoz@protonmail.com>
parent a37e3eb2
No related branches found
No related tags found
No related merge requests found
...@@ -12,36 +12,54 @@ spec: ...@@ -12,36 +12,54 @@ spec:
arch: amd64 arch: amd64
{{addURIAndSha "https://github.com/utkuozdemir/pv-migrate/releases/download/{{ .TagName }}/pv-migrate_{{ .TagName }}_linux_x86_64.tar.gz" .TagName | indent 6 }} {{addURIAndSha "https://github.com/utkuozdemir/pv-migrate/releases/download/{{ .TagName }}/pv-migrate_{{ .TagName }}_linux_x86_64.tar.gz" .TagName | indent 6 }}
bin: pv-migrate bin: pv-migrate
files:
- from: pv-migrate
to: .
- selector: - selector:
matchLabels: matchLabels:
os: linux os: linux
arch: arm64 arch: arm64
{{addURIAndSha "https://github.com/utkuozdemir/pv-migrate/releases/download/{{ .TagName }}/pv-migrate_{{ .TagName }}_linux_arm64.tar.gz" .TagName | indent 6 }} {{addURIAndSha "https://github.com/utkuozdemir/pv-migrate/releases/download/{{ .TagName }}/pv-migrate_{{ .TagName }}_linux_arm64.tar.gz" .TagName | indent 6 }}
bin: pv-migrate bin: pv-migrate
files:
- from: pv-migrate
to: .
- selector: - selector:
matchLabels: matchLabels:
os: linux os: linux
arch: arm arch: arm
{{addURIAndSha "https://github.com/utkuozdemir/pv-migrate/releases/download/{{ .TagName }}/pv-migrate_{{ .TagName }}_linux_armv7.tar.gz" .TagName | indent 6 }} {{addURIAndSha "https://github.com/utkuozdemir/pv-migrate/releases/download/{{ .TagName }}/pv-migrate_{{ .TagName }}_linux_armv7.tar.gz" .TagName | indent 6 }}
bin: pv-migrate bin: pv-migrate
files:
- from: pv-migrate
to: .
- selector: - selector:
matchLabels: matchLabels:
os: darwin os: darwin
arch: amd64 arch: amd64
{{addURIAndSha "https://github.com/utkuozdemir/pv-migrate/releases/download/{{ .TagName }}/pv-migrate_{{ .TagName }}_darwin_x86_64.tar.gz" .TagName | indent 6 }} {{addURIAndSha "https://github.com/utkuozdemir/pv-migrate/releases/download/{{ .TagName }}/pv-migrate_{{ .TagName }}_darwin_x86_64.tar.gz" .TagName | indent 6 }}
bin: pv-migrate bin: pv-migrate
files:
- from: pv-migrate
to: .
- selector: - selector:
matchLabels: matchLabels:
os: darwin os: darwin
arch: arm64 arch: arm64
{{addURIAndSha "https://github.com/utkuozdemir/pv-migrate/releases/download/{{ .TagName }}/pv-migrate_{{ .TagName }}_darwin_arm64.tar.gz" .TagName | indent 6 }} {{addURIAndSha "https://github.com/utkuozdemir/pv-migrate/releases/download/{{ .TagName }}/pv-migrate_{{ .TagName }}_darwin_arm64.tar.gz" .TagName | indent 6 }}
bin: pv-migrate bin: pv-migrate
files:
- from: pv-migrate
to: .
- selector: - selector:
matchLabels: matchLabels:
os: windows os: windows
arch: amd64 arch: amd64
{{addURIAndSha "https://github.com/utkuozdemir/pv-migrate/releases/download/{{ .TagName }}/pv-migrate_{{ .TagName }}_windows_x86_64.zip" .TagName | indent 6 }} {{addURIAndSha "https://github.com/utkuozdemir/pv-migrate/releases/download/{{ .TagName }}/pv-migrate_{{ .TagName }}_windows_x86_64.zip" .TagName | indent 6 }}
bin: pv-migrate.exe bin: pv-migrate.exe
files:
- from: pv-migrate.exe
to: .
shortDescription: Migrate data across persistent volumes shortDescription: Migrate data across persistent volumes
description: | description: |
pv-migrate uses ssh and rsync to copy data across persistent volumes 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