Skip to content

Commit e463cfe

Browse files
committed
chore(udav): update image
1 parent b005f15 commit e463cfe

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

clusters/homelab/udav-deployment.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ spec:
1919
- name: ghcr-secret
2020
containers:
2121
- name: app
22-
image: ghcr.io/texttechnologylab/unified-dynamic-annotation-visualizer:latest # {"$imagepolicy": "flux-system:udav"}
22+
image: ghcr.io/texttechnologylab/unified-dynamic-annotation-visualizer:20260316143936-b005f15c744e57cfaaaf521eb0a5d056f828674d # {"$imagepolicy": "flux-system:udav"}
2323
imagePullPolicy: IfNotPresent
2424
ports:
2525
- name: http
@@ -76,10 +76,10 @@ spec:
7676
ingressClassName: traefik
7777
tls:
7878
- hosts:
79-
- udav.example.com # TODO: replace with your actual hostname
79+
- udav.example.com # TODO: replace with your actual hostname
8080
secretName: udav-tls
8181
rules:
82-
- host: udav.example.com # TODO: replace with your actual hostname
82+
- host: udav.example.com # TODO: replace with your actual hostname
8383
http:
8484
paths:
8585
- path: /
@@ -89,4 +89,3 @@ spec:
8989
name: udav
9090
port:
9191
name: http
92-

0 commit comments

Comments
 (0)