Skip to content

Commit 5432fc0

Browse files
authored
fix: Release chart workflow (kubernetes-sigs#5398) (kubernetes-sigs#5533)
Signed-off-by: Bartosz Cieślik <[email protected]>
1 parent 051c900 commit 5432fc0

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

.github/workflows/release-chart.yaml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,28 @@ jobs:
2929
with:
3030
fetch-depth: 0
3131

32+
- name: Install YQ
33+
uses: action-stars/install-tool-from-github-release@f2e83e089fa618aa7e9fd3452fbcf4fe1598ede2 # v0.2.5
34+
with:
35+
github_token: ${{ github.token }}
36+
owner: mikefarah
37+
repository: yq
38+
extract: false
39+
filename_format: "{name}_{os}_{arch}"
40+
check_command: yq --version
41+
version: latest
42+
43+
- name: Install MDQ
44+
uses: action-stars/install-tool-from-github-release@f2e83e089fa618aa7e9fd3452fbcf4fe1598ede2 # v0.2.5
45+
with:
46+
github_token: ${{ github.token }}
47+
owner: yshavit
48+
repository: mdq
49+
arch_amd64: x64
50+
filename_format: "{name}-{os}-{arch}.{ext}"
51+
check_command: mdq --version
52+
version: latest
53+
3254
- name: Get chart version
3355
id: chart_version
3456
run: |

charts/external-dns/Chart.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ version: 1.17.0
66
appVersion: 0.17.0
77
keywords:
88
- kubernetes
9+
- k8s
910
- externaldns
1011
- external-dns
1112
- dns

0 commit comments

Comments
 (0)