From d18a4031cb8a038dfbd60113da7062521e4ad0da Mon Sep 17 00:00:00 2001 From: Mario Manno Date: Tue, 23 Aug 2022 17:35:47 +0200 Subject: [PATCH] Bump more guestbook examples The remaining examples rely on the released helm chart, which hasn't been updated yet. --- multi-cluster/helm/templates/frontend-deployment.yaml | 2 +- multi-cluster/kustomize/base/frontend-deployment.yaml | 2 +- multi-cluster/manifests/frontend-deployment.yaml | 2 +- .../guestbook/templates/frontend-deployment.yaml | 2 +- single-cluster/helm/templates/frontend-deployment.yaml | 2 +- single-cluster/kustomize/base/frontend-deployment.yaml | 2 +- tests/expected/multi-cluster/helm/bundle.yaml | 2 +- tests/expected/multi-cluster/helm/dev-output.yaml | 2 +- tests/expected/multi-cluster/helm/prod-output.yaml | 2 +- tests/expected/multi-cluster/helm/test-output.yaml | 2 +- tests/expected/multi-cluster/kustomize/bundle.yaml | 2 +- tests/expected/multi-cluster/kustomize/dev-output.yaml | 2 +- tests/expected/multi-cluster/kustomize/prod-output.yaml | 2 +- tests/expected/multi-cluster/kustomize/test-output.yaml | 2 +- tests/expected/multi-cluster/manifests/bundle.yaml | 2 +- tests/expected/multi-cluster/manifests/dev-output.yaml | 2 +- tests/expected/multi-cluster/manifests/prod-output.yaml | 2 +- tests/expected/multi-cluster/manifests/test-output.yaml | 2 +- tests/expected/single-cluster/helm-multi-chart/bundle.yaml | 4 ++-- tests/expected/single-cluster/helm/bundle.yaml | 2 +- tests/expected/single-cluster/helm/dev-output.yaml | 2 +- tests/expected/single-cluster/helm/prod-output.yaml | 2 +- tests/expected/single-cluster/helm/test-output.yaml | 2 +- tests/expected/single-cluster/kustomize/bundle.yaml | 2 +- tests/expected/single-cluster/kustomize/dev-output.yaml | 2 +- tests/expected/single-cluster/kustomize/prod-output.yaml | 2 +- tests/expected/single-cluster/kustomize/test-output.yaml | 2 +- 27 files changed, 28 insertions(+), 28 deletions(-) diff --git a/multi-cluster/helm/templates/frontend-deployment.yaml b/multi-cluster/helm/templates/frontend-deployment.yaml index 5ed1992..6ef1ed3 100644 --- a/multi-cluster/helm/templates/frontend-deployment.yaml +++ b/multi-cluster/helm/templates/frontend-deployment.yaml @@ -16,7 +16,7 @@ spec: spec: containers: - name: php-redis - image: gcr.io/google-samples/gb-frontend:v4 + image: gcr.io/google-samples/gb-frontend:v5 resources: requests: cpu: 100m diff --git a/multi-cluster/kustomize/base/frontend-deployment.yaml b/multi-cluster/kustomize/base/frontend-deployment.yaml index a56d48e..1a981e3 100644 --- a/multi-cluster/kustomize/base/frontend-deployment.yaml +++ b/multi-cluster/kustomize/base/frontend-deployment.yaml @@ -16,7 +16,7 @@ spec: spec: containers: - name: php-redis - image: gcr.io/google-samples/gb-frontend:v4 + image: gcr.io/google-samples/gb-frontend:v5 resources: requests: cpu: 100m diff --git a/multi-cluster/manifests/frontend-deployment.yaml b/multi-cluster/manifests/frontend-deployment.yaml index a56d48e..1a981e3 100644 --- a/multi-cluster/manifests/frontend-deployment.yaml +++ b/multi-cluster/manifests/frontend-deployment.yaml @@ -16,7 +16,7 @@ spec: spec: containers: - name: php-redis - image: gcr.io/google-samples/gb-frontend:v4 + image: gcr.io/google-samples/gb-frontend:v5 resources: requests: cpu: 100m diff --git a/single-cluster/helm-multi-chart/guestbook/templates/frontend-deployment.yaml b/single-cluster/helm-multi-chart/guestbook/templates/frontend-deployment.yaml index 5ed1992..6ef1ed3 100644 --- a/single-cluster/helm-multi-chart/guestbook/templates/frontend-deployment.yaml +++ b/single-cluster/helm-multi-chart/guestbook/templates/frontend-deployment.yaml @@ -16,7 +16,7 @@ spec: spec: containers: - name: php-redis - image: gcr.io/google-samples/gb-frontend:v4 + image: gcr.io/google-samples/gb-frontend:v5 resources: requests: cpu: 100m diff --git a/single-cluster/helm/templates/frontend-deployment.yaml b/single-cluster/helm/templates/frontend-deployment.yaml index 5ed1992..6ef1ed3 100644 --- a/single-cluster/helm/templates/frontend-deployment.yaml +++ b/single-cluster/helm/templates/frontend-deployment.yaml @@ -16,7 +16,7 @@ spec: spec: containers: - name: php-redis - image: gcr.io/google-samples/gb-frontend:v4 + image: gcr.io/google-samples/gb-frontend:v5 resources: requests: cpu: 100m diff --git a/single-cluster/kustomize/base/frontend-deployment.yaml b/single-cluster/kustomize/base/frontend-deployment.yaml index a56d48e..1a981e3 100644 --- a/single-cluster/kustomize/base/frontend-deployment.yaml +++ b/single-cluster/kustomize/base/frontend-deployment.yaml @@ -16,7 +16,7 @@ spec: spec: containers: - name: php-redis - image: gcr.io/google-samples/gb-frontend:v4 + image: gcr.io/google-samples/gb-frontend:v5 resources: requests: cpu: 100m diff --git a/tests/expected/multi-cluster/helm/bundle.yaml b/tests/expected/multi-cluster/helm/bundle.yaml index 01fdee9..1a28aa1 100644 --- a/tests/expected/multi-cluster/helm/bundle.yaml +++ b/tests/expected/multi-cluster/helm/bundle.yaml @@ -102,7 +102,7 @@ spec: spec: containers: - name: php-redis - image: gcr.io/google-samples/gb-frontend:v4 + image: gcr.io/google-samples/gb-frontend:v5 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 b446597..6aa8bf8 100644 --- a/tests/expected/multi-cluster/helm/dev-output.yaml +++ b/tests/expected/multi-cluster/helm/dev-output.yaml @@ -83,7 +83,7 @@ spec: tier: frontend spec: containers: - - image: gcr.io/google-samples/gb-frontend:v4 + - image: gcr.io/google-samples/gb-frontend:v5 name: php-redis ports: - containerPort: 80 diff --git a/tests/expected/multi-cluster/helm/prod-output.yaml b/tests/expected/multi-cluster/helm/prod-output.yaml index b13db55..38396c4 100644 --- a/tests/expected/multi-cluster/helm/prod-output.yaml +++ b/tests/expected/multi-cluster/helm/prod-output.yaml @@ -83,7 +83,7 @@ spec: tier: frontend spec: containers: - - image: gcr.io/google-samples/gb-frontend:v4 + - image: gcr.io/google-samples/gb-frontend:v5 name: php-redis ports: - containerPort: 80 diff --git a/tests/expected/multi-cluster/helm/test-output.yaml b/tests/expected/multi-cluster/helm/test-output.yaml index 6c2bd08..a5ce671 100644 --- a/tests/expected/multi-cluster/helm/test-output.yaml +++ b/tests/expected/multi-cluster/helm/test-output.yaml @@ -83,7 +83,7 @@ spec: tier: frontend spec: containers: - - image: gcr.io/google-samples/gb-frontend:v4 + - image: gcr.io/google-samples/gb-frontend:v5 name: php-redis ports: - containerPort: 80 diff --git a/tests/expected/multi-cluster/kustomize/bundle.yaml b/tests/expected/multi-cluster/kustomize/bundle.yaml index 3ba1e0b..15c7cbf 100644 --- a/tests/expected/multi-cluster/kustomize/bundle.yaml +++ b/tests/expected/multi-cluster/kustomize/bundle.yaml @@ -66,7 +66,7 @@ spec: spec: containers: - name: php-redis - image: gcr.io/google-samples/gb-frontend:v4 + image: gcr.io/google-samples/gb-frontend:v5 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 041130c..7d710b3 100644 --- a/tests/expected/multi-cluster/kustomize/dev-output.yaml +++ b/tests/expected/multi-cluster/kustomize/dev-output.yaml @@ -20,7 +20,7 @@ spec: tier: frontend spec: containers: - - image: gcr.io/google-samples/gb-frontend:v4 + - image: gcr.io/google-samples/gb-frontend:v5 name: php-redis ports: - containerPort: 80 diff --git a/tests/expected/multi-cluster/kustomize/prod-output.yaml b/tests/expected/multi-cluster/kustomize/prod-output.yaml index 193a7f8..c900da9 100644 --- a/tests/expected/multi-cluster/kustomize/prod-output.yaml +++ b/tests/expected/multi-cluster/kustomize/prod-output.yaml @@ -20,7 +20,7 @@ spec: tier: frontend spec: containers: - - image: gcr.io/google-samples/gb-frontend:v4 + - image: gcr.io/google-samples/gb-frontend:v5 name: php-redis ports: - containerPort: 80 diff --git a/tests/expected/multi-cluster/kustomize/test-output.yaml b/tests/expected/multi-cluster/kustomize/test-output.yaml index 94f7db9..803fdb8 100644 --- a/tests/expected/multi-cluster/kustomize/test-output.yaml +++ b/tests/expected/multi-cluster/kustomize/test-output.yaml @@ -20,7 +20,7 @@ spec: tier: frontend spec: containers: - - image: gcr.io/google-samples/gb-frontend:v4 + - image: gcr.io/google-samples/gb-frontend:v5 name: php-redis ports: - containerPort: 80 diff --git a/tests/expected/multi-cluster/manifests/bundle.yaml b/tests/expected/multi-cluster/manifests/bundle.yaml index 3b36bd8..54e9650 100644 --- a/tests/expected/multi-cluster/manifests/bundle.yaml +++ b/tests/expected/multi-cluster/manifests/bundle.yaml @@ -97,7 +97,7 @@ spec: spec: containers: - name: php-redis - image: gcr.io/google-samples/gb-frontend:v4 + image: gcr.io/google-samples/gb-frontend:v5 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 0b06c59..f4519c1 100644 --- a/tests/expected/multi-cluster/manifests/dev-output.yaml +++ b/tests/expected/multi-cluster/manifests/dev-output.yaml @@ -20,7 +20,7 @@ spec: tier: frontend spec: containers: - - image: gcr.io/google-samples/gb-frontend:v4 + - image: gcr.io/google-samples/gb-frontend:v5 name: php-redis ports: - containerPort: 80 diff --git a/tests/expected/multi-cluster/manifests/prod-output.yaml b/tests/expected/multi-cluster/manifests/prod-output.yaml index 099f671..df4489d 100644 --- a/tests/expected/multi-cluster/manifests/prod-output.yaml +++ b/tests/expected/multi-cluster/manifests/prod-output.yaml @@ -20,7 +20,7 @@ spec: tier: frontend spec: containers: - - image: gcr.io/google-samples/gb-frontend:v4 + - image: gcr.io/google-samples/gb-frontend:v5 name: php-redis ports: - containerPort: 80 diff --git a/tests/expected/multi-cluster/manifests/test-output.yaml b/tests/expected/multi-cluster/manifests/test-output.yaml index 72ac014..87228ac 100644 --- a/tests/expected/multi-cluster/manifests/test-output.yaml +++ b/tests/expected/multi-cluster/manifests/test-output.yaml @@ -20,7 +20,7 @@ spec: tier: frontend spec: containers: - - image: gcr.io/google-samples/gb-frontend:v4 + - image: gcr.io/google-samples/gb-frontend:v5 name: php-redis ports: - containerPort: 80 diff --git a/tests/expected/single-cluster/helm-multi-chart/bundle.yaml b/tests/expected/single-cluster/helm-multi-chart/bundle.yaml index daf50ce..6e97a49 100644 --- a/tests/expected/single-cluster/helm-multi-chart/bundle.yaml +++ b/tests/expected/single-cluster/helm-multi-chart/bundle.yaml @@ -75,7 +75,7 @@ spec: spec: containers: - name: php-redis - image: gcr.io/google-samples/gb-frontend:v4 + image: gcr.io/google-samples/gb-frontend:v5 resources: requests: cpu: 100m @@ -308,7 +308,7 @@ spec: spec: containers: - name: php-redis - image: gcr.io/google-samples/gb-frontend:v4 + image: gcr.io/google-samples/gb-frontend:v5 resources: requests: cpu: 100m diff --git a/tests/expected/single-cluster/helm/bundle.yaml b/tests/expected/single-cluster/helm/bundle.yaml index af40d33..017bdd7 100644 --- a/tests/expected/single-cluster/helm/bundle.yaml +++ b/tests/expected/single-cluster/helm/bundle.yaml @@ -91,7 +91,7 @@ spec: spec: containers: - name: php-redis - image: gcr.io/google-samples/gb-frontend:v4 + image: gcr.io/google-samples/gb-frontend:v5 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 0365da8..51bfd4d 100644 --- a/tests/expected/single-cluster/helm/dev-output.yaml +++ b/tests/expected/single-cluster/helm/dev-output.yaml @@ -83,7 +83,7 @@ spec: tier: frontend spec: containers: - - image: gcr.io/google-samples/gb-frontend:v4 + - image: gcr.io/google-samples/gb-frontend:v5 name: php-redis ports: - containerPort: 80 diff --git a/tests/expected/single-cluster/helm/prod-output.yaml b/tests/expected/single-cluster/helm/prod-output.yaml index 0365da8..51bfd4d 100644 --- a/tests/expected/single-cluster/helm/prod-output.yaml +++ b/tests/expected/single-cluster/helm/prod-output.yaml @@ -83,7 +83,7 @@ spec: tier: frontend spec: containers: - - image: gcr.io/google-samples/gb-frontend:v4 + - image: gcr.io/google-samples/gb-frontend:v5 name: php-redis ports: - containerPort: 80 diff --git a/tests/expected/single-cluster/helm/test-output.yaml b/tests/expected/single-cluster/helm/test-output.yaml index 0365da8..51bfd4d 100644 --- a/tests/expected/single-cluster/helm/test-output.yaml +++ b/tests/expected/single-cluster/helm/test-output.yaml @@ -83,7 +83,7 @@ spec: tier: frontend spec: containers: - - image: gcr.io/google-samples/gb-frontend:v4 + - image: gcr.io/google-samples/gb-frontend:v5 name: php-redis ports: - containerPort: 80 diff --git a/tests/expected/single-cluster/kustomize/bundle.yaml b/tests/expected/single-cluster/kustomize/bundle.yaml index 1356de0..616a928 100644 --- a/tests/expected/single-cluster/kustomize/bundle.yaml +++ b/tests/expected/single-cluster/kustomize/bundle.yaml @@ -46,7 +46,7 @@ spec: spec: containers: - name: php-redis - image: gcr.io/google-samples/gb-frontend:v4 + image: gcr.io/google-samples/gb-frontend:v5 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 c417fd8..52bd819 100644 --- a/tests/expected/single-cluster/kustomize/dev-output.yaml +++ b/tests/expected/single-cluster/kustomize/dev-output.yaml @@ -20,7 +20,7 @@ spec: tier: frontend spec: containers: - - image: gcr.io/google-samples/gb-frontend:v4 + - image: gcr.io/google-samples/gb-frontend:v5 name: php-redis ports: - containerPort: 80 diff --git a/tests/expected/single-cluster/kustomize/prod-output.yaml b/tests/expected/single-cluster/kustomize/prod-output.yaml index c417fd8..52bd819 100644 --- a/tests/expected/single-cluster/kustomize/prod-output.yaml +++ b/tests/expected/single-cluster/kustomize/prod-output.yaml @@ -20,7 +20,7 @@ spec: tier: frontend spec: containers: - - image: gcr.io/google-samples/gb-frontend:v4 + - image: gcr.io/google-samples/gb-frontend:v5 name: php-redis ports: - containerPort: 80 diff --git a/tests/expected/single-cluster/kustomize/test-output.yaml b/tests/expected/single-cluster/kustomize/test-output.yaml index c417fd8..52bd819 100644 --- a/tests/expected/single-cluster/kustomize/test-output.yaml +++ b/tests/expected/single-cluster/kustomize/test-output.yaml @@ -20,7 +20,7 @@ spec: tier: frontend spec: containers: - - image: gcr.io/google-samples/gb-frontend:v4 + - image: gcr.io/google-samples/gb-frontend:v5 name: php-redis ports: - containerPort: 80