backend: update tag to master-af515c5

This commit is contained in:
woodpecker-bot 2025-12-31 00:41:11 +00:00
parent 61522f7473
commit 33d3a77d28

View File

@ -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"