Commit 6bc2591 1 parent af7ed52 commit 6bc2591 Copy full SHA for 6bc2591
File tree 7 files changed +8
-8
lines changed
7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ jobs:
103
103
run : |
104
104
[ -z "${GOPATH}" ] && export GOPATH=$HOME/go
105
105
PATH="${GOPATH}/bin:${PATH}"
106
- kind create cluster --image kindest/node:v1.28.7
106
+ kind create cluster --image kindest/node:v1.29.4
107
107
echo "sleep 60s to wait node ready"
108
108
sleep 60s
109
109
kubectl get node
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ ARG TARGETOS
20
20
# Build
21
21
RUN mkdir bin
22
22
RUN apt install -y curl tar
23
- RUN curl -LO https://storage.googleapis.com/kubernetes-release/release/v1.28.4 /bin/${TARGETOS}/${TARGETARCH}/kubectl
23
+ RUN curl -LO https://storage.googleapis.com/kubernetes-release/release/v1.29.7 /bin/${TARGETOS}/${TARGETARCH}/kubectl
24
24
RUN chmod +x ./kubectl
25
25
RUN mv kubectl bin
26
26
RUN curl -LO https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v3.8.7/kustomize_v3.8.7_${TARGETOS}_${TARGETARCH}.tar.gz
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ COPY bin/ bin/
20
20
RUN apt install -y curl
21
21
RUN bin/setup.sh
22
22
# Temporary fix see https://github.com/fidelity/kraan/issues/114
23
- RUN curl -LO https://storage.googleapis.com/kubernetes-release/release/v1.28.4 /bin/linux/amd64/kubectl
23
+ RUN curl -LO https://storage.googleapis.com/kubernetes-release/release/v1.29.7 /bin/linux/amd64/kubectl
24
24
RUN chmod +x ./kubectl
25
25
RUN mv kubectl bin
26
26
RUN cp bin/* /usr/local/bin
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ RUN go mod download
18
18
RUN mkdir bin
19
19
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 GO111MODULE=on go build -a -o bin/kraan-controller main/main.go
20
20
RUN apt install -y curl
21
- RUN curl -LO https://storage.googleapis.com/kubernetes-release/release/v1.28.4 /bin/linux/amd64/kubectl
21
+ RUN curl -LO https://storage.googleapis.com/kubernetes-release/release/v1.29.7 /bin/linux/amd64/kubectl
22
22
RUN chmod +x ./kubectl
23
23
RUN mv kubectl bin
24
24
RUN curl -LO https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v3.8.7/kustomize_v3.8.7_linux_amd64.tar.gz
Original file line number Diff line number Diff line change 1
- v0.3.41
1
+ v0.3.42
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ linter_version=1.55.2
4
4
mockgen_version=v1.6.0
5
5
helm_version=v3.6.1
6
6
kind_version=v0.11.1
7
- kubectl_version=v1.28.4
7
+ kubectl_version=v1.29.7
8
8
kustomize_version=v3.8.7
9
9
10
10
function usage()
Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ apiVersion: v2
2
2
description : A Helm chart for kraan controller
3
3
name : kraan-controller
4
4
type : application
5
- appVersion : v0.3.41
6
- version : v0.3.41
5
+ appVersion : v0.3.42
6
+ version : v0.3.42
You can’t perform that action at this time.
0 commit comments