From 1096d478c3ae3b0ad385b1269f651c4b096997b0 Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Fri, 5 Dec 2025 12:01:35 +0200 Subject: [PATCH] Update my-recipes front image --- 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 6f247dd..bf1efc9 100644 --- a/manifests/my-recipes/values.yaml +++ b/manifests/my-recipes/values.yaml @@ -29,9 +29,9 @@ frontend: name: frontend replicaCount: 1 image: - repository: registry.dvirlabs.com/my-apps/my-recipes-frontend + repository: harbor.dvirlabs.com/my-apps/my-recipes-frontend pullPolicy: IfNotPresent - tag: "latest" + tag: "master-56d00c2" service: type: ClusterIP port: 3000