From 2d0e628c1b798d1653a427cb35bbdddfebe3a9c8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 03:37:32 +0000 Subject: [PATCH 1/2] chore(deps): update dependency databus23/helm-diff to v3.15.10 --- roles/helm/Chart.yaml | 2 +- roles/helm/defaults/main.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/helm/Chart.yaml b/roles/helm/Chart.yaml index 65f3b1f7..9f73143a 100644 --- a/roles/helm/Chart.yaml +++ b/roles/helm/Chart.yaml @@ -6,4 +6,4 @@ version: 3.20.0-1 dependencies: - name: diff repository: https://github.com/databus23/helm-diff - version: 3.15.6 + version: 3.15.10 diff --git a/roles/helm/defaults/main.yaml b/roles/helm/defaults/main.yaml index 1951b0cd..4a9c3558 100644 --- a/roles/helm/defaults/main.yaml +++ b/roles/helm/defaults/main.yaml @@ -9,7 +9,7 @@ helm_vars: - python3-jsonpatch repository: url: https://github.com/databus23/helm-diff - version: v3.15.6 + version: v3.15.10 release: helm: distro: From bb0f28030c5f67a892ff0937effb5299f1aea30f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 03:38:02 +0000 Subject: [PATCH 2/2] chore(github-action): update documentation --- roles/helm/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/helm/README.md b/roles/helm/README.md index 34f2a7d4..d00e5b94 100644 --- a/roles/helm/README.md +++ b/roles/helm/README.md @@ -10,7 +10,7 @@ See the installed `helm` plugins listed below, defined into [main.yaml](./defaul | Repository | Name | Version | |------------|------|---------| -| https://github.com/databus23/helm-diff | diff | 3.15.6 | +| https://github.com/databus23/helm-diff | diff | 3.15.10 | ## Role Variables @@ -26,7 +26,7 @@ See the related role variables listed below, defined into [main.yaml](./defaults | helm_vars.plugins[0].name | string | `"diff"` | | | helm_vars.plugins[0].packages[0] | string | `"python3-jsonpatch"` | | | helm_vars.plugins[0].repository.url | string | `"https://github.com/databus23/helm-diff"` | | -| helm_vars.plugins[0].version | string | `"v3.15.6"` | | +| helm_vars.plugins[0].version | string | `"v3.15.10"` | | | helm_vars.release.helm.distro.channel | string | `"any"` | | | helm_vars.release.helm.distro.name | string | `"debian"` | | | helm_vars.release.helm.key | string | `"helm-archive-keyring.gpg"` | |