diff --git a/.gitea/workflows/helm.yaml b/.gitea/workflows/helm.yaml index f06bba2..f872a91 100644 --- a/.gitea/workflows/helm.yaml +++ b/.gitea/workflows/helm.yaml @@ -13,7 +13,7 @@ on: jobs: helm-lint: container: - image: docker.io/volkerraschek/helm:3.19.0 + image: docker.io/volkerraschek/helm:3.19.2 runs-on: - ubuntu-latest steps: @@ -28,7 +28,7 @@ jobs: helm-unittest: container: - image: docker.io/volkerraschek/helm:3.19.0 + image: docker.io/volkerraschek/helm:3.19.2 runs-on: - ubuntu-latest steps: diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index 66760a7..4ef2582 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.19.0 + image: docker.io/volkerraschek/helm:3.19.2 runs-on: ubuntu-latest steps: - name: Install packages via apk