Skip to content

Commit

Permalink
fix docker build script
Browse files Browse the repository at this point in the history
  • Loading branch information
bschimke95 committed Aug 2, 2024
1 parent 667b389 commit dd7b934
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@ jobs:
- name: Build k8s-snap image
run: |
cd templates/docker
# TODO(ben): required for the rollout upgrade test. Remove KUBERNETES_VERSION_OVERRIDE once we have a 1.31 release.
sudo docker build . -t k8s-snap:dev-old --build-arg BRANCH=main --build-arg KUBERNETES_VERSION_OVERRIDE=v1.29.6
# TODO(ben): release-1.30 is missing extra-node-args hence we need to use main branch for now.
sudo docker build . -t k8s-snap:dev-old --build-arg BRANCH=main --build-arg KUBERNETES_VERSION=v1.29.6
sudo docker build . -t k8s-snap:dev-new --build-arg BRANCH=main
- name: Save provider image
run: |
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/config/ck8s-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ providers:
variables:
KUBERNETES_VERSION_MANAGEMENT: "v1.28.0"
KUBERNETES_VERSION: "v1.29.6"
KUBERNETES_VERSION_UPGRADE_TO: "v1.30.2"
KUBERNETES_VERSION_UPGRADE_TO: "v1.30.3"
IP_FAMILY: "IPv4"
KIND_IMAGE_VERSION: "v1.28.0"

Expand Down

0 comments on commit dd7b934

Please sign in to comment.