Skip to content

Commit

Permalink
ci: update kubectl version in Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Yang Chiu <[email protected]>
  • Loading branch information
yangchiu committed May 17, 2024
1 parent 2d7a39c commit f465083
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion airgap/Dockerfile.setup
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
From alpine:latest

ARG KUBECTL_VERSION=v1.20.2
ARG KUBECTL_VERSION=v1.30.0

ARG RKE_VERSION=v1.3.4

Expand Down
2 changes: 1 addition & 1 deletion benchmark_test/Dockerfile.setup
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
From alpine:latest

ARG KUBECTL_VERSION=v1.20.2
ARG KUBECTL_VERSION=v1.30.0

ARG RKE_VERSION=v1.3.4

Expand Down
2 changes: 1 addition & 1 deletion e2e/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN if [ "$TARGETPLATFORM" != "linux/amd64" ] && [ "$TARGETPLATFORM" != "linux/a
fi
ENV ARCH ${TARGETPLATFORM#linux/}

ARG KUBECTL_VERSION=v1.17.0
ARG KUBECTL_VERSION=v1.30.0
ARG YQ_VERSION=v4.24.2

RUN zypper ref -f
Expand Down
2 changes: 1 addition & 1 deletion manager/integration/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN if [ "$TARGETPLATFORM" != "linux/amd64" ] && [ "$TARGETPLATFORM" != "linux/a
fi
ENV ARCH ${TARGETPLATFORM#linux/}

ARG KUBECTL_VERSION=v1.28.4
ARG KUBECTL_VERSION=v1.30.0
ARG YQ_VERSION=v4.24.2
ARG TERRAFORM_VERSION=1.3.5

Expand Down
2 changes: 1 addition & 1 deletion pipelines/argocd/Dockerfile.setup
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
From alpine:latest

ARG KUBECTL_VERSION=v1.20.2
ARG KUBECTL_VERSION=v1.30.0

ARG RKE_VERSION=v1.3.4

Expand Down
2 changes: 1 addition & 1 deletion pipelines/e2e/Dockerfile.setup
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
From alpine:latest

ARG KUBECTL_VERSION=v1.20.2
ARG KUBECTL_VERSION=v1.30.0

ARG RKE_VERSION=v1.3.4

Expand Down
2 changes: 1 addition & 1 deletion pipelines/fleet/Dockerfile.setup
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
From alpine:latest

ARG KUBECTL_VERSION=v1.20.2
ARG KUBECTL_VERSION=v1.30.0

ARG RKE_VERSION=v1.3.4

Expand Down
2 changes: 1 addition & 1 deletion pipelines/flux/Dockerfile.setup
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
From alpine:latest

ARG KUBECTL_VERSION=v1.20.2
ARG KUBECTL_VERSION=v1.30.0

ARG RKE_VERSION=v1.3.4

Expand Down
2 changes: 1 addition & 1 deletion pipelines/gke/Dockerfile.setup
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
From alpine:latest

ARG KUBECTL_VERSION=v1.20.2
ARG KUBECTL_VERSION=v1.30.0

ARG TERRAFORM_VERSION=1.3.5

Expand Down
2 changes: 1 addition & 1 deletion pipelines/helm/Dockerfile.setup
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
From alpine:latest

ARG KUBECTL_VERSION=v1.20.2
ARG KUBECTL_VERSION=v1.30.0

ARG RKE_VERSION=v1.3.4

Expand Down
2 changes: 1 addition & 1 deletion pipelines/rancher/Dockerfile.setup
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
From alpine:latest

ARG KUBECTL_VERSION=v1.20.2
ARG KUBECTL_VERSION=v1.30.0

ARG RKE_VERSION=v1.3.4

Expand Down
2 changes: 1 addition & 1 deletion pipelines/storage_network/Dockerfile.setup
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
From alpine:latest

ARG KUBECTL_VERSION=v1.20.2
ARG KUBECTL_VERSION=v1.30.0

ARG RKE_VERSION=v1.3.4

Expand Down
2 changes: 1 addition & 1 deletion test_framework/Dockerfile.setup
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM golang:1.22-alpine3.19

ARG KUBECTL_VERSION=v1.20.2
ARG KUBECTL_VERSION=v1.30.0

ARG RKE_VERSION=v1.3.4

Expand Down

0 comments on commit f465083

Please sign in to comment.