Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
fixup: update kubectl version sanity check following depreciation o…
Browse files Browse the repository at this point in the history
…n 1.24.x
  • Loading branch information
dduportal authored Feb 21, 2023
1 parent 4790b32 commit 041043a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN wget "https://get.helm.sh/helm-v${HELM_VERSION}-linux-amd64.tar.gz" --quiet
ARG KUBECTL_VERSION=1.24.10
RUN wget "https://storage.googleapis.com/kubernetes-release/release/v${KUBECTL_VERSION}/bin/linux/amd64/kubectl" --quiet --output-document=/usr/local/bin/kubectl \
&& chmod +x /usr/local/bin/kubectl \
&& kubectl version --client | grep -q "${KUBECTL_VERSION}"
&& kubectl version --client --output=yaml 2>&1 | grep -q "${KUBECTL_VERSION}"

# Install sops
ARG SOPS_VERSION=3.7.3
Expand Down

0 comments on commit 041043a

Please sign in to comment.