From 443ef8cce103da759ccf2b4bedd8c5f1455853a1 Mon Sep 17 00:00:00 2001 From: Alexandru Avadanii Date: Sat, 29 Jun 2019 21:24:36 +0200 Subject: [PATCH] [k8s conformance] sonobuoy: Use Akraino images Instead of pulling upstream images, which are x86-specific, switch to our own Akraino images with multiarch (x86_64 + AArch64) support: - akraino/validation:sonobuoy-plugin-systemd-logs-latest - akraino/validation:kube-conformance-v1.11 JIRA: VAL-24 Change-Id: I195e111350a95c8d198f73420a1b2ba76a8600f2 Signed-off-by: Alexandru Avadanii --- tests/k8s/conformance/sonobuoy.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/k8s/conformance/sonobuoy.yaml b/tests/k8s/conformance/sonobuoy.yaml index 89d9385..a6559cb 100644 --- a/tests/k8s/conformance/sonobuoy.yaml +++ b/tests/k8s/conformance/sonobuoy.yaml @@ -91,7 +91,7 @@ data: - name: E2E_PARALLEL value: '1' command: ["/run_e2e.sh"] - image: gcr.io/heptio-images/kube-conformance:v1.11 + image: akraino/validation:kube-conformance-v1.11 imagePullPolicy: Always name: e2e volumeMounts: @@ -116,7 +116,7 @@ data: value: /tmp/results - name: CHROOT_DIR value: /node - image: gcr.io/heptio-images/sonobuoy-plugin-systemd-logs:latest + image: akraino/validation:sonobuoy-plugin-systemd-logs-latest imagePullPolicy: Always name: sonobuoy-systemd-logs-config securityContext: -- 2.16.6