From 04e2d2f702995c7f68ff37c35482a1bd8597c405 Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Thu, 11 Dec 2025 21:41:54 +0200 Subject: [PATCH] Update my-recipes tag --- manifests/my-recipes/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/my-recipes/values.yaml b/manifests/my-recipes/values.yaml index 47e74bd..b7026fb 100644 --- a/manifests/my-recipes/values.yaml +++ b/manifests/my-recipes/values.yaml @@ -8,7 +8,7 @@ backend: image: repository: harbor.dvirlabs.com/my-apps/my-recipes-backend pullPolicy: Always - tag: "develop-0f3aa43" + tag: develop-6d5b8f2 service: type: ClusterIP port: 8000 @@ -45,7 +45,7 @@ frontend: image: repository: harbor.dvirlabs.com/my-apps/my-recipes-frontend pullPolicy: Always - tag: develop-0f3aa43 + tag: develop-6d5b8f2 service: type: ClusterIP port: 80