Skip to content

Commit

Permalink
Merge pull request #833 from carvel-dev/hashicorp-img-tag
Browse files Browse the repository at this point in the history
Pulling hashicorp image with specific tag to avoid E2E test failure
  • Loading branch information
kumaritanushree authored Oct 17, 2023
2 parents 5dc9ceb + 08c809c commit 483ee0b
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 483ee0b

Please sign in to comment.