Skip to content

Commit

Permalink
add k8s 1.28.x to cluster autoscaler addon manifests (#13386)
Browse files Browse the repository at this point in the history
Signed-off-by: Akash Gautam <gautamakash04@gmail.com>
  • Loading branch information
akash-gautam committed May 27, 2024
1 parent 2bf1206 commit 679d3d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addons/cluster-autoscaler/cluster-autoscaler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
{{ if eq .Cluster.MajorMinorVersion "1.27" }}
{{ $version = "v1.27.3" }}
{{ end }}
{{ if eq .Cluster.MajorMinorVersion "1.27" }}
{{ $version = "v1.27.3"}}
{{ if eq .Cluster.MajorMinorVersion "1.28" }}
{{ $version = "v1.28.2" }}
{{ end }}

{{ if not (eq $version "UNSUPPORTED") }}
Expand Down

0 comments on commit 679d3d5

Please sign in to comment.