Skip to content

Commit

Permalink
fix krew.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
wd committed Jan 25, 2024
1 parent 9815ef7 commit 99d632d
Showing 1 changed file with 19 additions and 20 deletions.
39 changes: 19 additions & 20 deletions .krew.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,24 +7,23 @@ spec:
homepage: https://github.com/wd/kubectl-history
shortDescription: Plugin to List and diff history reversions of deployment/daemonset/statefulset
description: |
This plugin allows viewing history reversions of resources. And show diff
for them.
This plugin allows viewing history reversions of deployment/daemonset/statefulset and shows diff between reversions.
platforms:
- selector:
matchLabels:
os: linux
arch: amd64
{{addURIAndSha "https://github.com/wd/kubectl-history/releases/download/{{ .TagName }}/kubectl-history-{{ .TagName }}-linux-amd64.tar.gz" .TagName }}
bin: kubectl-history
- selector:
matchLabels:
os: darwin
arch: arm64
{{addURIAndSha "https://github.com/wd/kubectl-history/releases/download/{{ .TagName }}/kubectl-history-{{ .TagName }}-darwin-arm64.tar.gz" .TagName }}
bin: kubectl-history
- selector:
matchLabels:
os: darwin
arch: amd64
{{addURIAndSha "https://github.com/wd/kubectl-history/releases/download/{{ .TagName }}/kubectl-history-{{ .TagName }}-darwin-amd64.tar.gz" .TagName }}
bin: kubectl-history
- selector:
matchLabels:
os: linux
arch: amd64
{{addURIAndSha "https://github.com/wd/kubectl-history/releases/download/{{ .TagName }}/kubectl-history-{{ .TagName }}-linux-amd64.tar.gz" .TagName }}
bin: kubectl-history
- selector:
matchLabels:
os: darwin
arch: arm64
{{addURIAndSha "https://github.com/wd/kubectl-history/releases/download/{{ .TagName }}/kubectl-history-{{ .TagName }}-darwin-arm64.tar.gz" .TagName }}
bin: kubectl-history
- selector:
matchLabels:
os: darwin
arch: amd64
{{addURIAndSha "https://github.com/wd/kubectl-history/releases/download/{{ .TagName }}/kubectl-history-{{ .TagName }}-darwin-amd64.tar.gz" .TagName }}
bin: kubectl-history

0 comments on commit 99d632d

Please sign in to comment.