Skip to content

Commit

Permalink
New upstream image location for mailhog & go-httpbin
Browse files Browse the repository at this point in the history
New image references contain multi-arch images
  • Loading branch information
Marian Ganisin authored and Filip Cap committed Sep 13, 2022
1 parent f1c4a37 commit 0e6c2a1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion base/go-httpbin/deployment-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
value: /tls/tls.crt
- name: HTTPS_KEY_FILE
value: /tls/tls.key
image: quay.io/rh_integration/go-httpbin:smadis
image: ghcr.io/3scale-qe/go-httpbin:latest
imagePullPolicy: IfNotPresent
name: go-httpbin
ports:
Expand Down
2 changes: 1 addition & 1 deletion base/mailhog/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
deployment: mailhog
spec:
containers:
- image: docker.io/mailhog/mailhog:latest
- image: ghcr.io/3scale-qe/mailhog-container:latest
imagePullPolicy: IfNotPresent
name: mailhog
ports:
Expand Down
2 changes: 1 addition & 1 deletion overlays/template/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ images:
- name: quay.io/rh_integration/httpbin
newName: quay.io/rh_integration/httpbin
newTag: smadis
- name: quay.io/rh_integration/go-httpbin
- name: ghcr.io/3scale-qe/go-httpbin
newName: quay.io/rh_integration/go-httpbin
newTag: smadis
- name: quay.io/rh_integration/requestbin
Expand Down

0 comments on commit 0e6c2a1

Please sign in to comment.