Skip to content

Commit

Permalink
Merge pull request #440 from claudiubelu/unittest/fix-kubeadm-etcd
Browse files Browse the repository at this point in the history
unittests: Updates kubeadm build flags
  • Loading branch information
k8s-ci-robot authored Jun 20, 2024
2 parents 80957c9 + f876f2b commit db3a075
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/k8s_unit_windows.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ function Build-Kubeadm {
$buildFlags = @(
"-X 'k8s.io/component-base/version.gitTreeState=clean'",
"-X 'k8s.io/component-base/version.gitMajor=1'",
"-X 'k8s.io/component-base/version.gitMinor=27'",
"-X 'k8s.io/component-base/version.gitVersion=v1.27.0'",
"-X 'k8s.io/component-base/version.gitCommit=6a61da26b6761d1b86844cdec194ccaa02b41f3'"
"-X 'k8s.io/component-base/version.gitMinor=30'",
"-X 'k8s.io/component-base/version.gitVersion=v1.30.0'",
"-X 'k8s.io/component-base/version.gitCommit=a06568062c41b4f0f903dcb78aa6ea348bbdecfc'"
)

Push-Location "$RepoPath"
Expand Down

0 comments on commit db3a075

Please sign in to comment.