From 0762904ed8545b25191019e1101653fdd88e2061 Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Fri, 5 Dec 2025 16:29:24 +0200 Subject: [PATCH] Update my-recipes images --- charts/my-recipes-chart/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/my-recipes-chart/values.yaml b/charts/my-recipes-chart/values.yaml index 76ad8f8..29d43ad 100644 --- a/charts/my-recipes-chart/values.yaml +++ b/charts/my-recipes-chart/values.yaml @@ -9,7 +9,7 @@ backend: image: repository: harbor.dvirlabs.com/my-apps/my-recipes-backend pullPolicy: IfNotPresent - tag: "latest" + tag: "master-895786b" service: type: ClusterIP @@ -34,7 +34,7 @@ frontend: image: repository: harbor.dvirlabs.com/my-apps/my-recipes-frontend pullPolicy: IfNotPresent - tag: "latest" + tag: "master-895786b" service: type: ClusterIP