From a558d326d8c0ebab3985bd5086fc1dcc4048e035 Mon Sep 17 00:00:00 2001 From: woodpecker-bot Date: Sun, 22 Feb 2026 13:17:33 +0000 Subject: [PATCH 1/2] frontend: update tag to master-cf7f3ee --- manifests/tasko/values.yaml | 23 ++--------------------- 1 file changed, 2 insertions(+), 21 deletions(-) diff --git a/manifests/tasko/values.yaml b/manifests/tasko/values.yaml index c4e3944..e2ee930 100644 --- a/manifests/tasko/values.yaml +++ b/manifests/tasko/values.yaml @@ -1,6 +1,5 @@ global: namespace: my-apps - # Backend configuration backend: name: backend @@ -9,12 +8,10 @@ backend: repository: harbor.dvirlabs.com/my-apps/tasko-backend pullPolicy: IfNotPresent tag: "latest" - service: type: ClusterIP port: 8000 targetPort: 8000 - resources: requests: cpu: 100m @@ -22,22 +19,18 @@ backend: limits: cpu: 500m memory: 512Mi - env: PYTHONUNBUFFERED: "1" ENVIRONMENT: "production" GOOGLE_REDIRECT_URI: "https://api-tasko.dvirlabs.com/auth/google/callback" FRONTEND_URL: "https://tasko.dvirlabs.com" - # OAuth Configuration (stored as secrets) oauth: google: clientId: "672182384838-vob26vd0qhmf0g9mru4u4sibkqre0rfa.apps.googleusercontent.com" clientSecret: "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" - # Session secret for signing cookies (generate with: python -c "import secrets; print(secrets.token_hex(32))") sessionSecret: "7f8a9b6c5d4e3f2a1b0c9d8e7f6a5b4c3d2e1f0a9b8c7d6e5f4a3b2c1d0e9f8a" - ingress: enabled: true className: "traefik" @@ -54,7 +47,6 @@ backend: - secretName: api-tasko-tls hosts: - api-tasko.dvirlabs.com - # Frontend configuration frontend: name: frontend @@ -62,16 +54,13 @@ frontend: image: repository: harbor.dvirlabs.com/my-apps/tasko-frontend pullPolicy: IfNotPresent - tag: "latest" - + tag: "master-cf7f3ee" service: type: ClusterIP port: 80 targetPort: 80 - env: VITE_API_URL: "https://api-tasko.dvirlabs.com" - resources: requests: cpu: 50m @@ -79,7 +68,6 @@ frontend: limits: cpu: 200m memory: 256Mi - ingress: enabled: true className: "traefik" @@ -96,7 +84,6 @@ frontend: - secretName: tasko-tls hosts: - tasko.dvirlabs.com - # PostgreSQL configuration postgres: name: db @@ -104,22 +91,18 @@ postgres: repository: postgres tag: "16-alpine" pullPolicy: IfNotPresent - user: tasko_user password: tasko_password database: tasko_db port: 5432 - service: type: ClusterIP port: 5432 targetPort: 5432 - persistence: enabled: true accessMode: ReadWriteOnce size: 8Gi - resources: requests: cpu: 100m @@ -127,10 +110,9 @@ postgres: limits: cpu: 500m memory: 512Mi - # Ingress configuration ingress: - enabled: false # Individual frontend/backend ingress resources handle routing instead + enabled: false # Individual frontend/backend ingress resources handle routing instead className: "traefik" annotations: cert-manager.io/cluster-issuer: "letsencrypt-prod" @@ -144,7 +126,6 @@ ingress: - secretName: tasko-tls hosts: - tasko.dvirlabs.com - # Service Account configuration serviceAccount: create: true From 3ee911535a2c02b494a8af25f3786e63e9a2d713 Mon Sep 17 00:00:00 2001 From: woodpecker-bot Date: Sun, 22 Feb 2026 13:18:01 +0000 Subject: [PATCH 2/2] backend: update tag to master-cf7f3ee --- manifests/tasko/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/tasko/values.yaml b/manifests/tasko/values.yaml index e2ee930..d144c46 100644 --- a/manifests/tasko/values.yaml +++ b/manifests/tasko/values.yaml @@ -7,7 +7,7 @@ backend: image: repository: harbor.dvirlabs.com/my-apps/tasko-backend pullPolicy: IfNotPresent - tag: "latest" + tag: "master-cf7f3ee" service: type: ClusterIP port: 8000