From 2d266b6ee3b11dcfce2c54ec6a6949276c3882d3 Mon Sep 17 00:00:00 2001 From: Niel Markwick Date: Wed, 5 Jan 2022 13:21:01 +0100 Subject: [PATCH] Revert "switch to docker registry to GCEME app (#177)" (#178) This reverts commit a61b8e0ec954c852298bcbcc1861a130b29c442b. --- sample-app/k8s/canary/backend-canary.yaml | 2 +- sample-app/k8s/canary/frontend-canary.yaml | 2 +- sample-app/k8s/dev/backend-dev.yaml | 2 +- sample-app/k8s/dev/frontend-dev.yaml | 2 +- sample-app/k8s/production/backend-production.yaml | 2 +- sample-app/k8s/production/frontend-production.yaml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sample-app/k8s/canary/backend-canary.yaml b/sample-app/k8s/canary/backend-canary.yaml index d960904..b88c1c0 100644 --- a/sample-app/k8s/canary/backend-canary.yaml +++ b/sample-app/k8s/canary/backend-canary.yaml @@ -33,7 +33,7 @@ spec: spec: containers: - name: backend - image: corelab/gceme:1.0.0 + image: gcr.io/cloud-solutions-images/gceme:1.0.0 resources: limits: memory: "500Mi" diff --git a/sample-app/k8s/canary/frontend-canary.yaml b/sample-app/k8s/canary/frontend-canary.yaml index 37fc146..cf97e96 100644 --- a/sample-app/k8s/canary/frontend-canary.yaml +++ b/sample-app/k8s/canary/frontend-canary.yaml @@ -33,7 +33,7 @@ spec: spec: containers: - name: frontend - image: corelab/gceme:1.0.0 + image: gcr.io/cloud-solutions-images/gceme:1.0.0 resources: limits: memory: "500Mi" diff --git a/sample-app/k8s/dev/backend-dev.yaml b/sample-app/k8s/dev/backend-dev.yaml index 5590105..0ca61e7 100644 --- a/sample-app/k8s/dev/backend-dev.yaml +++ b/sample-app/k8s/dev/backend-dev.yaml @@ -33,7 +33,7 @@ spec: spec: containers: - name: backend - image: corelab/gceme:1.0.0 + image: gcr.io/cloud-solutions-images/gceme:1.0.0 resources: limits: memory: "500Mi" diff --git a/sample-app/k8s/dev/frontend-dev.yaml b/sample-app/k8s/dev/frontend-dev.yaml index 39b6a06..8c00c88 100644 --- a/sample-app/k8s/dev/frontend-dev.yaml +++ b/sample-app/k8s/dev/frontend-dev.yaml @@ -33,7 +33,7 @@ spec: spec: containers: - name: frontend - image: corelab/gceme:1.0.0 + image: gcr.io/cloud-solutions-images/gceme:1.0.0 resources: limits: memory: "500Mi" diff --git a/sample-app/k8s/production/backend-production.yaml b/sample-app/k8s/production/backend-production.yaml index 43f0098..f2898a7 100644 --- a/sample-app/k8s/production/backend-production.yaml +++ b/sample-app/k8s/production/backend-production.yaml @@ -33,7 +33,7 @@ spec: spec: containers: - name: backend - image: corelab/gceme:1.0.0 + image: gcr.io/cloud-solutions-images/gceme:1.0.0 resources: limits: memory: "500Mi" diff --git a/sample-app/k8s/production/frontend-production.yaml b/sample-app/k8s/production/frontend-production.yaml index 0fabbf2..1f56252 100644 --- a/sample-app/k8s/production/frontend-production.yaml +++ b/sample-app/k8s/production/frontend-production.yaml @@ -33,7 +33,7 @@ spec: spec: containers: - name: frontend - image: corelab/gceme:1.0.0 + image: gcr.io/cloud-solutions-images/gceme:1.0.0 resources: limits: memory: "500Mi"