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