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

This commit is contained in:
2025-06-06 16:43:44 +02:00
parent 10cef87bc3
commit f84f84ed53

View File

@ -58,25 +58,16 @@ jobs:
# passphrase: ${{ secrets.GPGSIGN_PASSPHRASE }} # passphrase: ${{ secrets.GPGSIGN_PASSPHRASE }}
# fingerprint: CC64B1DB67ABBEECAB24B6455FC346329753F4B0 # fingerprint: CC64B1DB67ABBEECAB24B6455FC346329753F4B0
# - name: Add Artifacthub.io annotations - name: Add Artifacthub.io annotations
# env: env:
# YQ_VERSION: v4.45.4 # renovate: datasource=github-releases depName=mikefarah/yq YQ_VERSION: v4.45.4 # renovate: datasource=github-releases depName=mikefarah/yq
# run: | run: |
# # determine operating system # Download yq
# OS=$(uname | tr '[:upper:]' '[:lower:]') curl --silent --fail --location https://github.com/mikefarah/yq/releases/download/${YQ_VERSION}/yq_${OS}_${ARCH}.tar.gz --output /dev/stdout | tar --extract --gzip && mv yq_${OS}_${ARCH} /usr/bin/yq
# # determine architecture NEW_TAG="$(git tag --sort=-version:refname | head -n 1)"
# ARCH="$(uname -m)" OLD_TAG="$(git tag --sort=-version:refname | head -n 2 | tail -n 1)"
# case "${ARCH}" in .gitea/scripts/add-annotations.sh "${OLD_TAG}" "${NEW_TAG}"
# x86_64) ARCH=amd64;;
# esac
# # Download yq
# curl --silent --fail --location https://github.com/mikefarah/yq/releases/download/${YQ_VERSION}/yq_${OS}_${ARCH}.tar.gz --output /dev/stdout | tar --extract --gzip && mv yq_${OS}_${ARCH} /usr/bin/yq
# NEW_TAG="$(git tag --sort=-version:refname | head -n 1)"
# OLD_TAG="$(git tag --sort=-version:refname | head -n 2 | tail -n 1)"
# .gitea/scripts/add-annotations.sh "${OLD_TAG}" "${NEW_TAG}"
# # Using helm gpg plugin as 'helm package --sign' has issues with gpg2: https://github.com/helm/helm/issues/2843 # # Using helm gpg plugin as 'helm package --sign' has issues with gpg2: https://github.com/helm/helm/issues/2843
# - name: package chart # - name: package chart