Skip to content

Commit cc344f1

Browse files
[Fix][Release] Fix Krew release indenetation error (#3823) (#3877)
Signed-off-by: Chi-Sheng Liu <[email protected]> Signed-off-by: Rueian <[email protected]> Co-authored-by: Chi-Sheng Liu <[email protected]>
1 parent c78bdcf commit cc344f1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.krew.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,25 +10,25 @@ spec:
1010
matchLabels:
1111
os: darwin
1212
arch: amd64
13-
{{addURIAndSha "https://github.com/ray-project/kuberay/releases/download/{{ .TagName }}/kubectl-ray_{{ .TagName }}_darwin_amd64.tar.gz" .TagName }}
13+
{{addURIAndSha "https://github.com/ray-project/kuberay/releases/download/{{ .TagName }}/kubectl-ray_{{ .TagName }}_darwin_amd64.tar.gz" .TagName | indent 6 }}
1414
bin: kubectl-ray
1515
- selector:
1616
matchLabels:
1717
os: darwin
1818
arch: arm64
19-
{{addURIAndSha "https://github.com/ray-project/kuberay/releases/download/{{ .TagName }}/kubectl-ray_{{ .TagName }}_darwin_arm64.tar.gz" .TagName }}
19+
{{addURIAndSha "https://github.com/ray-project/kuberay/releases/download/{{ .TagName }}/kubectl-ray_{{ .TagName }}_darwin_arm64.tar.gz" .TagName | indent 6 }}
2020
bin: kubectl-ray
2121
- selector:
2222
matchLabels:
2323
os: linux
2424
arch: amd64
25-
{{addURIAndSha "https://github.com/ray-project/kuberay/releases/download/{{ .TagName }}/kubectl-ray_{{ .TagName }}_linux_amd64.tar.gz" .TagName }}
25+
{{addURIAndSha "https://github.com/ray-project/kuberay/releases/download/{{ .TagName }}/kubectl-ray_{{ .TagName }}_linux_amd64.tar.gz" .TagName | indent 6 }}
2626
bin: kubectl-ray
2727
- selector:
2828
matchLabels:
2929
os: linux
3030
arch: arm64
31-
{{addURIAndSha "https://github.com/ray-project/kuberay/releases/download/{{ .TagName }}/kubectl-ray_{{ .TagName }}_linux_arm64.tar.gz" .TagName }}
31+
{{addURIAndSha "https://github.com/ray-project/kuberay/releases/download/{{ .TagName }}/kubectl-ray_{{ .TagName }}_linux_arm64.tar.gz" .TagName | indent 6 }}
3232
bin: kubectl-ray
3333
shortDescription: Ray kubectl plugin
3434
description: |

0 commit comments

Comments
 (0)