From 0cf04e62bef75246fea98a6e8ceef1266cbc4706 Mon Sep 17 00:00:00 2001 From: Tim Hardeck Date: Thu, 29 Aug 2024 16:57:52 +0200 Subject: [PATCH] Switch Redis image to official one which supports other architectures like aarch64. --- multi-cluster/helm/templates/redis-master-deployment.yaml | 2 +- multi-cluster/helm/templates/redis-slave-deployment.yaml | 2 +- multi-cluster/kustomize/base/redis-master-deployment.yaml | 2 +- multi-cluster/kustomize/base/redis-slave-deployment.yaml | 2 +- multi-cluster/manifests/redis-master-deployment.yaml | 2 +- multi-cluster/manifests/redis-slave-deployment.yaml | 2 +- simple/redis-master-deployment.yaml | 2 +- simple/redis-slave-deployment.yaml | 2 +- .../guestbook/templates/redis-master-deployment.yaml | 2 +- .../guestbook/templates/redis-slave-deployment.yaml | 2 +- single-cluster/helm/templates/redis-master-deployment.yaml | 2 +- single-cluster/helm/templates/redis-slave-deployment.yaml | 2 +- single-cluster/kustomize/base/redis-master-deployment.yaml | 2 +- single-cluster/kustomize/base/redis-slave-deployment.yaml | 2 +- .../manifests/deployments/redis-master-deployment.yaml | 2 +- .../manifests/deployments/redis-slave-deployment.yaml | 2 +- tests/expected/multi-cluster/helm/bundle.yaml | 4 ++-- tests/expected/multi-cluster/helm/dev-output.yaml | 2 +- tests/expected/multi-cluster/helm/prod-output.yaml | 4 ++-- tests/expected/multi-cluster/helm/test-output.yaml | 4 ++-- tests/expected/multi-cluster/kustomize/bundle.yaml | 4 ++-- tests/expected/multi-cluster/kustomize/dev-output.yaml | 4 ++-- tests/expected/multi-cluster/kustomize/prod-output.yaml | 4 ++-- tests/expected/multi-cluster/kustomize/test-output.yaml | 4 ++-- tests/expected/multi-cluster/manifests/bundle.yaml | 4 ++-- tests/expected/multi-cluster/manifests/dev-output.yaml | 2 +- tests/expected/multi-cluster/manifests/prod-output.yaml | 4 ++-- tests/expected/multi-cluster/manifests/test-output.yaml | 4 ++-- tests/expected/single-cluster/helm-multi-chart/bundle.yaml | 4 ++-- tests/expected/single-cluster/helm/bundle.yaml | 4 ++-- tests/expected/single-cluster/helm/dev-output.yaml | 4 ++-- tests/expected/single-cluster/helm/prod-output.yaml | 4 ++-- tests/expected/single-cluster/helm/test-output.yaml | 4 ++-- tests/expected/single-cluster/kustomize/bundle.yaml | 4 ++-- tests/expected/single-cluster/kustomize/dev-output.yaml | 4 ++-- tests/expected/single-cluster/kustomize/prod-output.yaml | 4 ++-- tests/expected/single-cluster/kustomize/test-output.yaml | 4 ++-- tests/expected/single-cluster/manifests/bundle.yaml | 4 ++-- tests/expected/single-cluster/manifests/dev-output.yaml | 4 ++-- tests/expected/single-cluster/manifests/prod-output.yaml | 4 ++-- tests/expected/single-cluster/manifests/test-output.yaml | 4 ++-- 41 files changed, 64 insertions(+), 64 deletions(-) diff --git a/multi-cluster/helm/templates/redis-master-deployment.yaml b/multi-cluster/helm/templates/redis-master-deployment.yaml index d815405..d675715 100644 --- a/multi-cluster/helm/templates/redis-master-deployment.yaml +++ b/multi-cluster/helm/templates/redis-master-deployment.yaml @@ -18,7 +18,7 @@ spec: spec: containers: - name: master - image: registry.k8s.io/redis:e2e + image: redis resources: requests: cpu: 100m diff --git a/multi-cluster/helm/templates/redis-slave-deployment.yaml b/multi-cluster/helm/templates/redis-slave-deployment.yaml index 0bb6020..5c4397c 100644 --- a/multi-cluster/helm/templates/redis-slave-deployment.yaml +++ b/multi-cluster/helm/templates/redis-slave-deployment.yaml @@ -19,7 +19,7 @@ spec: spec: containers: - name: slave - image: gcr.io/google_samples/gb-redisslave:v2 + image: redis resources: requests: cpu: 100m diff --git a/multi-cluster/kustomize/base/redis-master-deployment.yaml b/multi-cluster/kustomize/base/redis-master-deployment.yaml index d815405..d675715 100644 --- a/multi-cluster/kustomize/base/redis-master-deployment.yaml +++ b/multi-cluster/kustomize/base/redis-master-deployment.yaml @@ -18,7 +18,7 @@ spec: spec: containers: - name: master - image: registry.k8s.io/redis:e2e + image: redis resources: requests: cpu: 100m diff --git a/multi-cluster/kustomize/base/redis-slave-deployment.yaml b/multi-cluster/kustomize/base/redis-slave-deployment.yaml index 3005360..0e94155 100644 --- a/multi-cluster/kustomize/base/redis-slave-deployment.yaml +++ b/multi-cluster/kustomize/base/redis-slave-deployment.yaml @@ -18,7 +18,7 @@ spec: spec: containers: - name: slave - image: gcr.io/google_samples/gb-redisslave:v2 + image: redis resources: requests: cpu: 100m diff --git a/multi-cluster/manifests/redis-master-deployment.yaml b/multi-cluster/manifests/redis-master-deployment.yaml index d815405..d675715 100644 --- a/multi-cluster/manifests/redis-master-deployment.yaml +++ b/multi-cluster/manifests/redis-master-deployment.yaml @@ -18,7 +18,7 @@ spec: spec: containers: - name: master - image: registry.k8s.io/redis:e2e + image: redis resources: requests: cpu: 100m diff --git a/multi-cluster/manifests/redis-slave-deployment.yaml b/multi-cluster/manifests/redis-slave-deployment.yaml index 3005360..0e94155 100644 --- a/multi-cluster/manifests/redis-slave-deployment.yaml +++ b/multi-cluster/manifests/redis-slave-deployment.yaml @@ -18,7 +18,7 @@ spec: spec: containers: - name: slave - image: gcr.io/google_samples/gb-redisslave:v2 + image: redis resources: requests: cpu: 100m diff --git a/simple/redis-master-deployment.yaml b/simple/redis-master-deployment.yaml index d815405..d675715 100644 --- a/simple/redis-master-deployment.yaml +++ b/simple/redis-master-deployment.yaml @@ -18,7 +18,7 @@ spec: spec: containers: - name: master - image: registry.k8s.io/redis:e2e + image: redis resources: requests: cpu: 100m diff --git a/simple/redis-slave-deployment.yaml b/simple/redis-slave-deployment.yaml index 3005360..0e94155 100644 --- a/simple/redis-slave-deployment.yaml +++ b/simple/redis-slave-deployment.yaml @@ -18,7 +18,7 @@ spec: spec: containers: - name: slave - image: gcr.io/google_samples/gb-redisslave:v2 + image: redis resources: requests: cpu: 100m diff --git a/single-cluster/helm-multi-chart/guestbook/templates/redis-master-deployment.yaml b/single-cluster/helm-multi-chart/guestbook/templates/redis-master-deployment.yaml index d815405..d675715 100644 --- a/single-cluster/helm-multi-chart/guestbook/templates/redis-master-deployment.yaml +++ b/single-cluster/helm-multi-chart/guestbook/templates/redis-master-deployment.yaml @@ -18,7 +18,7 @@ spec: spec: containers: - name: master - image: registry.k8s.io/redis:e2e + image: redis resources: requests: cpu: 100m diff --git a/single-cluster/helm-multi-chart/guestbook/templates/redis-slave-deployment.yaml b/single-cluster/helm-multi-chart/guestbook/templates/redis-slave-deployment.yaml index 0bb6020..5c4397c 100644 --- a/single-cluster/helm-multi-chart/guestbook/templates/redis-slave-deployment.yaml +++ b/single-cluster/helm-multi-chart/guestbook/templates/redis-slave-deployment.yaml @@ -19,7 +19,7 @@ spec: spec: containers: - name: slave - image: gcr.io/google_samples/gb-redisslave:v2 + image: redis resources: requests: cpu: 100m diff --git a/single-cluster/helm/templates/redis-master-deployment.yaml b/single-cluster/helm/templates/redis-master-deployment.yaml index d815405..d675715 100644 --- a/single-cluster/helm/templates/redis-master-deployment.yaml +++ b/single-cluster/helm/templates/redis-master-deployment.yaml @@ -18,7 +18,7 @@ spec: spec: containers: - name: master - image: registry.k8s.io/redis:e2e + image: redis resources: requests: cpu: 100m diff --git a/single-cluster/helm/templates/redis-slave-deployment.yaml b/single-cluster/helm/templates/redis-slave-deployment.yaml index 0bb6020..5c4397c 100644 --- a/single-cluster/helm/templates/redis-slave-deployment.yaml +++ b/single-cluster/helm/templates/redis-slave-deployment.yaml @@ -19,7 +19,7 @@ spec: spec: containers: - name: slave - image: gcr.io/google_samples/gb-redisslave:v2 + image: redis resources: requests: cpu: 100m diff --git a/single-cluster/kustomize/base/redis-master-deployment.yaml b/single-cluster/kustomize/base/redis-master-deployment.yaml index d815405..d675715 100644 --- a/single-cluster/kustomize/base/redis-master-deployment.yaml +++ b/single-cluster/kustomize/base/redis-master-deployment.yaml @@ -18,7 +18,7 @@ spec: spec: containers: - name: master - image: registry.k8s.io/redis:e2e + image: redis resources: requests: cpu: 100m diff --git a/single-cluster/kustomize/base/redis-slave-deployment.yaml b/single-cluster/kustomize/base/redis-slave-deployment.yaml index 3005360..0e94155 100644 --- a/single-cluster/kustomize/base/redis-slave-deployment.yaml +++ b/single-cluster/kustomize/base/redis-slave-deployment.yaml @@ -18,7 +18,7 @@ spec: spec: containers: - name: slave - image: gcr.io/google_samples/gb-redisslave:v2 + image: redis resources: requests: cpu: 100m diff --git a/single-cluster/manifests/deployments/redis-master-deployment.yaml b/single-cluster/manifests/deployments/redis-master-deployment.yaml index d815405..d675715 100644 --- a/single-cluster/manifests/deployments/redis-master-deployment.yaml +++ b/single-cluster/manifests/deployments/redis-master-deployment.yaml @@ -18,7 +18,7 @@ spec: spec: containers: - name: master - image: registry.k8s.io/redis:e2e + image: redis resources: requests: cpu: 100m diff --git a/single-cluster/manifests/deployments/redis-slave-deployment.yaml b/single-cluster/manifests/deployments/redis-slave-deployment.yaml index 3005360..0e94155 100644 --- a/single-cluster/manifests/deployments/redis-slave-deployment.yaml +++ b/single-cluster/manifests/deployments/redis-slave-deployment.yaml @@ -18,7 +18,7 @@ spec: spec: containers: - name: slave - image: gcr.io/google_samples/gb-redisslave:v2 + image: redis resources: requests: cpu: 100m diff --git a/tests/expected/multi-cluster/helm/bundle.yaml b/tests/expected/multi-cluster/helm/bundle.yaml index e3d4914..c6ee0b2 100644 --- a/tests/expected/multi-cluster/helm/bundle.yaml +++ b/tests/expected/multi-cluster/helm/bundle.yaml @@ -149,7 +149,7 @@ spec: spec: containers: - name: master - image: registry.k8s.io/redis:e2e + image: redis resources: requests: cpu: 100m @@ -197,7 +197,7 @@ spec: spec: containers: - name: slave - image: gcr.io/google_samples/gb-redisslave:v2 + image: redis resources: requests: cpu: 100m diff --git a/tests/expected/multi-cluster/helm/dev-output.yaml b/tests/expected/multi-cluster/helm/dev-output.yaml index f80580f..fae860f 100644 --- a/tests/expected/multi-cluster/helm/dev-output.yaml +++ b/tests/expected/multi-cluster/helm/dev-output.yaml @@ -117,7 +117,7 @@ spec: tier: backend spec: containers: - - image: registry.k8s.io/redis:e2e + - image: redis name: master ports: - containerPort: 6379 diff --git a/tests/expected/multi-cluster/helm/prod-output.yaml b/tests/expected/multi-cluster/helm/prod-output.yaml index b36f6f3..cef5363 100644 --- a/tests/expected/multi-cluster/helm/prod-output.yaml +++ b/tests/expected/multi-cluster/helm/prod-output.yaml @@ -117,7 +117,7 @@ spec: tier: backend spec: containers: - - image: registry.k8s.io/redis:e2e + - image: redis name: master ports: - containerPort: 6379 @@ -151,7 +151,7 @@ spec: tier: backend spec: containers: - - image: gcr.io/google_samples/gb-redisslave:v2 + - image: redis name: slave ports: - containerPort: 6379 diff --git a/tests/expected/multi-cluster/helm/test-output.yaml b/tests/expected/multi-cluster/helm/test-output.yaml index 6b970de..069d9dd 100644 --- a/tests/expected/multi-cluster/helm/test-output.yaml +++ b/tests/expected/multi-cluster/helm/test-output.yaml @@ -117,7 +117,7 @@ spec: tier: backend spec: containers: - - image: registry.k8s.io/redis:e2e + - image: redis name: master ports: - containerPort: 6379 @@ -151,7 +151,7 @@ spec: tier: backend spec: containers: - - image: gcr.io/google_samples/gb-redisslave:v2 + - image: redis name: slave ports: - containerPort: 6379 diff --git a/tests/expected/multi-cluster/kustomize/bundle.yaml b/tests/expected/multi-cluster/kustomize/bundle.yaml index df9006d..8af3a91 100644 --- a/tests/expected/multi-cluster/kustomize/bundle.yaml +++ b/tests/expected/multi-cluster/kustomize/bundle.yaml @@ -122,7 +122,7 @@ spec: spec: containers: - name: master - image: registry.k8s.io/redis:e2e + image: redis resources: requests: cpu: 100m @@ -169,7 +169,7 @@ spec: spec: containers: - name: slave - image: gcr.io/google_samples/gb-redisslave:v2 + image: redis resources: requests: cpu: 100m diff --git a/tests/expected/multi-cluster/kustomize/dev-output.yaml b/tests/expected/multi-cluster/kustomize/dev-output.yaml index 15e3d74..8d73cee 100644 --- a/tests/expected/multi-cluster/kustomize/dev-output.yaml +++ b/tests/expected/multi-cluster/kustomize/dev-output.yaml @@ -74,7 +74,7 @@ spec: tier: backend spec: containers: - - image: registry.k8s.io/redis:e2e + - image: redis name: master ports: - containerPort: 6379 @@ -130,7 +130,7 @@ spec: tier: backend spec: containers: - - image: gcr.io/google_samples/gb-redisslave:v2 + - image: redis name: slave ports: - containerPort: 6379 diff --git a/tests/expected/multi-cluster/kustomize/prod-output.yaml b/tests/expected/multi-cluster/kustomize/prod-output.yaml index 15660f3..992c3c7 100644 --- a/tests/expected/multi-cluster/kustomize/prod-output.yaml +++ b/tests/expected/multi-cluster/kustomize/prod-output.yaml @@ -74,7 +74,7 @@ spec: tier: backend spec: containers: - - image: registry.k8s.io/redis:e2e + - image: redis name: master ports: - containerPort: 6379 @@ -130,7 +130,7 @@ spec: tier: backend spec: containers: - - image: gcr.io/google_samples/gb-redisslave:v2 + - image: redis name: slave ports: - containerPort: 6379 diff --git a/tests/expected/multi-cluster/kustomize/test-output.yaml b/tests/expected/multi-cluster/kustomize/test-output.yaml index afcb542..d4a266f 100644 --- a/tests/expected/multi-cluster/kustomize/test-output.yaml +++ b/tests/expected/multi-cluster/kustomize/test-output.yaml @@ -74,7 +74,7 @@ spec: tier: backend spec: containers: - - image: registry.k8s.io/redis:e2e + - image: redis name: master ports: - containerPort: 6379 @@ -130,7 +130,7 @@ spec: tier: backend spec: containers: - - image: gcr.io/google_samples/gb-redisslave:v2 + - image: redis name: slave ports: - containerPort: 6379 diff --git a/tests/expected/multi-cluster/manifests/bundle.yaml b/tests/expected/multi-cluster/manifests/bundle.yaml index cbadaf3..615b92a 100644 --- a/tests/expected/multi-cluster/manifests/bundle.yaml +++ b/tests/expected/multi-cluster/manifests/bundle.yaml @@ -158,7 +158,7 @@ spec: spec: containers: - name: master - image: registry.k8s.io/redis:e2e + image: redis resources: requests: cpu: 100m @@ -205,7 +205,7 @@ spec: spec: containers: - name: slave - image: gcr.io/google_samples/gb-redisslave:v2 + image: redis resources: requests: cpu: 100m diff --git a/tests/expected/multi-cluster/manifests/dev-output.yaml b/tests/expected/multi-cluster/manifests/dev-output.yaml index 7119057..e423957 100644 --- a/tests/expected/multi-cluster/manifests/dev-output.yaml +++ b/tests/expected/multi-cluster/manifests/dev-output.yaml @@ -74,7 +74,7 @@ spec: tier: backend spec: containers: - - image: registry.k8s.io/redis:e2e + - image: redis name: master ports: - containerPort: 6379 diff --git a/tests/expected/multi-cluster/manifests/prod-output.yaml b/tests/expected/multi-cluster/manifests/prod-output.yaml index 3d08203..d0effab 100644 --- a/tests/expected/multi-cluster/manifests/prod-output.yaml +++ b/tests/expected/multi-cluster/manifests/prod-output.yaml @@ -74,7 +74,7 @@ spec: tier: backend spec: containers: - - image: registry.k8s.io/redis:e2e + - image: redis name: master ports: - containerPort: 6379 @@ -130,7 +130,7 @@ spec: tier: backend spec: containers: - - image: gcr.io/google_samples/gb-redisslave:v2 + - image: redis name: slave ports: - containerPort: 6379 diff --git a/tests/expected/multi-cluster/manifests/test-output.yaml b/tests/expected/multi-cluster/manifests/test-output.yaml index 6807705..f62e2cd 100644 --- a/tests/expected/multi-cluster/manifests/test-output.yaml +++ b/tests/expected/multi-cluster/manifests/test-output.yaml @@ -74,7 +74,7 @@ spec: tier: backend spec: containers: - - image: registry.k8s.io/redis:e2e + - image: redis name: master ports: - containerPort: 6379 @@ -130,7 +130,7 @@ spec: tier: backend spec: containers: - - image: gcr.io/google_samples/gb-redisslave:v2 + - image: redis name: slave ports: - containerPort: 6379 diff --git a/tests/expected/single-cluster/helm-multi-chart/bundle.yaml b/tests/expected/single-cluster/helm-multi-chart/bundle.yaml index 18d9dfe..6d98adb 100644 --- a/tests/expected/single-cluster/helm-multi-chart/bundle.yaml +++ b/tests/expected/single-cluster/helm-multi-chart/bundle.yaml @@ -119,7 +119,7 @@ spec: spec: containers: - name: master - image: registry.k8s.io/redis:e2e + image: redis resources: requests: cpu: 100m @@ -167,7 +167,7 @@ spec: spec: containers: - name: slave - image: gcr.io/google_samples/gb-redisslave:v2 + image: redis resources: requests: cpu: 100m diff --git a/tests/expected/single-cluster/helm/bundle.yaml b/tests/expected/single-cluster/helm/bundle.yaml index 302272e..efa97bc 100644 --- a/tests/expected/single-cluster/helm/bundle.yaml +++ b/tests/expected/single-cluster/helm/bundle.yaml @@ -138,7 +138,7 @@ spec: spec: containers: - name: master - image: registry.k8s.io/redis:e2e + image: redis resources: requests: cpu: 100m @@ -186,7 +186,7 @@ spec: spec: containers: - name: slave - image: gcr.io/google_samples/gb-redisslave:v2 + image: redis resources: requests: cpu: 100m diff --git a/tests/expected/single-cluster/helm/dev-output.yaml b/tests/expected/single-cluster/helm/dev-output.yaml index 560d92d..cb0ef54 100644 --- a/tests/expected/single-cluster/helm/dev-output.yaml +++ b/tests/expected/single-cluster/helm/dev-output.yaml @@ -117,7 +117,7 @@ spec: tier: backend spec: containers: - - image: registry.k8s.io/redis:e2e + - image: redis name: master ports: - containerPort: 6379 @@ -151,7 +151,7 @@ spec: tier: backend spec: containers: - - image: gcr.io/google_samples/gb-redisslave:v2 + - image: redis name: slave ports: - containerPort: 6379 diff --git a/tests/expected/single-cluster/helm/prod-output.yaml b/tests/expected/single-cluster/helm/prod-output.yaml index 560d92d..cb0ef54 100644 --- a/tests/expected/single-cluster/helm/prod-output.yaml +++ b/tests/expected/single-cluster/helm/prod-output.yaml @@ -117,7 +117,7 @@ spec: tier: backend spec: containers: - - image: registry.k8s.io/redis:e2e + - image: redis name: master ports: - containerPort: 6379 @@ -151,7 +151,7 @@ spec: tier: backend spec: containers: - - image: gcr.io/google_samples/gb-redisslave:v2 + - image: redis name: slave ports: - containerPort: 6379 diff --git a/tests/expected/single-cluster/helm/test-output.yaml b/tests/expected/single-cluster/helm/test-output.yaml index 560d92d..cb0ef54 100644 --- a/tests/expected/single-cluster/helm/test-output.yaml +++ b/tests/expected/single-cluster/helm/test-output.yaml @@ -117,7 +117,7 @@ spec: tier: backend spec: containers: - - image: registry.k8s.io/redis:e2e + - image: redis name: master ports: - containerPort: 6379 @@ -151,7 +151,7 @@ spec: tier: backend spec: containers: - - image: gcr.io/google_samples/gb-redisslave:v2 + - image: redis name: slave ports: - containerPort: 6379 diff --git a/tests/expected/single-cluster/kustomize/bundle.yaml b/tests/expected/single-cluster/kustomize/bundle.yaml index 8f4f4e9..f06eb52 100644 --- a/tests/expected/single-cluster/kustomize/bundle.yaml +++ b/tests/expected/single-cluster/kustomize/bundle.yaml @@ -102,7 +102,7 @@ spec: spec: containers: - name: master - image: registry.k8s.io/redis:e2e + image: redis resources: requests: cpu: 100m @@ -149,7 +149,7 @@ spec: spec: containers: - name: slave - image: gcr.io/google_samples/gb-redisslave:v2 + image: redis resources: requests: cpu: 100m diff --git a/tests/expected/single-cluster/kustomize/dev-output.yaml b/tests/expected/single-cluster/kustomize/dev-output.yaml index dd9138c..ee73602 100644 --- a/tests/expected/single-cluster/kustomize/dev-output.yaml +++ b/tests/expected/single-cluster/kustomize/dev-output.yaml @@ -74,7 +74,7 @@ spec: tier: backend spec: containers: - - image: registry.k8s.io/redis:e2e + - image: redis name: master ports: - containerPort: 6379 @@ -130,7 +130,7 @@ spec: tier: backend spec: containers: - - image: gcr.io/google_samples/gb-redisslave:v2 + - image: redis name: slave ports: - containerPort: 6379 diff --git a/tests/expected/single-cluster/kustomize/prod-output.yaml b/tests/expected/single-cluster/kustomize/prod-output.yaml index dd9138c..ee73602 100644 --- a/tests/expected/single-cluster/kustomize/prod-output.yaml +++ b/tests/expected/single-cluster/kustomize/prod-output.yaml @@ -74,7 +74,7 @@ spec: tier: backend spec: containers: - - image: registry.k8s.io/redis:e2e + - image: redis name: master ports: - containerPort: 6379 @@ -130,7 +130,7 @@ spec: tier: backend spec: containers: - - image: gcr.io/google_samples/gb-redisslave:v2 + - image: redis name: slave ports: - containerPort: 6379 diff --git a/tests/expected/single-cluster/kustomize/test-output.yaml b/tests/expected/single-cluster/kustomize/test-output.yaml index dd9138c..ee73602 100644 --- a/tests/expected/single-cluster/kustomize/test-output.yaml +++ b/tests/expected/single-cluster/kustomize/test-output.yaml @@ -74,7 +74,7 @@ spec: tier: backend spec: containers: - - image: registry.k8s.io/redis:e2e + - image: redis name: master ports: - containerPort: 6379 @@ -130,7 +130,7 @@ spec: tier: backend spec: containers: - - image: gcr.io/google_samples/gb-redisslave:v2 + - image: redis name: slave ports: - containerPort: 6379 diff --git a/tests/expected/single-cluster/manifests/bundle.yaml b/tests/expected/single-cluster/manifests/bundle.yaml index d5cc23c..01a9250 100644 --- a/tests/expected/single-cluster/manifests/bundle.yaml +++ b/tests/expected/single-cluster/manifests/bundle.yaml @@ -76,7 +76,7 @@ spec: spec: containers: - name: master - image: registry.k8s.io/redis:e2e + image: redis resources: requests: cpu: 100m @@ -105,7 +105,7 @@ spec: spec: containers: - name: slave - image: gcr.io/google_samples/gb-redisslave:v2 + image: redis resources: requests: cpu: 100m diff --git a/tests/expected/single-cluster/manifests/dev-output.yaml b/tests/expected/single-cluster/manifests/dev-output.yaml index 92420d3..e1fb9d7 100644 --- a/tests/expected/single-cluster/manifests/dev-output.yaml +++ b/tests/expected/single-cluster/manifests/dev-output.yaml @@ -54,7 +54,7 @@ spec: tier: backend spec: containers: - - image: registry.k8s.io/redis:e2e + - image: redis name: master ports: - containerPort: 6379 @@ -88,7 +88,7 @@ spec: tier: backend spec: containers: - - image: gcr.io/google_samples/gb-redisslave:v2 + - image: redis name: slave ports: - containerPort: 6379 diff --git a/tests/expected/single-cluster/manifests/prod-output.yaml b/tests/expected/single-cluster/manifests/prod-output.yaml index 92420d3..e1fb9d7 100644 --- a/tests/expected/single-cluster/manifests/prod-output.yaml +++ b/tests/expected/single-cluster/manifests/prod-output.yaml @@ -54,7 +54,7 @@ spec: tier: backend spec: containers: - - image: registry.k8s.io/redis:e2e + - image: redis name: master ports: - containerPort: 6379 @@ -88,7 +88,7 @@ spec: tier: backend spec: containers: - - image: gcr.io/google_samples/gb-redisslave:v2 + - image: redis name: slave ports: - containerPort: 6379 diff --git a/tests/expected/single-cluster/manifests/test-output.yaml b/tests/expected/single-cluster/manifests/test-output.yaml index 92420d3..e1fb9d7 100644 --- a/tests/expected/single-cluster/manifests/test-output.yaml +++ b/tests/expected/single-cluster/manifests/test-output.yaml @@ -54,7 +54,7 @@ spec: tier: backend spec: containers: - - image: registry.k8s.io/redis:e2e + - image: redis name: master ports: - containerPort: 6379 @@ -88,7 +88,7 @@ spec: tier: backend spec: containers: - - image: gcr.io/google_samples/gb-redisslave:v2 + - image: redis name: slave ports: - containerPort: 6379