From 4d8b39ec5163f6e10ae40c8d7a1a1d0da4d34b4c Mon Sep 17 00:00:00 2001
From: Renovate Bot <renovate-bot@sheogorath.shivering-isles.com>
Date: Thu, 12 Oct 2023 06:08:36 +0000
Subject: [PATCH] chore(deps): update quay.io/shivering-isles/koolbox docker
 tag to v0.5.1

---
 charts/.utils/gitlab-ci.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/charts/.utils/gitlab-ci.yaml b/charts/.utils/gitlab-ci.yaml
index f04882900..957e9b55a 100644
--- a/charts/.utils/gitlab-ci.yaml
+++ b/charts/.utils/gitlab-ci.yaml
@@ -14,7 +14,7 @@
 chart-package:
   stage: build
   extends: .chart-matrix
-  image: quay.io/shivering-isles/koolbox:0.5.0
+  image: quay.io/shivering-isles/koolbox:0.5.1
   script:
     - export TMP_DIR=$(mktemp -d)
     - helm package charts/${CHART} -d "$TMP_DIR"
@@ -28,7 +28,7 @@ chart-package:
 chart-helm-lint:
   stage: lint
   extends: .chart-matrix
-  image: quay.io/shivering-isles/koolbox:0.5.0
+  image: quay.io/shivering-isles/koolbox:0.5.1
   script:
     - helm lint --strict charts/${CHART}
   rules:
-- 
GitLab