Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OP-22783 | CVE-2024-24790 | CVE-2022-23806 #23

Merged
merged 1 commit into from
Oct 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker/ubi8/Docker-fips-redhat
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ ARG TARGETARCH

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

ENV KUBECTL_VERSION=v1.22.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
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.22.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.22.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.22.0
ENV KUBECTL_VERSION=v1.31.0
ENV KUBECTL_RELEASE=1.15.10
ENV AWS_BINARY_RELEASE_DATE=2020-02-22

Expand Down
Loading