diff --git a/multi-cluster/helm/templates/redis-master-deployment.yaml b/multi-cluster/helm/templates/redis-master-deployment.yaml index d675715..fd9b2f5 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: redis + image: k8s.gcr.io/redis:e2e 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 aed1759..0bb6020 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:v1 + image: gcr.io/google_samples/gb-redisslave:v2 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 d675715..fd9b2f5 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: redis + image: k8s.gcr.io/redis:e2e 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 dfdcd00..3005360 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:v1 + image: gcr.io/google_samples/gb-redisslave:v2 resources: requests: cpu: 100m diff --git a/multi-cluster/manifests/redis-master-deployment.yaml b/multi-cluster/manifests/redis-master-deployment.yaml index d675715..fd9b2f5 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: redis + image: k8s.gcr.io/redis:e2e resources: requests: cpu: 100m diff --git a/multi-cluster/manifests/redis-slave-deployment.yaml b/multi-cluster/manifests/redis-slave-deployment.yaml index dfdcd00..3005360 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:v1 + image: gcr.io/google_samples/gb-redisslave:v2 resources: requests: cpu: 100m diff --git a/simple/redis-master-deployment.yaml b/simple/redis-master-deployment.yaml index d675715..fd9b2f5 100644 --- a/simple/redis-master-deployment.yaml +++ b/simple/redis-master-deployment.yaml @@ -18,7 +18,7 @@ spec: spec: containers: - name: master - image: redis + image: k8s.gcr.io/redis:e2e resources: requests: cpu: 100m diff --git a/simple/redis-slave-deployment.yaml b/simple/redis-slave-deployment.yaml index dfdcd00..3005360 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:v1 + image: gcr.io/google_samples/gb-redisslave:v2 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 d675715..fd9b2f5 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: redis + image: k8s.gcr.io/redis:e2e 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 aed1759..0bb6020 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:v1 + image: gcr.io/google_samples/gb-redisslave:v2 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 d675715..fd9b2f5 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: redis + image: k8s.gcr.io/redis:e2e 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 aed1759..0bb6020 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:v1 + image: gcr.io/google_samples/gb-redisslave:v2 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 d675715..fd9b2f5 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: redis + image: k8s.gcr.io/redis:e2e 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 dfdcd00..3005360 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:v1 + image: gcr.io/google_samples/gb-redisslave:v2 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 d675715..fd9b2f5 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: redis + image: k8s.gcr.io/redis:e2e 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 dfdcd00..3005360 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:v1 + image: gcr.io/google_samples/gb-redisslave:v2 resources: requests: cpu: 100m diff --git a/tests/expected/multi-cluster/helm/bundle.yaml b/tests/expected/multi-cluster/helm/bundle.yaml index be839a5..01fdee9 100644 --- a/tests/expected/multi-cluster/helm/bundle.yaml +++ b/tests/expected/multi-cluster/helm/bundle.yaml @@ -147,7 +147,7 @@ spec: spec: containers: - name: master - image: redis + image: k8s.gcr.io/redis:e2e resources: requests: cpu: 100m @@ -195,7 +195,7 @@ spec: spec: containers: - name: slave - image: gcr.io/google_samples/gb-redisslave:v1 + image: gcr.io/google_samples/gb-redisslave:v2 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 d20c2ed..b446597 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: redis + - image: k8s.gcr.io/redis:e2e 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 c3ddc08..b13db55 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: redis + - image: k8s.gcr.io/redis:e2e name: master ports: - containerPort: 6379 @@ -151,7 +151,7 @@ spec: tier: backend spec: containers: - - image: gcr.io/google_samples/gb-redisslave:v1 + - image: gcr.io/google_samples/gb-redisslave:v2 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 ce25037..6c2bd08 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: redis + - image: k8s.gcr.io/redis:e2e name: master ports: - containerPort: 6379 @@ -151,7 +151,7 @@ spec: tier: backend spec: containers: - - image: gcr.io/google_samples/gb-redisslave:v1 + - image: gcr.io/google_samples/gb-redisslave:v2 name: slave ports: - containerPort: 6379 diff --git a/tests/expected/multi-cluster/kustomize/bundle.yaml b/tests/expected/multi-cluster/kustomize/bundle.yaml index 6f23d36..3ba1e0b 100644 --- a/tests/expected/multi-cluster/kustomize/bundle.yaml +++ b/tests/expected/multi-cluster/kustomize/bundle.yaml @@ -120,7 +120,7 @@ spec: spec: containers: - name: master - image: redis + image: k8s.gcr.io/redis:e2e resources: requests: cpu: 100m @@ -167,7 +167,7 @@ spec: spec: containers: - name: slave - image: gcr.io/google_samples/gb-redisslave:v1 + image: gcr.io/google_samples/gb-redisslave:v2 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 f1f0a0e..041130c 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: redis + - image: k8s.gcr.io/redis:e2e name: master ports: - containerPort: 6379 @@ -130,7 +130,7 @@ spec: tier: backend spec: containers: - - image: gcr.io/google_samples/gb-redisslave:v1 + - image: gcr.io/google_samples/gb-redisslave:v2 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 00898e5..193a7f8 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: redis + - image: k8s.gcr.io/redis:e2e name: master ports: - containerPort: 6379 @@ -130,7 +130,7 @@ spec: tier: backend spec: containers: - - image: gcr.io/google_samples/gb-redisslave:v1 + - image: gcr.io/google_samples/gb-redisslave:v2 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 a4370c6..94f7db9 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: redis + - image: k8s.gcr.io/redis:e2e name: master ports: - containerPort: 6379 @@ -130,7 +130,7 @@ spec: tier: backend spec: containers: - - image: gcr.io/google_samples/gb-redisslave:v1 + - image: gcr.io/google_samples/gb-redisslave:v2 name: slave ports: - containerPort: 6379 diff --git a/tests/expected/multi-cluster/manifests/bundle.yaml b/tests/expected/multi-cluster/manifests/bundle.yaml index 4b1aedc..3b36bd8 100644 --- a/tests/expected/multi-cluster/manifests/bundle.yaml +++ b/tests/expected/multi-cluster/manifests/bundle.yaml @@ -156,7 +156,7 @@ spec: spec: containers: - name: master - image: redis + image: k8s.gcr.io/redis:e2e resources: requests: cpu: 100m @@ -203,7 +203,7 @@ spec: spec: containers: - name: slave - image: gcr.io/google_samples/gb-redisslave:v1 + image: gcr.io/google_samples/gb-redisslave:v2 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 1fd1558..0b06c59 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: redis + - image: k8s.gcr.io/redis:e2e 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 dc7ebe6..099f671 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: redis + - image: k8s.gcr.io/redis:e2e name: master ports: - containerPort: 6379 @@ -130,7 +130,7 @@ spec: tier: backend spec: containers: - - image: gcr.io/google_samples/gb-redisslave:v1 + - image: gcr.io/google_samples/gb-redisslave:v2 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 5f58ed8..72ac014 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: redis + - image: k8s.gcr.io/redis:e2e name: master ports: - containerPort: 6379 @@ -130,7 +130,7 @@ spec: tier: backend spec: containers: - - image: gcr.io/google_samples/gb-redisslave:v1 + - image: gcr.io/google_samples/gb-redisslave:v2 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 b41e8d8..11c91d1 100644 --- a/tests/expected/single-cluster/helm-multi-chart/bundle.yaml +++ b/tests/expected/single-cluster/helm-multi-chart/bundle.yaml @@ -120,7 +120,7 @@ spec: spec: containers: - name: master - image: redis + image: k8s.gcr.io/redis:e2e resources: requests: cpu: 100m @@ -168,7 +168,7 @@ spec: spec: containers: - name: slave - image: gcr.io/google_samples/gb-redisslave:v1 + image: gcr.io/google_samples/gb-redisslave:v2 resources: requests: cpu: 100m @@ -380,7 +380,7 @@ spec: spec: containers: - name: master - image: redis + image: k8s.gcr.io/redis:e2e resources: requests: cpu: 100m @@ -428,7 +428,7 @@ spec: spec: containers: - name: slave - image: gcr.io/google_samples/gb-redisslave:v1 + image: gcr.io/google_samples/gb-redisslave:v2 resources: requests: cpu: 100m diff --git a/tests/expected/single-cluster/helm/bundle.yaml b/tests/expected/single-cluster/helm/bundle.yaml index c81fbcc..af40d33 100644 --- a/tests/expected/single-cluster/helm/bundle.yaml +++ b/tests/expected/single-cluster/helm/bundle.yaml @@ -136,7 +136,7 @@ spec: spec: containers: - name: master - image: redis + image: k8s.gcr.io/redis:e2e resources: requests: cpu: 100m @@ -184,7 +184,7 @@ spec: spec: containers: - name: slave - image: gcr.io/google_samples/gb-redisslave:v1 + image: gcr.io/google_samples/gb-redisslave:v2 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 38366ae..0365da8 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: redis + - image: k8s.gcr.io/redis:e2e name: master ports: - containerPort: 6379 @@ -151,7 +151,7 @@ spec: tier: backend spec: containers: - - image: gcr.io/google_samples/gb-redisslave:v1 + - image: gcr.io/google_samples/gb-redisslave:v2 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 38366ae..0365da8 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: redis + - image: k8s.gcr.io/redis:e2e name: master ports: - containerPort: 6379 @@ -151,7 +151,7 @@ spec: tier: backend spec: containers: - - image: gcr.io/google_samples/gb-redisslave:v1 + - image: gcr.io/google_samples/gb-redisslave:v2 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 38366ae..0365da8 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: redis + - image: k8s.gcr.io/redis:e2e name: master ports: - containerPort: 6379 @@ -151,7 +151,7 @@ spec: tier: backend spec: containers: - - image: gcr.io/google_samples/gb-redisslave:v1 + - image: gcr.io/google_samples/gb-redisslave:v2 name: slave ports: - containerPort: 6379 diff --git a/tests/expected/single-cluster/kustomize/bundle.yaml b/tests/expected/single-cluster/kustomize/bundle.yaml index 5f44f27..1356de0 100644 --- a/tests/expected/single-cluster/kustomize/bundle.yaml +++ b/tests/expected/single-cluster/kustomize/bundle.yaml @@ -100,7 +100,7 @@ spec: spec: containers: - name: master - image: redis + image: k8s.gcr.io/redis:e2e resources: requests: cpu: 100m @@ -147,7 +147,7 @@ spec: spec: containers: - name: slave - image: gcr.io/google_samples/gb-redisslave:v1 + image: gcr.io/google_samples/gb-redisslave:v2 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 ab23513..c417fd8 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: redis + - image: k8s.gcr.io/redis:e2e name: master ports: - containerPort: 6379 @@ -130,7 +130,7 @@ spec: tier: backend spec: containers: - - image: gcr.io/google_samples/gb-redisslave:v1 + - image: gcr.io/google_samples/gb-redisslave:v2 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 ab23513..c417fd8 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: redis + - image: k8s.gcr.io/redis:e2e name: master ports: - containerPort: 6379 @@ -130,7 +130,7 @@ spec: tier: backend spec: containers: - - image: gcr.io/google_samples/gb-redisslave:v1 + - image: gcr.io/google_samples/gb-redisslave:v2 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 ab23513..c417fd8 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: redis + - image: k8s.gcr.io/redis:e2e name: master ports: - containerPort: 6379 @@ -130,7 +130,7 @@ spec: tier: backend spec: containers: - - image: gcr.io/google_samples/gb-redisslave:v1 + - image: gcr.io/google_samples/gb-redisslave:v2 name: slave ports: - containerPort: 6379 diff --git a/tests/expected/single-cluster/manifests/bundle.yaml b/tests/expected/single-cluster/manifests/bundle.yaml index e88838c..b356066 100644 --- a/tests/expected/single-cluster/manifests/bundle.yaml +++ b/tests/expected/single-cluster/manifests/bundle.yaml @@ -74,7 +74,7 @@ spec: spec: containers: - name: master - image: redis + image: k8s.gcr.io/redis:e2e resources: requests: cpu: 100m @@ -103,7 +103,7 @@ spec: spec: containers: - name: slave - image: gcr.io/google_samples/gb-redisslave:v1 + image: gcr.io/google_samples/gb-redisslave:v2 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 49b8d71..5570fdf 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: redis + - image: k8s.gcr.io/redis:e2e name: master ports: - containerPort: 6379 @@ -88,7 +88,7 @@ spec: tier: backend spec: containers: - - image: gcr.io/google_samples/gb-redisslave:v1 + - image: gcr.io/google_samples/gb-redisslave:v2 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 49b8d71..5570fdf 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: redis + - image: k8s.gcr.io/redis:e2e name: master ports: - containerPort: 6379 @@ -88,7 +88,7 @@ spec: tier: backend spec: containers: - - image: gcr.io/google_samples/gb-redisslave:v1 + - image: gcr.io/google_samples/gb-redisslave:v2 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 49b8d71..5570fdf 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: redis + - image: k8s.gcr.io/redis:e2e name: master ports: - containerPort: 6379 @@ -88,7 +88,7 @@ spec: tier: backend spec: containers: - - image: gcr.io/google_samples/gb-redisslave:v1 + - image: gcr.io/google_samples/gb-redisslave:v2 name: slave ports: - containerPort: 6379