From afa59c7edb09436bf25db70cc4fa39e8fb5eb93d Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Wed, 18 Mar 2026 15:44:25 +0100 Subject: [PATCH] Check chart releaser Signed-off-by: Nikolai Rodionov --- .woodpecker/publish-helm-chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/publish-helm-chart.yaml b/.woodpecker/publish-helm-chart.yaml index 564a66e..b3f2f89 100644 --- a/.woodpecker/publish-helm-chart.yaml +++ b/.woodpecker/publish-helm-chart.yaml @@ -12,7 +12,7 @@ steps: from_secret: GITEA_REGISTRY_TOKEN REGISTRY_USER: devops-bot commands: - - apt-get install curl gpg apt-transport-https --yes + - apt-get update && apt-get install curl gpg apt-transport-https --yes - sudo apt-get install curl gpg apt-transport-https --yes - curl -fsSL https://packages.buildkite.com/helm-linux/helm-debian/gpgkey | gpg --dearmor | sudo tee /usr/share/keyrings/helm.gpg > /dev/null - curl -fsSL https://packages.buildkite.com/helm-linux/helm-debian/gpgkey | gpg --dearmor | sudo tee /usr/share/keyrings/helm.gpg > /dev/null