From 088737f4a1febb0520c7ceb4693d19597c37f26a Mon Sep 17 00:00:00 2001 From: glu bot Date: Wed, 20 Nov 2024 17:47:27 +0000 Subject: [PATCH 1/3] Update staging --- env/staging/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/env/staging/deployment.yaml b/env/staging/deployment.yaml index a9df58f..caf4e10 100644 --- a/env/staging/deployment.yaml +++ b/env/staging/deployment.yaml @@ -22,8 +22,8 @@ spec: - name: APP_ENVIRONMENT value: staging - name: APP_IMAGE_DIGEST - value: sha256:e45af70591e3cb95e8d3b90f2b9807bc9f7a948c23094b38361f362d1dfb24ab - image: ghcr.io/get-glu/gitops-example/app@sha256:161a78fdcfb112cc5abc46150ca58313de36236dfe6e6ffbfb5d80268f1070fc + value: sha256:180dea3f897f4fcbb098f04b4664b67e6550e91c984e7aff8001c7eacd657855 + image: ghcr.io/get-glu/gitops-example/app@sha256:180dea3f897f4fcbb098f04b4664b67e6550e91c984e7aff8001c7eacd657855 name: container ports: - containerPort: 8080 From f8e8c9acd51f69e014bac0534a388f5b80e1a90c Mon Sep 17 00:00:00 2001 From: glu bot Date: Thu, 21 Nov 2024 11:17:13 +0000 Subject: [PATCH 2/3] Update staging --- env/staging/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/env/staging/deployment.yaml b/env/staging/deployment.yaml index caf4e10..0dc128b 100644 --- a/env/staging/deployment.yaml +++ b/env/staging/deployment.yaml @@ -22,8 +22,8 @@ spec: - name: APP_ENVIRONMENT value: staging - name: APP_IMAGE_DIGEST - value: sha256:180dea3f897f4fcbb098f04b4664b67e6550e91c984e7aff8001c7eacd657855 - image: ghcr.io/get-glu/gitops-example/app@sha256:180dea3f897f4fcbb098f04b4664b67e6550e91c984e7aff8001c7eacd657855 + value: sha256:d0ae5e10d27115a8bd245f989377c5eca2f74878b8a65bc4db21fd096551f802 + image: ghcr.io/get-glu/gitops-example/app@sha256:d0ae5e10d27115a8bd245f989377c5eca2f74878b8a65bc4db21fd096551f802 name: container ports: - containerPort: 8080 From ae4fc02a6c329927ccc6077f0f2ae764febe86cf Mon Sep 17 00:00:00 2001 From: glu bot Date: Thu, 21 Nov 2024 11:18:38 +0000 Subject: [PATCH 3/3] Update production --- env/production/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/env/production/deployment.yaml b/env/production/deployment.yaml index bf85f54..cd8347f 100644 --- a/env/production/deployment.yaml +++ b/env/production/deployment.yaml @@ -22,8 +22,8 @@ spec: - name: APP_ENVIRONMENT value: production - name: APP_IMAGE_DIGEST - value: sha256:e45af70591e3cb95e8d3b90f2b9807bc9f7a948c23094b38361f362d1dfb24ab - image: ghcr.io/get-glu/gitops-example/app:latest@sha256:e45af70591e3cb95e8d3b90f2b9807bc9f7a948c23094b38361f362d1dfb24ab + value: sha256:d0ae5e10d27115a8bd245f989377c5eca2f74878b8a65bc4db21fd096551f802 + image: ghcr.io/get-glu/gitops-example/app@sha256:d0ae5e10d27115a8bd245f989377c5eca2f74878b8a65bc4db21fd096551f802 name: container ports: - containerPort: 8080