From 3c57bb1f72599a12d9af10ab251f35b7691016c6 Mon Sep 17 00:00:00 2001 From: "jenkins-infra-updatecli[bot]" <101213878+jenkins-infra-updatecli[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 07:51:28 +0100 Subject: [PATCH] Bump helmfile version to 0.169.2 (#1581) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: Update the `helmfile` version in the goss test Made with ❤️️ by updatecli * chore: Update the `helmfile` version in the tools-versions.yml file Made with ❤️️ by updatecli --------- Co-authored-by: Jenkins Infra Bot (updatecli) <60776566+jenkins-infra-bot@users.noreply.github.com> --- provisioning/tools-versions.yml | 2 +- tests/goss-linux.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/provisioning/tools-versions.yml b/provisioning/tools-versions.yml index ab4a5c618..9aef23a5c 100644 --- a/provisioning/tools-versions.yml +++ b/provisioning/tools-versions.yml @@ -19,7 +19,7 @@ goss_version: 0.4.9 hadolint_version: 2.12.0 helm_version: 3.16.3 helm_diff_version: 3.9.12 -helmfile_version: 0.169.1 +helmfile_version: 0.169.2 helm_git_version: 1.3.0 helm_secrets_version: 4.6.2 jdk11_version: 11.0.25+9 diff --git a/tests/goss-linux.yaml b/tests/goss-linux.yaml index 3bd61b64d..231000228 100644 --- a/tests/goss-linux.yaml +++ b/tests/goss-linux.yaml @@ -46,7 +46,7 @@ command: exec: helmfile --version exit-status: 0 stdout: - - 0.169.1 + - 0.169.2 helmplugins: exec: helm plugin list exit-status: 0