Skip to content

feat: update cluster autoscaler to v1.30.0 #681

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 21, 2024
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ data:
app.kubernetes.io/instance: cluster-autoscaler-tmpl-clustername-tmpl
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: clusterapi-cluster-autoscaler
app.kubernetes.io/version: 1.29.0
helm.sh/chart: cluster-autoscaler-9.35.0
helm.sh/chart: cluster-autoscaler-9.37.0
name: cluster-autoscaler-tmpl-clustername-tmpl
namespace: tmpl-clusternamespace-tmpl
spec:
Expand All @@ -34,8 +33,7 @@ data:
app.kubernetes.io/instance: cluster-autoscaler-tmpl-clustername-tmpl
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: clusterapi-cluster-autoscaler
app.kubernetes.io/version: 1.29.0
helm.sh/chart: cluster-autoscaler-9.35.0
helm.sh/chart: cluster-autoscaler-9.37.0
name: cluster-autoscaler-tmpl-clustername-tmpl
namespace: tmpl-clusternamespace-tmpl
---
Expand All @@ -46,8 +44,7 @@ data:
app.kubernetes.io/instance: cluster-autoscaler-tmpl-clustername-tmpl
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: clusterapi-cluster-autoscaler
app.kubernetes.io/version: 1.29.0
helm.sh/chart: cluster-autoscaler-9.35.0
helm.sh/chart: cluster-autoscaler-9.37.0
name: cluster-autoscaler-tmpl-clustername-tmpl
namespace: tmpl-clusternamespace-tmpl
rules:
Expand Down Expand Up @@ -111,8 +108,7 @@ data:
app.kubernetes.io/instance: cluster-autoscaler-tmpl-clustername-tmpl
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: clusterapi-cluster-autoscaler
app.kubernetes.io/version: 1.29.0
helm.sh/chart: cluster-autoscaler-9.35.0
helm.sh/chart: cluster-autoscaler-9.37.0
name: cluster-autoscaler-tmpl-clustername-tmpl
namespace: tmpl-clusternamespace-tmpl
roleRef:
Expand All @@ -131,8 +127,7 @@ data:
app.kubernetes.io/instance: cluster-autoscaler-tmpl-clustername-tmpl
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: clusterapi-cluster-autoscaler
app.kubernetes.io/version: 1.29.0
helm.sh/chart: cluster-autoscaler-9.35.0
helm.sh/chart: cluster-autoscaler-9.37.0
name: cluster-autoscaler-tmpl-clustername-tmpl
namespace: tmpl-clusternamespace-tmpl
spec:
Expand All @@ -153,8 +148,7 @@ data:
app.kubernetes.io/instance: cluster-autoscaler-tmpl-clustername-tmpl
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: clusterapi-cluster-autoscaler
app.kubernetes.io/version: 1.29.0
helm.sh/chart: cluster-autoscaler-9.35.0
helm.sh/chart: cluster-autoscaler-9.37.0
name: cluster-autoscaler-tmpl-clustername-tmpl
namespace: tmpl-clusternamespace-tmpl
spec:
Expand Down Expand Up @@ -191,7 +185,7 @@ data:
valueFrom:
fieldRef:
fieldPath: spec.serviceAccountName
image: registry.k8s.io/autoscaling/cluster-autoscaler:v1.29.0
image: registry.k8s.io/autoscaling/cluster-autoscaler:v1.30.0
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ data:
RepositoryURL: https://helm.cilium.io/
cluster-autoscaler: |
ChartName: cluster-autoscaler
ChartVersion: 9.35.0
ChartVersion: 9.37.0
RepositoryURL: https://kubernetes.github.io/autoscaler
metallb: |
ChartName: metallb
Expand Down
2 changes: 1 addition & 1 deletion make/addons.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
export CALICO_VERSION := v3.26.4
export CILIUM_VERSION := 1.15.0
export NODE_FEATURE_DISCOVERY_VERSION := 0.15.2
export CLUSTER_AUTOSCALER_VERSION := 9.35.0
export CLUSTER_AUTOSCALER_VERSION := 9.37.0
export AWS_CSI_SNAPSHOT_CONTROLLER_VERSION := v6.3.3
export AWS_EBS_CSI_CHART_VERSION := v2.28.1
export NUTANIX_STORAGE_CSI_CHART_VERSION := v3.0.0-beta.1912
Expand Down
Loading