From 533b27101d1408e9efb28f13c8647dba82d1829e Mon Sep 17 00:00:00 2001 From: Benjamin Elfen Date: Wed, 17 Jun 2026 11:04:36 +0200 Subject: [PATCH] feat(deps)!: upgrade helm from 3 to 4 see: https://helm.sh/el/blog/helm-v3-end-of-life --- docs/modules/getting-started/pages/index.adoc | 2 +- jenkins/agent-base/Dockerfile.ubi9 | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/modules/getting-started/pages/index.adoc b/docs/modules/getting-started/pages/index.adoc index c8b3cc5a2..28ee07b8d 100644 --- a/docs/modules/getting-started/pages/index.adoc +++ b/docs/modules/getting-started/pages/index.adoc @@ -75,7 +75,7 @@ Each version is tracked as a https://github.com/orgs/opendevstack/projects[GitHu === https://github.com/orgs/opendevstack/projects/10[4] (November 2021) - OpenShift 4 support (keeping 3.11 compatibility) -- Support for Kubernetes-native Deployment resources and Helm 3 within component pipeline +- Support for Kubernetes-native Deployment resources and Helm 4 within component pipeline - dropped machine learning quickstarter - Integration with Aqua Security - Implement health checks for quickstarters diff --git a/jenkins/agent-base/Dockerfile.ubi9 b/jenkins/agent-base/Dockerfile.ubi9 index 7f7b8eb34..306e5ffdc 100644 --- a/jenkins/agent-base/Dockerfile.ubi9 +++ b/jenkins/agent-base/Dockerfile.ubi9 @@ -7,9 +7,9 @@ ENV SONAR_SCANNER_VERSION=7.3.0.5189 \ COSIGN_VERSION=2.6.1 \ TAILOR_VERSION=1.4.0 \ SOPS_VERSION=3.11.0 \ - HELM_VERSION=3.19.4 \ - HELM_PLUGIN_DIFF_VERSION=3.14.1 \ - HELM_PLUGIN_SECRETS_VERSION=4.7.4 \ + HELM_VERSION=4.2.1 \ + HELM_PLUGIN_DIFF_VERSION=3.15.10 \ + HELM_PLUGIN_SECRETS_VERSION=4.7.7 \ GIT_LFS_VERSION=3.7.1 \ IMGPKG_VERSION=0.47.0 \ TRIVY_VERSION=0.69.3 \