From 9d41a955ebae9a126fc3c4c59b64df1377e49e14 Mon Sep 17 00:00:00 2001 From: dvirlabs <114520947+dvirlabs@users.noreply.github.com> Date: Sun, 7 Dec 2025 19:20:09 +0200 Subject: [PATCH] Fix backend tag --- manifests/my-recipes/values.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/manifests/my-recipes/values.yaml b/manifests/my-recipes/values.yaml index 6229858..bba6984 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: "master-02541a6" + tag: "master-994d7bb" service: type: ClusterIP port: 8000 @@ -38,7 +38,6 @@ backend: - secretName: api-my-recipes-tls hosts: - api-my-recipes.dvirlabs.com - tag: master-994d7bb # Frontend configuration frontend: name: frontend