Skip to content

Commit

Permalink
chore(deps): update cluster-autoscaler to v1.31.0 (main) (#163)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 28, 2024
1 parent 96c85a1 commit 0a23e1e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/cluster-autoscaler/values/upstream-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
image:
repository: "###ZARF_REGISTRY###/autoscaling/cluster-autoscaler"
# renovate datasource=docker depName=registry.k8s.io/autoscaling/cluster-autoscaler
tag: v1.30.2
tag: v1.31.0
pullPolicy: IfNotPresent
pullSecrets:
- private-registry
2 changes: 1 addition & 1 deletion packages/cluster-autoscaler/zarf-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ package:
# renovate datasource=helm depName=cluster-autoscaler registryUrl=https://kubernetes.github.io/autoscaler
chart_version: 9.37.0
# renovate datasource=docker depName=registry.k8s.io/autoscaling/cluster-autoscaler
image_version: v1.30.2
image_version: v1.31.0

deploy:
set:
Expand Down
2 changes: 1 addition & 1 deletion packages/cluster-autoscaler/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ components:
- values/upstream-values.yaml
- values/overrides.yaml
images:
- registry.k8s.io/autoscaling/cluster-autoscaler:v1.30.2
- registry.k8s.io/autoscaling/cluster-autoscaler:v1.31.0

- name: cluster-autoscaler
description: "Chart component for cluster-autoscaler"
Expand Down

0 comments on commit 0a23e1e

Please sign in to comment.