File tree Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Original file line number Diff line number Diff line change 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 : |
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ version: 1.17.0
66appVersion : 0.17.0
77keywords :
88 - kubernetes
9+ - k8s
910 - externaldns
1011 - external-dns
1112 - dns
You can’t perform that action at this time.
0 commit comments