From a3b326d04b64d4edbeb16808417fb4163881dec7 Mon Sep 17 00:00:00 2001 From: Conan Scott Date: Fri, 21 Nov 2025 11:05:41 +0800 Subject: [PATCH] . --- .gitea/workflows/publish-helm.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/publish-helm.yaml b/.gitea/workflows/publish-helm.yaml index 136d5c2..7d31b8e 100644 --- a/.gitea/workflows/publish-helm.yaml +++ b/.gitea/workflows/publish-helm.yaml @@ -9,7 +9,7 @@ on: jobs: publish: runs-on: ubuntu-latest - container: alpine/helm:3.15.0 # any image with helm is fine + container: alpine/helm:latest # any image with helm is fine steps: - name: Checkout