From ac52f5ea03fe9e0aef3558eebdc5f24f166dbff3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 07:33:35 +0000 Subject: [PATCH 1/4] chore(deps): update mariadb docker tag to v0.16.6 --- charts/timelimit/Chart.lock | 6 +++--- charts/timelimit/Chart.yaml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/timelimit/Chart.lock b/charts/timelimit/Chart.lock index 606ef267..92515122 100644 --- a/charts/timelimit/Chart.lock +++ b/charts/timelimit/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: mariadb repository: oci://registry-1.docker.io/cloudpirates - version: 0.16.5 -digest: sha256:d15988ce9c23091e9647bfb92638d51e038914b7eac2d5f1b0cbb18a80c04a37 -generated: "2026-06-08T23:45:09.34491781Z" + version: 0.16.6 +digest: sha256:14dae9b98a153012c869d9b0c4f1e7cdb7e98f83bfe9d6762c1d3a5957c144af +generated: "2026-07-21T07:33:31.035898674Z" diff --git a/charts/timelimit/Chart.yaml b/charts/timelimit/Chart.yaml index d00a31d7..682d55cc 100644 --- a/charts/timelimit/Chart.yaml +++ b/charts/timelimit/Chart.yaml @@ -17,7 +17,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 4.4.4 +version: 4.4.5 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to @@ -27,6 +27,6 @@ appVersion: "1.17.1" dependencies: - name: mariadb - version: 0.16.5 + version: 0.16.6 repository: oci://registry-1.docker.io/cloudpirates condition: mariadb.enabled From cdb4b55ea833d23e0b5b4107ab2d611028e4c7bd Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 21 Jul 2026 20:17:06 +0200 Subject: [PATCH 2/4] Update Chart.yaml --- charts/timelimit/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/timelimit/Chart.yaml b/charts/timelimit/Chart.yaml index 682d55cc..8c59e584 100644 --- a/charts/timelimit/Chart.yaml +++ b/charts/timelimit/Chart.yaml @@ -17,7 +17,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 4.4.5 +version: 4.4.6 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to From 592025642dec712c4b2d5da361425eb2d221ff28 Mon Sep 17 00:00:00 2001 From: Michael Date: Sun, 16 Aug 2026 20:36:49 +0200 Subject: [PATCH 3/4] Upgrade helm-unittest plugin to version 1.1.3 Updated helm-unittest plugin version and added --skip-verify flag. --- .github/workflows/pr-checks.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-checks.yaml b/.github/workflows/pr-checks.yaml index 413420b6..1b649110 100644 --- a/.github/workflows/pr-checks.yaml +++ b/.github/workflows/pr-checks.yaml @@ -46,7 +46,7 @@ jobs: if: steps.list-changed.outputs.changed == 'true' run: | helm dependency update charts/* - helm plugin install https://github.com/helm-unittest/helm-unittest --version 1.0.3 + helm plugin install https://github.com/helm-unittest/helm-unittest --version 1.1.3 --skip-verify - name: Run chart-testing (lint) if: steps.list-changed.outputs.changed == 'true' From b3ffc738cb7a227af1d1b02d87ff366e91430427 Mon Sep 17 00:00:00 2001 From: Michael Date: Sun, 16 Aug 2026 20:41:01 +0200 Subject: [PATCH 4/4] Update helm-unittest plugin version in workflow --- .github/workflows/pr-checks.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-checks.yaml b/.github/workflows/pr-checks.yaml index 1b649110..e66bd200 100644 --- a/.github/workflows/pr-checks.yaml +++ b/.github/workflows/pr-checks.yaml @@ -46,7 +46,7 @@ jobs: if: steps.list-changed.outputs.changed == 'true' run: | helm dependency update charts/* - helm plugin install https://github.com/helm-unittest/helm-unittest --version 1.1.3 --skip-verify + helm plugin install https://github.com/helm-unittest/helm-unittest --version v1.1.2 --verify=false - name: Run chart-testing (lint) if: steps.list-changed.outputs.changed == 'true'