Skip to content

Commit

Permalink
Kubectl release version fix cve
Browse files Browse the repository at this point in the history
  • Loading branch information
NagendraOpsmx committed Oct 15, 2024
1 parent 97b86ce commit b407344
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 @@ -9,7 +9,7 @@ LABEL description='Certified Open Enterprise Spinnaker is an Enterprise grade, R
LABEL vendor='OpsMx'
COPY halyard-web/build/install/halyard /opt/halyard

ENV KUBECTL_VERSION v1.29.0
ENV KUBECTL_VERSION v1.31.0


#ENV KUBECTL_RELEASE=1.15.10
Expand Down
2 changes: 1 addition & 1 deletion docker/ubi8/Dockerfile-dev
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ ARG TARGETARCH

COPY halyard-web/build/install/halyard /opt/halyard

ENV KUBECTL_VERSION=v1.29.0
ENV KUBECTL_VERSION=v1.31.0
ENV KUBECTL_RELEASE=1.15.10
ENV AWS_BINARY_RELEASE_DATE=2020-02-22

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 @@ ARG TARGETARCH

COPY halyard-web/build/install/halyard /opt/halyard

ENV KUBECTL_VERSION=v1.29.0
ENV KUBECTL_VERSION=v1.31.0
ENV KUBECTL_RELEASE=1.15.10
ENV AWS_BINARY_RELEASE_DATE=2020-02-22

Expand Down

0 comments on commit b407344

Please sign in to comment.