Skip to content

Commit 832365a

Browse files
committed
fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! PoC of system tests pipeline on GitHub Actions
Signed-off-by: Jakub Stejskal <[email protected]>
1 parent f524214 commit 832365a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.azure/scripts/setup-kubernetes.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ if [ "$TEST_CLUSTER" = "minikube" ]; then
105105
rm -rf kubernetes
106106
elif [[ "$ARCH" = "arm64" ]]; then
107107
git clone -b v1.9.11 --depth 1 https://github.com/kubernetes/kubernetes.git
108-
sed -i 's/:1.11/:1.25.0/' kubernetes/cluster/addons/registry/images/Dockerfile
108+
sed -i 's/:1.11/:1.22.1/' kubernetes/cluster/addons/registry/images/Dockerfile
109109
minikube image build -t google_containers/kube-registry-proxy:0.5-SNAPSHOT kubernetes/cluster/addons/registry/images/
110110
minikube addons enable registry --images="Registry=arm64v8/registry:2.8.2,KubeRegistryProxy=google_containers/kube-registry-proxy:0.5-SNAPSHOT"
111111
rm -rf kubernetes

.azure/scripts/setup_shellcheck.sh

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ if [ "$ARCH" == "arm64" ]; then
1010
ARCH="aarch64"
1111
fi
1212

13-
1413
readonly VERSION="0.9.0"
1514
wget https://github.com/koalaman/shellcheck/releases/download/v$VERSION/shellcheck-v$VERSION.linux.$ARCH.tar.xz -O shellcheck.tar.xz
1615
tar xf shellcheck.tar.xz -C /tmp --strip-components 1

0 commit comments

Comments
 (0)