From 2e7ae5facc697a143c1321c1c4d1d21f40e56dd9 Mon Sep 17 00:00:00 2001 From: jenkins-infra-updatecli <178728+jenkins-infra-updatecli[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 12:30:15 +0000 Subject: [PATCH] chore: Bump `kubectl` version for httpd rollout restart MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- charts/httpd/Chart.yaml | 2 +- charts/httpd/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/httpd/Chart.yaml b/charts/httpd/Chart.yaml index f8dcb3db..e25d18ea 100644 --- a/charts/httpd/Chart.yaml +++ b/charts/httpd/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 description: httpd helm chart for Kubernetes name: httpd -version: 1.4.1 +version: 1.4.2 appVersion: v2.4 maintainers: - email: jenkins-infra-team@googlegroups.com diff --git a/charts/httpd/values.yaml b/charts/httpd/values.yaml index 972e665e..39a59177 100644 --- a/charts/httpd/values.yaml +++ b/charts/httpd/values.yaml @@ -91,5 +91,5 @@ httpdRestart: cron: '0 * * * *' # default to every hour image: repository: bitnami/kubectl - tag: 1.29.7 + tag: 1.29.10 pullPolicy: IfNotPresent