Skip to content

Commit

Permalink
homeassistant: bump to 2024.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfantom committed Dec 13, 2024
1 parent cbaab75 commit e62ad93
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion apps/homeassistant/manifests/homeassistant/backupsPVC.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
app.kubernetes.io/component: server
app.kubernetes.io/name: homeassistant
app.kubernetes.io/part-of: homeassistant
app.kubernetes.io/version: 2024.11.3
app.kubernetes.io/version: 2024.12.3
name: homeassistant-backups
namespace: homeassistant
spec:
Expand Down
2 changes: 1 addition & 1 deletion apps/homeassistant/manifests/homeassistant/configs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -575,6 +575,6 @@ metadata:
app.kubernetes.io/component: server
app.kubernetes.io/name: homeassistant
app.kubernetes.io/part-of: homeassistant
app.kubernetes.io/version: 2024.11.3
app.kubernetes.io/version: 2024.12.3
name: homeassistant-configs
namespace: homeassistant
2 changes: 1 addition & 1 deletion apps/homeassistant/manifests/homeassistant/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ metadata:
app.kubernetes.io/component: server
app.kubernetes.io/name: homeassistant
app.kubernetes.io/part-of: homeassistant
app.kubernetes.io/version: 2024.11.3
app.kubernetes.io/version: 2024.12.3
probe: enabled
reloader.homer/enabled: "true"
name: homeassistant
Expand Down
4 changes: 2 additions & 2 deletions apps/homeassistant/manifests/homeassistant/jobPull.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
app.kubernetes.io/component: server
app.kubernetes.io/name: homeassistant
app.kubernetes.io/part-of: homeassistant
app.kubernetes.io/version: 2024.11.3
app.kubernetes.io/version: 2024.12.3
name: pre-pull-image
namespace: homeassistant
spec:
Expand All @@ -15,7 +15,7 @@ spec:
- command:
- sleep
- "1"
image: homeassistant/home-assistant:2024.11.3
image: homeassistant/home-assistant:2024.12.3
name: prepull
restartPolicy: Never
ttlSecondsAfterFinished: 1800
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
app.kubernetes.io/component: server
app.kubernetes.io/name: homeassistant
app.kubernetes.io/part-of: homeassistant
app.kubernetes.io/version: 2024.11.3
app.kubernetes.io/version: 2024.12.3
prometheus: k8s
role: alert-rules
name: homeassistant
Expand Down
2 changes: 1 addition & 1 deletion apps/homeassistant/manifests/homeassistant/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
app.kubernetes.io/component: server
app.kubernetes.io/name: homeassistant
app.kubernetes.io/part-of: homeassistant
app.kubernetes.io/version: 2024.11.3
app.kubernetes.io/version: 2024.12.3
name: homeassistant
namespace: homeassistant
spec:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ metadata:
app.kubernetes.io/component: server
app.kubernetes.io/name: homeassistant
app.kubernetes.io/part-of: homeassistant
app.kubernetes.io/version: 2024.11.3
app.kubernetes.io/version: 2024.12.3
name: homeassistant
namespace: homeassistant
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
app.kubernetes.io/component: server
app.kubernetes.io/name: homeassistant
app.kubernetes.io/part-of: homeassistant
app.kubernetes.io/version: 2024.11.3
app.kubernetes.io/version: 2024.12.3
name: homeassistant
namespace: homeassistant
spec:
Expand Down
8 changes: 4 additions & 4 deletions apps/homeassistant/manifests/homeassistant/statefulSet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
app.kubernetes.io/component: server
app.kubernetes.io/name: homeassistant
app.kubernetes.io/part-of: homeassistant
app.kubernetes.io/version: 2024.11.3
app.kubernetes.io/version: 2024.12.3
name: homeassistant
namespace: homeassistant
spec:
Expand All @@ -24,13 +24,13 @@ spec:
app.kubernetes.io/component: server
app.kubernetes.io/name: homeassistant
app.kubernetes.io/part-of: homeassistant
app.kubernetes.io/version: 2024.11.3
app.kubernetes.io/version: 2024.12.3
spec:
containers:
- env:
- name: TZ
value: Europe/Berlin
image: homeassistant/home-assistant:2024.11.3
image: homeassistant/home-assistant:2024.12.3
imagePullPolicy: IfNotPresent
livenessProbe:
failureThreshold: 5
Expand Down Expand Up @@ -90,7 +90,7 @@ spec:
- sh
- -c
- echo 'OK' > /config/www/healthz
image: homeassistant/home-assistant:2024.11.3
image: homeassistant/home-assistant:2024.12.3
imagePullPolicy: IfNotPresent
name: healthcheck
resources:
Expand Down
4 changes: 2 additions & 2 deletions apps/homeassistant/settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ common:
namespace: &namespace "homeassistant"
externalSecretStoreName: &externalSecretStoreName "doppler-auth-api"
homeassistant:
version: "2024.11.3" # application-version-from-github: home-assistant/core
image: "homeassistant/home-assistant:2024.11.3" # application-image-from-github: home-assistant/core
version: "2024.12.3" # application-version-from-github: home-assistant/core
image: "homeassistant/home-assistant:2024.12.3" # application-image-from-github: home-assistant/core
namespace: *namespace
ingress:
domain: "home.ankhmorpork.thaum.xyz"
Expand Down

0 comments on commit e62ad93

Please sign in to comment.