Skip to content

Commit

Permalink
fix: fix type in krew manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
mateimicu committed Jul 18, 2022
1 parent 1d90170 commit abe91eb
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .krew.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
os: darwin
arch: amd64
# https://github.com/mateimicu/kdiscover/releases/download/v0.1.4/kdiscover_0.1.4_darwin_amd64.tar.gz
{{adduriandsha "https://github.com/mateimicu/kdiscover/releases/download/{{ .tagname }}/kdiscover_{{ .tagname }}_darwin_amd64.tar.gz" .tagname }}
{{addURIAndSha "https://github.com/mateimicu/kdiscover/releases/download/{{ .tagname }}/kdiscover_{{ .tagname }}_darwin_amd64.tar.gz" .tagname }}
bin: kubectl-discover
files:
- from: "kdiscover"
Expand All @@ -27,7 +27,7 @@ spec:
matchexpressions:
os: darwin
arch: amd64
{{adduriandsha "https://github.com/mateimicu/kdiscover/releases/download/{{ .tagname }}/kdiscover_{{ .tagname }}_darwin_amd64.tar.gz" .tagname }}
{{addURIAndSha "https://github.com/mateimicu/kdiscover/releases/download/{{ .tagname }}/kdiscover_{{ .tagname }}_darwin_amd64.tar.gz" .tagname }}
bin: kubectl-discover
files:
- from: "kdiscover"
Expand All @@ -37,7 +37,7 @@ spec:
matchexpressions:
os: linux
arch: amd64
{{adduriandsha "https://github.com/mateimicu/kdiscover/releases/download/{{ .tagname }}/kdiscover_{{ .tagname }}_linux_amd64.tar.gz" .tagname }}
{{addURIAndSha "https://github.com/mateimicu/kdiscover/releases/download/{{ .tagname }}/kdiscover_{{ .tagname }}_linux_amd64.tar.gz" .tagname }}
bin: kubectl-discover
files:
- from: "kdiscover"
Expand All @@ -46,7 +46,7 @@ spec:
matchexpressions:
os: linux
arch: arm64
{{adduriandsha "https://github.com/mateimicu/kdiscover/releases/download/{{ .tagname }}/kdiscover_{{ .tagname }}_linux_arm64.tar.gz" .tagname }}
{{addURIAndSha "https://github.com/mateimicu/kdiscover/releases/download/{{ .tagname }}/kdiscover_{{ .tagname }}_linux_arm64.tar.gz" .tagname }}
bin: kubectl-discover
files:
- from: "kdiscover"
Expand All @@ -55,7 +55,7 @@ spec:
matchexpressions:
os: linux
arch: 386
{{adduriandsha "https://github.com/mateimicu/kdiscover/releases/download/{{ .tagname }}/kdiscover_{{ .tagname }}_linux_386.tar.gz" .tagname }}
{{addURIAndSha "https://github.com/mateimicu/kdiscover/releases/download/{{ .tagname }}/kdiscover_{{ .tagname }}_linux_386.tar.gz" .tagname }}
bin: kubectl-discover
files:
- from: "kdiscover"
Expand All @@ -65,7 +65,7 @@ spec:
matchexpressions:
os: freebsd
arch: amd64
{{adduriandsha "https://github.com/mateimicu/kdiscover/releases/download/{{ .tagname }}/kdiscover_{{ .tagname }}_freebsd_amd64.tar.gz" .tagname }}
{{addURIAndSha "https://github.com/mateimicu/kdiscover/releases/download/{{ .tagname }}/kdiscover_{{ .tagname }}_freebsd_amd64.tar.gz" .tagname }}
bin: kubectl-discover
files:
- from: "kdiscover"
Expand All @@ -74,7 +74,7 @@ spec:
matchexpressions:
os: freebsd
arch: arm64
{{adduriandsha "https://github.com/mateimicu/kdiscover/releases/download/{{ .tagname }}/kdiscover_{{ .tagname }}_freebsd_arm64.tar.gz" .tagname }}
{{addURIAndSha "https://github.com/mateimicu/kdiscover/releases/download/{{ .tagname }}/kdiscover_{{ .tagname }}_freebsd_arm64.tar.gz" .tagname }}
bin: kubectl-discover
files:
- from: "kdiscover"
Expand All @@ -83,7 +83,7 @@ spec:
matchexpressions:
os: freebsd
arch: 386
{{adduriandsha "https://github.com/mateimicu/kdiscover/releases/download/{{ .tagname }}/kdiscover_{{ .tagname }}_freebsd_386.tar.gz" .tagname }}
{{addURIAndSha "https://github.com/mateimicu/kdiscover/releases/download/{{ .tagname }}/kdiscover_{{ .tagname }}_freebsd_386.tar.gz" .tagname }}
bin: kubectl-discover
files:
- from: "kdiscover"
Expand All @@ -93,7 +93,7 @@ spec:
matchexpressions:
os: windows
arch: amd64
{{adduriandsha "https://github.com/mateimicu/kdiscover/releases/download/{{ .tagname }}/kdiscover_{{ .tagname }}_windows_amd64.tar.gz" .tagname }}
{{addURIAndSha "https://github.com/mateimicu/kdiscover/releases/download/{{ .tagname }}/kdiscover_{{ .tagname }}_windows_amd64.tar.gz" .tagname }}
bin: kubectl-discover.exe
files:
- from: "kdiscover.exe"
Expand All @@ -102,7 +102,7 @@ spec:
matchexpressions:
os: windows
arch: arm64
{{adduriandsha "https://github.com/mateimicu/kdiscover/releases/download/{{ .tagname }}/kdiscover_{{ .tagname }}_windows_arm64.tar.gz" .tagname }}
{{addURIAndSha "https://github.com/mateimicu/kdiscover/releases/download/{{ .tagname }}/kdiscover_{{ .tagname }}_windows_arm64.tar.gz" .tagname }}
bin: kubectl-discover.exe
files:
- from: "kdiscover.exe"
Expand All @@ -111,7 +111,7 @@ spec:
matchexpressions:
os: windows
arch: 386
{{adduriandsha "https://github.com/mateimicu/kdiscover/releases/download/{{ .tagname }}/kdiscover_{{ .tagname }}_windows_386.tar.gz" .tagname }}
{{addURIAndSha "https://github.com/mateimicu/kdiscover/releases/download/{{ .tagname }}/kdiscover_{{ .tagname }}_windows_386.tar.gz" .tagname }}
bin: kubectl-discover.exe
files:
- from: "kdiscover.exe"
Expand Down

0 comments on commit abe91eb

Please sign in to comment.