Skip to content

Commit

Permalink
Merge pull request #835 from carvel-dev/update-harshi-0.57.x
Browse files Browse the repository at this point in the history
pulling hashicorp image with tag to avoid timeout in line 0.57.x
  • Loading branch information
kumaritanushree authored Oct 17, 2023
2 parents a6f53c6 + 8db357e commit 82c5b3d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions test/e2e/template_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:
spec:
containers:
- name: echo
image: hashicorp/http-echo
image: hashicorp/http-echo:alpine
args:
- -listen=:80
- -text=hello
Expand All @@ -46,7 +46,7 @@ spec:
name: config
initContainers:
- name: echo-init
image: hashicorp/http-echo
image: hashicorp/http-echo:alpine
args:
- -version
envFrom:
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 82c5b3d

Please sign in to comment.