Skip to content

Commit

Permalink
apps/homeassistant: update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfantom committed May 14, 2022
1 parent 6d203e4 commit fadd4e2
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion apps/homeassistant/manifests/homeassistant/configs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,6 @@ metadata:
app.kubernetes.io/component: server
app.kubernetes.io/name: homeassistant
app.kubernetes.io/part-of: homeassistant
app.kubernetes.io/version: 2022.4.7
app.kubernetes.io/version: 2022.5.4
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 @@ -10,7 +10,7 @@ metadata:
app.kubernetes.io/component: server
app.kubernetes.io/name: homeassistant
app.kubernetes.io/part-of: homeassistant
app.kubernetes.io/version: 2022.4.7
app.kubernetes.io/version: 2022.5.4
probe: enabled
name: homeassistant
namespace: homeassistant
Expand Down
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: 2022.4.7
app.kubernetes.io/version: 2022.5.4
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: 2022.4.7
app.kubernetes.io/version: 2022.5.4
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: 2022.4.7
app.kubernetes.io/version: 2022.5.4
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: 2022.4.7
app.kubernetes.io/version: 2022.5.4
name: homeassistant
namespace: homeassistant
spec:
Expand Down
6 changes: 3 additions & 3 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: 2022.4.7
app.kubernetes.io/version: 2022.5.4
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: 2022.4.7
app.kubernetes.io/version: 2022.5.4
spec:
containers:
- env:
- name: TZ
value: Europe/Berlin
image: homeassistant/aarch64-homeassistant:2022.4.7
image: homeassistant/aarch64-homeassistant:2022.5.4
imagePullPolicy: IfNotPresent
name: homeassistant
ports:
Expand Down
4 changes: 2 additions & 2 deletions apps/homeassistant/settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
common:
namespace: &namespace "homeassistant"
homeassistant:
version: "2022.4.7" # application-version-from-github: home-assistant/core
image: "homeassistant/aarch64-homeassistant:2022.4.7" # application-image-from-github: home-assistant/core
version: "2022.5.4" # application-version-from-github: home-assistant/core
image: "homeassistant/aarch64-homeassistant:2022.5.4" # application-image-from-github: home-assistant/core
namespace: *namespace
domain: "home.ankhmorpork.thaum.xyz"
hostNetwork: true # Needed to enable WOL
Expand Down

0 comments on commit fadd4e2

Please sign in to comment.