From 8c5aff79b1f1607e34d30c463c0f069611e3b8f2 Mon Sep 17 00:00:00 2001 From: "azimuth-ci-bot[bot]" <142236172+azimuth-ci-bot[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2024 10:14:52 +0100 Subject: [PATCH] Update helm to v3.15.4 (#574) Co-authored-by: mkjpryor <642657+mkjpryor@users.noreply.github.com> --- roles/helm/defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/helm/defaults/main.yml b/roles/helm/defaults/main.yml index 0b98281d..8a4b1fa0 100644 --- a/roles/helm/defaults/main.yml +++ b/roles/helm/defaults/main.yml @@ -3,7 +3,7 @@ # The Helm repo helm_repo: https://github.com/helm/helm # The Helm version to download -helm_version: v3.15.2 +helm_version: v3.15.4 # The OS variant and architecture to use # See https://github.com/helm/helm/releases for the available options helm_os: "{{ ansible_system | lower }}"