frontend: update tag to master-3439cb7

This commit is contained in:
woodpecker-bot 2025-12-11 02:21:34 +00:00
parent 786da259ba
commit a5f7d5e4b8

View File

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