From ae238de9f8919963f4c00cf2b9719cd02f60e980 Mon Sep 17 00:00:00 2001 From: CSRBot Date: Sat, 4 Jan 2025 23:23:17 +0000 Subject: [PATCH] chore(deps): update git.cryptic.systems/volker.raschek/helm docker tag to v3.16.4 --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index d28e4ee..4a61ff2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -17,7 +17,7 @@ steps: - name: helm lint commands: - helm lint - image: git.cryptic.systems/volker.raschek/helm:3.16.3 + image: git.cryptic.systems/volker.raschek/helm:3.16.4 resources: limits: cpu: 150 @@ -69,7 +69,7 @@ steps: - name: helm unittest commands: - helm unittest --strict --file 'unittests/**/*.yaml' ./ - image: git.cryptic.systems/volker.raschek/helm:3.16.3 + image: git.cryptic.systems/volker.raschek/helm:3.16.4 resources: limits: cpu: 150 @@ -187,7 +187,7 @@ steps: from_secret: helm_repo_password HELM_REPO_USERNAME: from_secret: helm_repo_username - image: git.cryptic.systems/volker.raschek/helm:3.16.3 + image: git.cryptic.systems/volker.raschek/helm:3.16.4 resources: limits: cpu: 150