Skip to content

Commit

Permalink
[Fix][kubectl-plugin] Release bot opens PRs to Krew repo with unexpec…
Browse files Browse the repository at this point in the history
…ted whitespace changes (ray-project#3090)

Signed-off-by: Chi-Sheng Liu <chishengliu@chishengliu.com>
  • Loading branch information
MortalHappiness authored Feb 23, 2025
1 parent a7b2b99 commit 909f66e
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions .krew.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,30 +6,30 @@ spec:
version: {{ .TagName }}
homepage: https://github.com/ray-project/kuberay/tree/master/kubectl-plugin
platforms:
- selector:
matchLabels:
os: darwin
arch: amd64
{{addURIAndSha "https://github.com/ray-project/kuberay/releases/download/{{ .TagName }}/kubectl-ray_{{ .TagName }}_darwin_amd64.tar.gz" .TagName }}
bin: kubectl-ray
- selector:
matchLabels:
os: darwin
arch: arm64
{{addURIAndSha "https://github.com/ray-project/kuberay/releases/download/{{ .TagName }}/kubectl-ray_{{ .TagName }}_darwin_arm64.tar.gz" .TagName }}
bin: kubectl-ray
- selector:
matchLabels:
os: linux
arch: amd64
{{addURIAndSha "https://github.com/ray-project/kuberay/releases/download/{{ .TagName }}/kubectl-ray_{{ .TagName }}_linux_amd64.tar.gz" .TagName }}
bin: kubectl-ray
- selector:
matchLabels:
os: linux
arch: arm64
{{addURIAndSha "https://github.com/ray-project/kuberay/releases/download/{{ .TagName }}/kubectl-ray_{{ .TagName }}_linux_arm64.tar.gz" .TagName }}
bin: kubectl-ray
- selector:
matchLabels:
os: darwin
arch: amd64
{{addURIAndSha "https://github.com/ray-project/kuberay/releases/download/{{ .TagName }}/kubectl-ray_{{ .TagName }}_darwin_amd64.tar.gz" .TagName }}
bin: kubectl-ray
- selector:
matchLabels:
os: darwin
arch: arm64
{{addURIAndSha "https://github.com/ray-project/kuberay/releases/download/{{ .TagName }}/kubectl-ray_{{ .TagName }}_darwin_arm64.tar.gz" .TagName }}
bin: kubectl-ray
- selector:
matchLabels:
os: linux
arch: amd64
{{addURIAndSha "https://github.com/ray-project/kuberay/releases/download/{{ .TagName }}/kubectl-ray_{{ .TagName }}_linux_amd64.tar.gz" .TagName }}
bin: kubectl-ray
- selector:
matchLabels:
os: linux
arch: arm64
{{addURIAndSha "https://github.com/ray-project/kuberay/releases/download/{{ .TagName }}/kubectl-ray_{{ .TagName }}_linux_arm64.tar.gz" .TagName }}
bin: kubectl-ray
shortDescription: Ray kubectl plugin
description: |
Kubectl plugin/extension for Kuberay CLI that provides the ability to manage ray resources.
Expand Down

0 comments on commit 909f66e

Please sign in to comment.