From e22337de64c0e97625123fb9dbee05a2c56fbad2 Mon Sep 17 00:00:00 2001 From: "jenkins-infra-updatecli[bot]" <101213878+jenkins-infra-updatecli[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2024 09:56:51 +0200 Subject: [PATCH] Bump helmfile version to 0.168.0 (#1397) 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 6f3cccfdd..3914c43da 100644 --- a/provisioning/tools-versions.yml +++ b/provisioning/tools-versions.yml @@ -19,7 +19,7 @@ goss_version: 0.4.8 hadolint_version: 2.12.0 helm_version: 3.16.1 helm_diff_version: 3.9.10 -helmfile_version: 0.167.1 +helmfile_version: 0.168.0 helm_git_version: 1.3.0 helm_secrets_version: 4.6.1 jdk11_version: 11.0.24+8 diff --git a/tests/goss-linux.yaml b/tests/goss-linux.yaml index 7209470a5..4eda47720 100644 --- a/tests/goss-linux.yaml +++ b/tests/goss-linux.yaml @@ -46,7 +46,7 @@ command: exec: helmfile --version exit-status: 0 stdout: - - 0.167.1 + - 0.168.0 helmplugins: exec: helm plugin list exit-status: 0