From 33d3a77d289cce5b483bafd09522d4f9eb2023d8 Mon Sep 17 00:00:00 2001 From: woodpecker-bot Date: Wed, 31 Dec 2025 00:41:11 +0000 Subject: [PATCH] backend: update tag to master-af515c5 --- manifests/invy/values.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/manifests/invy/values.yaml b/manifests/invy/values.yaml index 178d932..8613da6 100644 --- a/manifests/invy/values.yaml +++ b/manifests/invy/values.yaml @@ -8,7 +8,7 @@ backend: image: repository: harbor.dvirlabs.com/my-apps/invy-backend pullPolicy: IfNotPresent - tag: "master-40f264a" + tag: "master-af515c5" service: type: ClusterIP port: 8000 @@ -24,11 +24,9 @@ backend: PYTHONUNBUFFERED: "1" GOOGLE_REDIRECT_URI: "https://api-invy.dvirlabs.com/auth/google/callback" FRONTEND_URL: "https://invy.dvirlabs.com" - # Google OAuth credentials googleClientId: "143092846986-v9s70im3ilpai78n89q38qpikernp2f8.apps.googleusercontent.com" googleClientSecret: "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" - ingress: enabled: true className: "traefik"