Skip to content

Commit

Permalink
Use latest kubectl and base image
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitaly Ivanov committed Jan 9, 2024
1 parent 767e1ef commit 607189a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_docker_cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:
REGISTRY: gcr.io/synthesized-marketplace-public
APP_NAME: synthesized-tdk-cli
PLATFORM: linux/amd64
MARKETPLACE_TOOLS_TAG: 0.11.9
MARKETPLACE_TOOLS_TAG: 0.12.1

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
2 changes: 1 addition & 1 deletion apptest/tester/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
&& rm -rf /var/lib/apt/lists/*

RUN wget -q -O /bin/kubectl \
https://storage.googleapis.com/kubernetes-release/release/v1.27.1/bin/linux/amd64/kubectl \
https://storage.googleapis.com/kubernetes-release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl \
&& chmod 755 /bin/kubectl

COPY tests/basic-suite.yaml /tests/basic-suite.yaml
Expand Down

0 comments on commit 607189a

Please sign in to comment.