Skip to content

Commit 6aa3ad1

Browse files
committed
2 parents 83ed88c + 3327af6 commit 6aa3ad1

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

clusters/common/apps/home/tailscale-gateway/httproute.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: gateway.networking.k8s.io/v1
22
kind: HTTPRoute
33
metadata:
4-
name: pihole-web
4+
name: ts-pihole-web
55
annotations:
66
item.homer.rajsingh.info/name: "Pi-hole Tailscale"
77
item.homer.rajsingh.info/subtitle: "DNS Ad Blocker"
@@ -39,7 +39,7 @@ spec:
3939
backendRefs:
4040
- group: ""
4141
kind: Service
42-
name: pihole-web
42+
name: ts-pihole-web
4343
port: 80
4444
weight: 1
4545
# Serve other paths (API, etc)
@@ -50,6 +50,6 @@ spec:
5050
backendRefs:
5151
- group: ""
5252
kind: Service
53-
name: pihole-web
53+
name: ts-pihole-web
5454
port: 80
5555
weight: 1

clusters/common/apps/homer-operator/install/helmrelease.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ spec:
99
chart:
1010
spec:
1111
chart: homer-operator
12-
version: 0.0.18
12+
version: 0.0.19
1313
sourceRef:
1414
kind: HelmRepository
1515
name: homer-operator

clusters/talos-ottawa/apps/media/app/wizarr/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spec:
1616
spec:
1717
containers:
1818
- name: wizarr
19-
image: ghcr.io/wizarrrr/wizarr:v2025.10.6
19+
image: ghcr.io/wizarrrr/wizarr:v2025.10.7
2020
ports:
2121
- name: http
2222
containerPort: 5690

0 commit comments

Comments
 (0)