From 0e6c2a19ee5c1e396dc187ab99dc793c5ad7b954 Mon Sep 17 00:00:00 2001 From: Marian Ganisin Date: Tue, 13 Sep 2022 07:09:45 +0000 Subject: [PATCH] New upstream image location for mailhog & go-httpbin New image references contain multi-arch images --- base/go-httpbin/deployment-config.yaml | 2 +- base/mailhog/deployment.yaml | 2 +- overlays/template/kustomization.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/base/go-httpbin/deployment-config.yaml b/base/go-httpbin/deployment-config.yaml index 09aa22d..92bb3d9 100644 --- a/base/go-httpbin/deployment-config.yaml +++ b/base/go-httpbin/deployment-config.yaml @@ -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: diff --git a/base/mailhog/deployment.yaml b/base/mailhog/deployment.yaml index 378bbeb..0d6909f 100644 --- a/base/mailhog/deployment.yaml +++ b/base/mailhog/deployment.yaml @@ -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: diff --git a/overlays/template/kustomization.yaml b/overlays/template/kustomization.yaml index 89811ee..c37f495 100644 --- a/overlays/template/kustomization.yaml +++ b/overlays/template/kustomization.yaml @@ -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