diff --git a/.gitea/workflows/helm.yaml b/.gitea/workflows/helm.yaml index e1b128c..cb9dc6a 100644 --- a/.gitea/workflows/helm.yaml +++ b/.gitea/workflows/helm.yaml @@ -11,7 +11,7 @@ on: jobs: helm-lint: container: - image: docker.io/volkerraschek/helm:3.16.1 + image: docker.io/volkerraschek/helm:3.16.4 runs-on: - ubuntu-latest steps: @@ -26,7 +26,7 @@ jobs: helm-unittest: container: - image: docker.io/volkerraschek/helm:3.16.1 + image: docker.io/volkerraschek/helm:3.16.4 runs-on: - ubuntu-latest steps: diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index 0242ee7..6b1c0e2 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -8,7 +8,7 @@ on: jobs: publish-chart: container: - image: docker.io/volkerraschek/helm:3.16.1 + image: docker.io/volkerraschek/helm:3.16.4 runs-on: ubuntu-latest steps: - name: Install tooling