Skip to content

Commit

Permalink
Merge pull request #41 from profefe/fix/krew-release-action
Browse files Browse the repository at this point in the history
fix(kubectl): krew action does not work
  • Loading branch information
gianarb authored Apr 5, 2020
2 parents 66e8f67 + a5fbf44 commit 0b643ed
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .krew/profefe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: Plugin
metadata:
name: profefe
spec:
version: { { .TagName } }
version: {{ .TagName }}
homepage: https://github.com/profefe/kube-profefe
shortDescription: Gather and manage pprof profiles from running pods
description: |
Expand All @@ -16,8 +16,7 @@ spec:
matchLabels:
os: darwin
arch: amd64
uri: "https://github.com/profefe/kube-profefe/releases/download/{{ .TagName }}/kube-profefe_{{ .TagName }}_Darwin_x86_64.tar.gz"
sha256: a2dd151fcaf3b7e4341986c6cc2726e0dccc69d634fc96a0ac97f8b03ad930a5
{{addURIAndSha "https://github.com/profefe/kube-profefe/releases/download/{{ .TagName }}/kube-profefe_{{ .TagName }}_Darwin_x86_64.tar.gz" .TagName | indent 6 }}
bin: kubectl-profefe
files:
- from: kubectl-profefe
Expand All @@ -28,8 +27,7 @@ spec:
matchLabels:
os: linux
arch: amd64
uri: "https://github.com/profefe/kube-profefe/releases/download/{{ .TagName }}/kube-profefe_{{ .TagName }}_Linux_x86_64.tar.gz"
sha256: b68479389df557dd29abd42268fdd9fc22b522a1dfe97458bfb5f804da1f6445
{{addURIAndSha "https://github.com/profefe/kube-profefe/releases/download/{{ .TagName }}/kube-profefe_{{ .TagName }}_Linux_x86_64.tar.gz" .TagName | indent 6 }}
bin: kubectl-profefe
files:
- from: kubectl-profefe
Expand Down

0 comments on commit 0b643ed

Please sign in to comment.