From 8db357e244ba080e00d5473f807bb7fdb520426b Mon Sep 17 00:00:00 2001 From: sethiyash Date: Mon, 16 Oct 2023 21:38:49 +0530 Subject: [PATCH] pulling hashicorp image with tag to avoid timeout --- test/e2e/template_test.go | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/test/e2e/template_test.go b/test/e2e/template_test.go index 4905c0fe4..57d94c79e 100644 --- a/test/e2e/template_test.go +++ b/test/e2e/template_test.go @@ -35,7 +35,7 @@ spec: spec: containers: - name: echo - image: hashicorp/http-echo + image: hashicorp/http-echo:alpine args: - -listen=:80 - -text=hello @@ -46,7 +46,7 @@ spec: name: config initContainers: - name: echo-init - image: hashicorp/http-echo + image: hashicorp/http-echo:alpine args: - -version envFrom: @@ -156,7 +156,7 @@ data: -linesss- envFrom: -linesss- - configMapRef: -linesss- name: config-ver-1 --linesss- image: hashicorp/http-echo +-linesss- image: hashicorp/http-echo:alpine -linesss- name: echo -linesss- ports: -linesss- - containerPort: 80 @@ -166,7 +166,7 @@ data: -linesss- envFrom: -linesss- - configMapRef: -linesss- name: config-ver-1 --linesss- image: hashicorp/http-echo +-linesss- image: hashicorp/http-echo:alpine -linesss- name: echo-init -linesss- volumes: -linesss- - name: vol1 @@ -195,13 +195,13 @@ data: -linesss- - configMapRef: -linesss- name: config-ver-1 -linesss- name: config-ver-2 --linesss- image: hashicorp/http-echo +-linesss- image: hashicorp/http-echo:alpine -linesss- name: echo ... -linesss- - configMapRef: -linesss- name: config-ver-1 -linesss- name: config-ver-2 --linesss- image: hashicorp/http-echo +-linesss- image: hashicorp/http-echo:alpine -linesss- name: echo-init ... -linesss- secret: