chore: Rebase job container to ensure more current package versions
Some checks failed
Container & Helm chart / Semantic Release (Dry-run) (push) Successful in 42s
Container & Helm chart / Helm chart (push) Failing after 1m3s
Container & Helm chart / Container image (push) Successful in 1m24s

This commit is contained in:
Danny Bessems 2024-02-28 10:36:37 +11:00
parent 56bd49735e
commit e122264b71

View File

@ -62,6 +62,7 @@ jobs:
build_chart:
name: Helm chart
container: catthehacker/ubuntu:act-latest
runs-on: dind-rootless
needs: semrel_dryrun
@ -78,6 +79,7 @@ jobs:
apt-get install apt-transport-https --yes
echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/helm.gpg] https://baltocdn.com/helm/stable/debian/ all main" | tee /etc/apt/sources.list.d/helm-stable-debian.list
apt-get update && apt-get install helm --yes
helm version
helm plugin install https://github.com/chartmuseum/helm-push
- name: Package helm chart into archive
run: |