diff --git a/stable/fairwinds-insights/values.yaml b/stable/fairwinds-insights/values.yaml index 97149f579..92d8f2c80 100644 --- a/stable/fairwinds-insights/values.yaml +++ b/stable/fairwinds-insights/values.yaml @@ -914,7 +914,7 @@ migrateHealthScoreJob: cronjobExecutor: image: repository: alpine/kubectl - tag: "1.36.0" + tag: "1.36.1" resources: limits: cpu: 100m diff --git a/stable/vpa/Chart.yaml b/stable/vpa/Chart.yaml index b417981f3..62a9dea80 100644 --- a/stable/vpa/Chart.yaml +++ b/stable/vpa/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: vpa description: A Helm chart for Kubernetes Vertical Pod Autoscaler type: application -version: 4.12.1 +version: 4.12.2 appVersion: 1.6.0 maintainers: - name: sudermanjr diff --git a/stable/vpa/values.yaml b/stable/vpa/values.yaml index db56561e8..558972719 100644 --- a/stable/vpa/values.yaml +++ b/stable/vpa/values.yaml @@ -344,7 +344,7 @@ tests: # tests.image.repository -- An image used for testing containing sh, cat and kubectl repository: alpine/kubectl # tests.image.tag -- An image tag for the tests image - tag: "1.36.0" + tag: "1.36.1" # tests.image.pullPolicy -- The pull policy for the tests image. pullPolicy: Always