backend: update tag to master-fccd8a0

This commit is contained in:
woodpecker-bot 2026-03-24 07:45:03 +00:00
parent d9b485ae6f
commit ef09c75482

View File

@ -1,19 +1,14 @@
imagePullSecrets: imagePullSecrets:
- name: harbor-regcred - name: harbor-regcred
replicaCount: 1 replicaCount: 1
image: image:
repository: harbor.dvirlabs.com/shay/oramap repository: harbor.dvirlabs.com/shay/oramap
tag: "3" tag: "3"
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
containerPort: 3000 containerPort: 3000
service: service:
type: ClusterIP type: ClusterIP
port: 80 port: 80
ingress: ingress:
enabled: true enabled: true
className: "traefik" className: "traefik"
@ -23,3 +18,6 @@ ingress:
- path: / - path: /
pathType: Prefix pathType: Prefix
tls: [] tls: []
backend:
image:
tag: master-fccd8a0