WIP
Some checks failed
generate-chart / generate-chart-publish (push) Failing after 32s

This commit is contained in:
Markus Pesch 2025-06-06 20:48:55 +02:00
parent 8d77652523
commit 7445fe65c0
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982

View File

@ -44,6 +44,8 @@ jobs:
helm version
- name: Install yq
env:
YQ_VERSION: v4.45.4 # renovate: datasource=github-releases depName=mikefarah/yq
run: |
curl --fail --location --output /dev/stdout --silent --show-error https://github.com/mikefarah/yq/releases/download/${YQ_VERSION}/yq_${OS}_${ARCH}.tar.gz | tar --extract --gzip --file /dev/stdin
mv yq_${OS}_${ARCH} /usr/local/bin
@ -74,8 +76,6 @@ jobs:
# fingerprint: CC64B1DB67ABBEECAB24B6455FC346329753F4B0
- name: Add Artifacthub.io annotations
env:
YQ_VERSION: v4.45.4 # renovate: datasource=github-releases depName=mikefarah/yq
run: |
NEW_TAG="$(git tag --sort=-version:refname | head -n 1)"
OLD_TAG="$(git tag --sort=-version:refname | head -n 2 | tail -n 1)"