Skip to content

Commit

Permalink
update: autoscaling-cluster-autoscaler to v1.27.3
Browse files Browse the repository at this point in the history
  • Loading branch information
aaroniscode committed Aug 30, 2023
1 parent a5260e5 commit 99ceacd
Showing 1 changed file with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
// GitHub: https://github.com/kubernetes/autoscaler/tree/master/cluster-autoscaler/cloudprovider/aws
// Helm: https://github.com/kubernetes/autoscaler/tree/master/charts/cluster-autoscaler
// Repo: registry.k8s.io/autoscaling/cluster-autoscaler
// Version: Latest for k8s 1.27 is v1.27.1 (as of 5/28/23)
// Version: Latest for k8s 1.27 is v1.27.3 (as of 8/22/23)

func NewApp() *application.Application {
app := &application.Application{
Expand All @@ -40,20 +40,20 @@ func NewApp() *application.Application {
Namespace: "kube-system",
ServiceAccount: "cluster-autoscaler",
DefaultVersion: &application.KubernetesVersionDependent{
LatestChart: "9.29.0",
LatestChart: "9.29.1",
Latest: map[string]string{
"1.27": "v1.27.1",
"1.26": "v1.26.2",
"1.25": "v1.25.1",
"1.24": "v1.24.1",
"1.27": "v1.27.3",
"1.26": "v1.26.4",
"1.25": "v1.25.3",
"1.24": "v1.24.3",
"1.23": "v1.23.0",
},
PreviousChart: "9.28.0",
PreviousChart: "9.29.0",
Previous: map[string]string{
"1.27": "v1.27.1",
"1.26": "v1.26.2",
"1.25": "v1.25.0",
"1.24": "v1.24.0",
"1.25": "v1.25.1",
"1.24": "v1.24.1",
"1.23": "v1.23.0",
},
},
Expand Down

0 comments on commit 99ceacd

Please sign in to comment.