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>
- 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:
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: