File tree 14 files changed +38
-14
lines changed
14 files changed +38
-14
lines changed Original file line number Diff line number Diff line change 1
1
include ../../Makefile.common
2
2
3
+ .PHONY : generate
4
+ generate : $(MANIFESTS_DIR ) $(JSONNET_VENDOR ) # # Generate yaml code from jsonnet
5
+ jsonnet -J jsonnet/vendor -c -m $(MANIFESTS_DIR ) -S jsonnet/main.jsonnet
6
+ $(MAKE ) beautify
7
+ $(MAKE ) prepull
8
+
9
+ .PHONY : prepull
10
+ prepull : # # Move jobPull.yaml to prepull directory
11
+ mkdir -p $(MANIFESTS_DIR ) /../prepull
12
+ mv $(MANIFESTS_DIR ) /homeassistant/jobPull.yaml $(MANIFESTS_DIR ) /../prepull/jobPull.yaml
Original file line number Diff line number Diff line change @@ -90,6 +90,7 @@ local all = {
90
90
},
91
91
92
92
homeassistant: homeassistant(config.homeassistant) + {
93
+ prePull+:: {},
93
94
credentials: externalsecret(
94
95
{
95
96
name: config.homeassistant.apiTokenSecretKeySelector.name,
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ metadata:
5
5
app.kubernetes.io/component : server
6
6
app.kubernetes.io/name : homeassistant
7
7
app.kubernetes.io/part-of : homeassistant
8
- app.kubernetes.io/version : 2024.12.3
8
+ app.kubernetes.io/version : 2025.1.1
9
9
name : homeassistant-backups
10
10
namespace : homeassistant
11
11
spec :
Original file line number Diff line number Diff line change @@ -575,6 +575,6 @@ metadata:
575
575
app.kubernetes.io/component : server
576
576
app.kubernetes.io/name : homeassistant
577
577
app.kubernetes.io/part-of : homeassistant
578
- app.kubernetes.io/version : 2024.12.3
578
+ app.kubernetes.io/version : 2025.1.1
579
579
name : homeassistant-configs
580
580
namespace : homeassistant
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ metadata:
14
14
app.kubernetes.io/component : server
15
15
app.kubernetes.io/name : homeassistant
16
16
app.kubernetes.io/part-of : homeassistant
17
- app.kubernetes.io/version : 2024.12.3
17
+ app.kubernetes.io/version : 2025.1.1
18
18
probe : enabled
19
19
reloader.homer/enabled : " true"
20
20
name : homeassistant
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ metadata:
5
5
app.kubernetes.io/component : server
6
6
app.kubernetes.io/name : homeassistant
7
7
app.kubernetes.io/part-of : homeassistant
8
- app.kubernetes.io/version : 2024.12.3
8
+ app.kubernetes.io/version : 2025.1.1
9
9
prometheus : k8s
10
10
role : alert-rules
11
11
name : homeassistant
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ metadata:
5
5
app.kubernetes.io/component : server
6
6
app.kubernetes.io/name : homeassistant
7
7
app.kubernetes.io/part-of : homeassistant
8
- app.kubernetes.io/version : 2024.12.3
8
+ app.kubernetes.io/version : 2025.1.1
9
9
name : homeassistant
10
10
namespace : homeassistant
11
11
spec :
Original file line number Diff line number Diff line change @@ -6,6 +6,6 @@ metadata:
6
6
app.kubernetes.io/component : server
7
7
app.kubernetes.io/name : homeassistant
8
8
app.kubernetes.io/part-of : homeassistant
9
- app.kubernetes.io/version : 2024.12.3
9
+ app.kubernetes.io/version : 2025.1.1
10
10
name : homeassistant
11
11
namespace : homeassistant
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ metadata:
5
5
app.kubernetes.io/component : server
6
6
app.kubernetes.io/name : homeassistant
7
7
app.kubernetes.io/part-of : homeassistant
8
- app.kubernetes.io/version : 2024.12.3
8
+ app.kubernetes.io/version : 2025.1.1
9
9
name : homeassistant
10
10
namespace : homeassistant
11
11
spec :
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ metadata:
5
5
app.kubernetes.io/component : server
6
6
app.kubernetes.io/name : homeassistant
7
7
app.kubernetes.io/part-of : homeassistant
8
- app.kubernetes.io/version : 2024.12.3
8
+ app.kubernetes.io/version : 2025.1.1
9
9
name : homeassistant
10
10
namespace : homeassistant
11
11
spec :
@@ -24,13 +24,13 @@ spec:
24
24
app.kubernetes.io/component : server
25
25
app.kubernetes.io/name : homeassistant
26
26
app.kubernetes.io/part-of : homeassistant
27
- app.kubernetes.io/version : 2024.12.3
27
+ app.kubernetes.io/version : 2025.1.1
28
28
spec :
29
29
containers :
30
30
- env :
31
31
- name : TZ
32
32
value : Europe/Berlin
33
- image : homeassistant/home-assistant:2024.12.3
33
+ image : homeassistant/home-assistant:2025.1.1
34
34
imagePullPolicy : IfNotPresent
35
35
livenessProbe :
36
36
failureThreshold : 5
90
90
- sh
91
91
- -c
92
92
- echo 'OK' > /config/www/healthz
93
- image : homeassistant/home-assistant:2024.12.3
93
+ image : homeassistant/home-assistant:2025.1.1
94
94
imagePullPolicy : IfNotPresent
95
95
name : healthcheck
96
96
resources :
File renamed without changes.
Original file line number Diff line number Diff line change 3
3
namespace : &namespace "homeassistant"
4
4
externalSecretStoreName : &externalSecretStoreName "doppler-auth-api"
5
5
homeassistant :
6
- version : " 2024.12.3 " # application-version-from-github: home-assistant/core
7
- image : " homeassistant/home-assistant:2024.12.3 " # application-image-from-github: home-assistant/core
6
+ version : " 2025.1.1 " # application-version-from-github: home-assistant/core
7
+ image : " homeassistant/home-assistant:2025.1.1 " # application-image-from-github: home-assistant/core
8
8
namespace : *namespace
9
9
ingress :
10
10
domain : " home.ankhmorpork.thaum.xyz"
Original file line number Diff line number Diff line change
1
+ apiVersion : kustomize.toolkit.fluxcd.io/v1
2
+ kind : Kustomization
3
+ metadata :
4
+ name : homeassistant-prepull
5
+ namespace : flux-apps
6
+ spec :
7
+ interval : 60m0s
8
+ path : ./apps/homeassistant/prepull
9
+ prune : true
10
+ sourceRef :
11
+ kind : GitRepository
12
+ name : ankhmorpork
Original file line number Diff line number Diff line change 10
10
sourceRef :
11
11
kind : GitRepository
12
12
name : ankhmorpork
13
-
13
+ dependsOn :
14
+ - name : homeassistant-prepull
You can’t perform that action at this time.
0 commit comments