Merge pull request #136353 from dims/fix-sample-apiserver-image

test/images: Fix sample-apiserver build to use existing tag
This commit is contained in:
Kubernetes Prow Robot 2026-01-21 02:47:42 +05:30 committed by GitHub
commit 58b22e33f9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -30,7 +30,7 @@ bin:
mkdir -p /go/src /go/bin && \
git clone https://github.com/kubernetes/sample-apiserver /go/src/k8s.io/sample-apiserver && \
cd /go/src/k8s.io/sample-apiserver && \
git checkout tags/v0.33.2 && \
git checkout tags/v0.33.7 && \
go mod tidy && \
GO111MODULE=on CGO_ENABLED=0 GOARM=${GOARM} GOOS=${OS} GOARCH=${ARCH} go install . && \
find /go/bin -name sample-apiserver* -exec cp {} ${TARGET}/sample-apiserver \;"

View file

@ -1 +1 @@
1.33.2
1.33.7