diff --git a/.krew/profefe.yaml b/.krew/profefe.yaml index 7766dd4..f34f33b 100644 --- a/.krew/profefe.yaml +++ b/.krew/profefe.yaml @@ -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: | @@ -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 @@ -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