Skip to content

Commit

Permalink
re-add .krew.yaml (#46)
Browse files Browse the repository at this point in the history
Signed-off-by: hantmac <[email protected]>
  • Loading branch information
hantmac committed Feb 16, 2022
1 parent 699aeaf commit fb8c560
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .krew.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
matchLabels:
os: linux
arch: amd64
{{addURIAndSha https://github.com/openkruise/kruise-tools/releases/download/{{ .TagName }}/kubectl-kruise-linux-amd64.tar.gz .TagName }}
{{addURIAndSha "https://github.com/openkruise/kruise-tools/releases/download/{{ .TagName }}/kubectl-kruise-linux-amd64.tar.gz" .TagName }}
files:
- from: "*/kubectl-kruise"
to: "."
Expand All @@ -20,7 +20,7 @@ spec:
matchLabels:
os: linux
arch: arm64
{{addURIAndSha https://github.com/openkruise/kruise-tools/releases/download/{{ .TagName }}/kubectl-kruise-linux-arm64.tar.gz .TagName }}
{{addURIAndSha "https://github.com/openkruise/kruise-tools/releases/download/{{ .TagName }}/kubectl-kruise-linux-arm64.tar.gz" .TagName }}
files:
- from: "*/kubectl-kruise"
to: "."
Expand All @@ -31,7 +31,7 @@ spec:
matchLabels:
os: darwin
arch: amd64
{{addURIAndSha https://github.com/openkruise/kruise-tools/releases/download/{{ .TagName }}/kubectl-kruise-darwin-amd64.tar.gz .TagName }}
{{addURIAndSha "https://github.com/openkruise/kruise-tools/releases/download/{{ .TagName }}/kubectl-kruise-darwin-amd64.tar.gz" .TagName }}
files:
- from: "*/kubectl-kruise"
to: "."
Expand All @@ -42,7 +42,7 @@ spec:
matchLabels:
os: darwin
arch: arm64
{{addURIAndSha https://github.com/openkruise/kruise-tools/releases/download/{{ .TagName }}/kubectl-kruise-darwin-arm64.tar.gz .TagName }}
{{addURIAndSha "https://github.com/openkruise/kruise-tools/releases/download/{{ .TagName }}/kubectl-kruise-darwin-arm64.tar.gz" .TagName }}
files:
- from: "*/kubectl-kruise"
to: "."
Expand All @@ -53,7 +53,7 @@ spec:
matchLabels:
os: windows
arch: amd64
{{addURIAndSha https://github.com/openkruise/kruise-tools/releases/download/{{ .TagName }}/kubectl-kruise-windows-amd64.tar.gz .TagName }}
{{addURIAndSha "https://github.com/openkruise/kruise-tools/releases/download/{{ .TagName }}/kubectl-kruise-windows-amd64.tar.gz" .TagName }}
files:
- from: "*/kubectl-kruise"
to: "."
Expand Down

0 comments on commit fb8c560

Please sign in to comment.