[k8s conformance] sonobuoy: Use Akraino images 95/1095/1
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Sat, 29 Jun 2019 19:24:36 +0000 (21:24 +0200)
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Sat, 29 Jun 2019 20:06:11 +0000 (22:06 +0200)
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 <Alexandru.Avadanii@enea.com>
tests/k8s/conformance/sonobuoy.yaml

index 89d9385..a6559cb 100644 (file)
@@ -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: