From 2ec9fb4f904b3901a4be3579724572adb745a2df Mon Sep 17 00:00:00 2001 From: woodpecker-bot Date: Mon, 8 Dec 2025 12:47:47 +0000 Subject: [PATCH] frontend: update tag to develop-a5d87b8 --- manifests/my-recipes/values.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/manifests/my-recipes/values.yaml b/manifests/my-recipes/values.yaml index 4ef4ac7..175b9d9 100644 --- a/manifests/my-recipes/values.yaml +++ b/manifests/my-recipes/values.yaml @@ -45,7 +45,7 @@ frontend: image: repository: harbor.dvirlabs.com/my-apps/my-recipes-frontend pullPolicy: Always - tag: develop-22639a4 + tag: develop-a5d87b8 service: type: ClusterIP port: 80 @@ -75,16 +75,14 @@ frontend: - secretName: my-recipes-tls hosts: - my-recipes.dvirlabs.com - # Admin user configuration admin: username: "admin" email: "admin@myrecipes.local" - password: "admin123" # Change this password! + password: "admin123" # Change this password! firstName: "Admin" lastName: "User" displayName: "מנהל" - # PostgreSQL configuration postgres: name: db