Skip to content

Commit

Permalink
kubectl version 1.29.0 , without python upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
Utkarsh Shukla committed Oct 10, 2024
1 parent ee2c597 commit 469c300
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/ubi8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN yum install -y python38
ARG TARGETARCH


ENV KUBECTL_RELEASE=1.24.0
ENV KUBECTL_RELEASE=1.29.0
ENV AWS_CLI_VERSION=1.18.152
ENV AWS_CLI_S3_CMD=2.0.2
ENV AWS_AIM_AUTHENTICATOR_VERSION=0.6.14
Expand Down
2 changes: 1 addition & 1 deletion docker/ubi8/Dockerfile-dev
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ RUN update-crypto-policies --set FIPS
RUN yum install -y python38
ARG TARGETARCH

ENV KUBECTL_RELEASE=1.24.0
ENV KUBECTL_RELEASE=1.29.0
ENV AWS_CLI_S3_CMD=2.0.2
ENV AWS_AIM_AUTHENTICATOR_VERSION=0.6.14
ENV GOOGLE_CLOUD_SDK_VERSION=468.0.0
Expand Down
2 changes: 1 addition & 1 deletion docker/ubi8/Dockerfile-fips
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ RUN yum install -y python38
ARG TARGETARCH


ENV KUBECTL_RELEASE=1.24.0
ENV KUBECTL_RELEASE=1.29.0
ENV AWS_CLI_S3_CMD=2.0.2
ENV AWS_AIM_AUTHENTICATOR_VERSION=0.6.14
ENV GOOGLE_CLOUD_SDK_VERSION=468.0.0
Expand Down

0 comments on commit 469c300

Please sign in to comment.