Skip to content

Commit

Permalink
krew bumping version
Browse files Browse the repository at this point in the history
Signed-off-by: rumstead <[email protected]>
  • Loading branch information
rumstead committed Apr 24, 2024
1 parent 4dca175 commit 31bd8db
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.REPO_TOKEN }}
- name: Update new version in krew-index
uses: rajatjindal/[email protected].38
uses: rajatjindal/[email protected].46
10 changes: 5 additions & 5 deletions .krew.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,28 +15,28 @@ spec:
os: darwin
arch: amd64
{{addURIAndSha "https://github.com/rumstead/kubectl-safe/releases/download/{{ .TagName }}/kubectl-safe_{{ .TagName }}_darwin_amd64.tar.gz" .TagName | indent 6 }}
bin: "./kubectl-safe"
bin: "kubectl-safe"
- selector:
matchLabels:
os: darwin
arch: arm64
{{addURIAndSha "https://github.com/rumstead/kubectl-safe/releases/download/{{ .TagName }}/kubectl-safe_{{ .TagName }}_darwin_arm64.tar.gz" .TagName | indent 6}}
bin: "./kubectl-safe"
bin: "kubectl-safe"
- selector:
matchLabels:
os: linux
arch: amd64
{{addURIAndSha "https://github.com/rumstead/kubectl-safe/releases/download/{{ .TagName }}/kubectl-safe_{{ .TagName }}_linux_amd64.tar.gz" .TagName | indent 6}}
bin: "./kubectl-safe"
bin: "kubectl-safe"
- selector:
matchLabels:
os: linux
arch: arm64
{{addURIAndSha "https://github.com/rumstead/kubectl-safe/releases/download/{{ .TagName }}/kubectl-safe_{{ .TagName }}_linux_arm64.tar.gz" .TagName | indent 6}}
bin: "./kubectl-safe"
bin: "kubectl-safe"
- selector:
matchLabels:
os: windows
arch: amd64
{{addURIAndSha "https://github.com/rumstead/kubectl-safe/releases/download/{{ .TagName }}/kubectl-safe_{{ .TagName }}_windows_amd64.tar.gz" .TagName | indent 6}}
bin: "./kubectl-safe.exe"
bin: "kubectl-safe.exe"

0 comments on commit 31bd8db

Please sign in to comment.