Skip to content

Commit

Permalink
Merge pull request #283 from fluxcd/kubectl-1.20.4
Browse files Browse the repository at this point in the history
Update kubectl to v1.20.4
  • Loading branch information
stefanprodan authored Feb 23, 2021
2 parents 2f28126 + a1ab63e commit 2aefdc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Setup Kubectl
uses: fluxcd/pkg/actions/kubectl@main
with:
version: 1.20.2
version: 1.20.4
- name: Run tests
run: make test
env:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ WORKDIR /workspace

RUN apk add --no-cache ca-certificates curl

RUN kubectl_ver=1.20.2 && \
RUN kubectl_ver=1.20.4 && \
arch=${TARGETPLATFORM:-linux/amd64} && \
if [ "$TARGETPLATFORM" == "linux/arm/v7" ]; then arch="linux/arm"; fi && \
curl -sL https://storage.googleapis.com/kubernetes-release/release/v${kubectl_ver}/bin/${arch}/kubectl \
Expand Down

0 comments on commit 2aefdc0

Please sign in to comment.