Skip to content

Commit

Permalink
Upgrade cluster-autoscaler to 1.26
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyMelnikov authored and sharnoff committed Jun 9, 2024
1 parent 3ba4762 commit 1c6dffb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cluster-autoscaler/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ $ # create a temporary directory for kubernetes/autoscaler
$ tmpdir=$(mktemp -d | tee /dev/tty)
/tmp/tmp./tmp/tmp.MCMXmnprG0
$ # clone the source repo
$ git clone --quiet --branch $(cat cluster-autoscaler/ca.tag) https://github.com/kubernetes/autsocaler $tmpdir
$ git clone --quiet --branch $(cat cluster-autoscaler/ca.tag) https://github.com/kubernetes/autoscaler $tmpdir
Cloning into '/tmp/tmp.MCMXmnprG0'...
remote: Enumerating objects: 23946, done.
remote: Counting objects: 100% (23946/23946), done.
Expand Down
2 changes: 1 addition & 1 deletion cluster-autoscaler/ca.tag
Original file line number Diff line number Diff line change
@@ -1 +1 @@
cluster-autoscaler-1.25.1
cluster-autoscaler-1.26.8

0 comments on commit 1c6dffb

Please sign in to comment.