From a5f7d5e4b8bd962e44dbc35795f3ff758ecbf57b Mon Sep 17 00:00:00 2001 From: woodpecker-bot Date: Thu, 11 Dec 2025 02:21:34 +0000 Subject: [PATCH] frontend: update tag to master-3439cb7 --- manifests/tasko/values.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/manifests/tasko/values.yaml b/manifests/tasko/values.yaml index 5c36ac2..74987aa 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,7 +8,6 @@ backend: repository: harbor.dvirlabs.com/my-apps/tasko-backend pullPolicy: Always tag: master-ff612d2 - service: type: ClusterIP port: 8000 @@ -46,8 +44,7 @@ frontend: image: repository: harbor.dvirlabs.com/my-apps/tasko-frontend pullPolicy: Always - tag: master-ff612d2 - + tag: master-3439cb7 service: type: ClusterIP port: 80 @@ -104,7 +101,6 @@ postgres: limits: cpu: 500m memory: 512Mi - # Use default ServiceAccount (has harbor-creds imagePullSecret) serviceAccount: create: false