From 4642d958bea86c2f0cc70f731b56165d1e32b44b Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Mon, 8 Dec 2025 00:38:00 +0200 Subject: [PATCH] Fix tag nintend --- manifests/my-recipes/values.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/manifests/my-recipes/values.yaml b/manifests/my-recipes/values.yaml index 8bbcb39..1e4a48f 100644 --- a/manifests/my-recipes/values.yaml +++ b/manifests/my-recipes/values.yaml @@ -38,7 +38,6 @@ backend: - secretName: api-my-recipes-tls hosts: - api-my-recipes.dvirlabs.com - tag: master-9d3779b # Frontend configuration frontend: name: frontend @@ -46,7 +45,7 @@ frontend: image: repository: harbor.dvirlabs.com/my-apps/my-recipes-frontend pullPolicy: Always - tag: "master-02541a6" + tag: develop-81acc68 service: type: ClusterIP port: 80 @@ -76,7 +75,6 @@ frontend: - secretName: my-recipes-tls hosts: - my-recipes.dvirlabs.com - tag: develop-81acc68 # PostgreSQL configuration postgres: name: db