Skip to content

Commit

Permalink
Use k8s 1.29
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Dec 24, 2023
1 parent f1c4494 commit f78d0e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN set -x \
&& rm -rf kube-openapi \
&& git clone https://github.com/kubernetes/kube-openapi.git \
&& cd kube-openapi \
&& git checkout 2695361300d9 \
&& git checkout 2dd684a91f00 \
&& go install ./cmd/openapi-gen/... \
&& cd /go \
&& rm -rf /go/pkg /go/src
Expand Down Expand Up @@ -65,7 +65,7 @@ RUN set -x \
&& rm -rf code-generator \
&& git clone https://github.com/kmodules/code-generator.git \
&& cd code-generator \
&& git checkout ac-1.28.3 \
&& git checkout ac-1.29.0 \
&& go install ./... \
&& cd /go \
&& rm -rf /go/pkg \
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ SHELL=/bin/bash -o pipefail
REGISTRY ?= appscode
BIN ?= gengo
IMAGE := $(REGISTRY)/$(BIN)
VERSION ?= release-1.28
VERSION ?= release-1.29
SRC_REG ?=

DOCKER_PLATFORMS := linux/amd64 linux/arm64
Expand Down

0 comments on commit f78d0e4

Please sign in to comment.