From 4636df7cef495968fdfa9b3bb021623c2c4f5d99 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Wed, 17 Jul 2024 07:46:19 +0000 Subject: [PATCH] Update stage image to commit 144b457 --- k8s/values/stage.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s/values/stage.yaml b/k8s/values/stage.yaml index ad790e6..a1aed2a 100644 --- a/k8s/values/stage.yaml +++ b/k8s/values/stage.yaml @@ -5,7 +5,7 @@ deployment: image: repository: ghcr.io/green-ecolution/project-website-stage pullPolicy: Always - tag: 92fdc8d + tag: 144b457 ingress: enabled: true className: "traefik"