Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion stable/fairwinds-insights/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -914,7 +914,7 @@ migrateHealthScoreJob:
cronjobExecutor:
image:
repository: alpine/kubectl
tag: "1.36.0"
tag: "1.36.1"
resources:
limits:
cpu: 100m
Expand Down
2 changes: 1 addition & 1 deletion stable/vpa/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion stable/vpa/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down