image: update tag to master-1ba9b40

This commit is contained in:
woodpecker-bot 2025-11-26 01:42:35 +00:00
parent 3028570af7
commit 00341b2d51

View File

@ -1,16 +1,14 @@
replicaCount: 1 replicaCount: 1
image: image:
repository: harbor.dvirlabs.com/my-apps/dvirlabs-landing repository: harbor.dvirlabs.com/my-apps/dvirlabs-landing
tag: "master-2ee2f13" tag: "master-1ba9b40"
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
imagePullSecrets: [] imagePullSecrets: []
nameOverride: "" nameOverride: ""
fullnameOverride: "" fullnameOverride: ""
service: service:
type: ClusterIP type: ClusterIP
port: 80 port: 80
ingress: ingress:
enabled: true enabled: true
className: traefik className: traefik
@ -21,32 +19,26 @@ ingress:
- path: / - path: /
pathType: Prefix pathType: Prefix
tls: [] tls: []
resources: {} resources: {}
nodeSelector: {} nodeSelector: {}
tolerations: [] tolerations: []
affinity: {} affinity: {}
links: links:
- id: gitea - id: gitea
label: "Git Service" label: "Git Service"
desc: "Self-hosted Git repositories & CI integration." desc: "Self-hosted Git repositories & CI integration."
chip: "Gitea" chip: "Gitea"
url: "https://git.dvirlabs.com" url: "https://git.dvirlabs.com"
- id: grafana - id: grafana
label: "Observability" label: "Observability"
desc: "Dashboards, metrics, and alerts for lab services." desc: "Dashboards, metrics, and alerts for lab services."
chip: "Grafana" chip: "Grafana"
url: "https://grafana.dvirlabs.com" url: "https://grafana.dvirlabs.com"
- id: argocd - id: argocd
label: "GitOps Control" label: "GitOps Control"
desc: "Applications managed declaratively via Argo CD." desc: "Applications managed declaratively via Argo CD."
chip: "Argo CD" chip: "Argo CD"
url: "https://argocd.dvirlabs.com" url: "https://argocd.dvirlabs.com"
- id: wiki - id: wiki
label: "Lab Documentation" label: "Lab Documentation"
desc: "Architecture diagrams, notes, and how-tos." desc: "Architecture diagrams, notes, and how-tos."