From 811cb92d3eeba58ff53ea23af2f08a622fb7f02a Mon Sep 17 00:00:00 2001 From: woodpecker-bot Date: Tue, 16 Dec 2025 19:41:47 +0000 Subject: [PATCH] frontend: update tag to develop-2fcbcaa --- manifests/my-recipes/values.yaml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/manifests/my-recipes/values.yaml b/manifests/my-recipes/values.yaml index 14d73b2..a0615fb 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-1da5dc0 + tag: develop-2fcbcaa service: type: ClusterIP port: 80 @@ -76,7 +76,6 @@ frontend: hosts: - my-recipes.dvirlabs.com externalUrl: "https://my-recipes.dvirlabs.com" - # Admin user configuration admin: username: "admin" @@ -112,20 +111,17 @@ postgres: limits: cpu: 1000m memory: 1Gi - # OAuth Configuration oauth: google: clientId: "143092846986-hsi59m0on2c9rb5qrdoejfceieao2ioc.apps.googleusercontent.com" clientSecret: "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" redirectUri: "https://api-my-recipes.dvirlabs.com/auth/google/callback" - azure: clientId: "db244cf5-eb11-4738-a2ea-5b0716c9ec0a" clientSecret: "Zad8Q~qRBxaQq8up0lLXAq4pHzrVM2JFGFJhHaDp" tenantId: "consumers" redirectUri: "https://api-my-recipes.dvirlabs.com/auth/azure/callback" - # Email Configuration email: smtpHost: "smtp.gmail.com" @@ -133,7 +129,6 @@ email: smtpUser: "dvirlabs@gmail.com" smtpPassword: "agaanrhbbazbdytv" smtpFrom: "dvirlabs@gmail.com" - # Ingress (top-level, disabled - use component-specific ingress instead) ingress: enabled: false