From 1e5fd644d2a4ab25a7cb1608cdac7c96c7c0a424 Mon Sep 17 00:00:00 2001 From: Mario Manno Date: Tue, 23 Aug 2022 17:30:16 +0200 Subject: [PATCH] Bump guestbook example in single-cluster/manifests --- single-cluster/manifests/deployments/frontend-deployment.yaml | 2 +- tests/expected/single-cluster/manifests/bundle.yaml | 2 +- tests/expected/single-cluster/manifests/dev-output.yaml | 2 +- tests/expected/single-cluster/manifests/prod-output.yaml | 2 +- tests/expected/single-cluster/manifests/test-output.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/single-cluster/manifests/deployments/frontend-deployment.yaml b/single-cluster/manifests/deployments/frontend-deployment.yaml index a56d48e..1a981e3 100644 --- a/single-cluster/manifests/deployments/frontend-deployment.yaml +++ b/single-cluster/manifests/deployments/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/single-cluster/manifests/bundle.yaml b/tests/expected/single-cluster/manifests/bundle.yaml index b356066..98d54a4 100644 --- a/tests/expected/single-cluster/manifests/bundle.yaml +++ b/tests/expected/single-cluster/manifests/bundle.yaml @@ -45,7 +45,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/manifests/dev-output.yaml b/tests/expected/single-cluster/manifests/dev-output.yaml index 5570fdf..76313af 100644 --- a/tests/expected/single-cluster/manifests/dev-output.yaml +++ b/tests/expected/single-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/single-cluster/manifests/prod-output.yaml b/tests/expected/single-cluster/manifests/prod-output.yaml index 5570fdf..76313af 100644 --- a/tests/expected/single-cluster/manifests/prod-output.yaml +++ b/tests/expected/single-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/single-cluster/manifests/test-output.yaml b/tests/expected/single-cluster/manifests/test-output.yaml index 5570fdf..76313af 100644 --- a/tests/expected/single-cluster/manifests/test-output.yaml +++ b/tests/expected/single-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