homeassistant version bump
This commit is contained in:
parent
73630c45da
commit
82658af7e4
@ -9,7 +9,7 @@ image:
|
|||||||
# -- image repository
|
# -- image repository
|
||||||
repository: homeassistant/home-assistant
|
repository: homeassistant/home-assistant
|
||||||
# -- image tag
|
# -- image tag
|
||||||
tag: "2023.3"
|
tag: "2023.10"
|
||||||
# -- image pull policy
|
# -- image pull policy
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
- op: add
|
|
||||||
path: /data/kustomize.buildOptions
|
|
||||||
value: --enable-helm
|
|
6
infrastructure/argocd/argocd.configmap.yaml
Normal file
6
infrastructure/argocd/argocd.configmap.yaml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
apiVersion: v1
|
||||||
|
kind: ConfigMap
|
||||||
|
metadata:
|
||||||
|
name: argocd-cm
|
||||||
|
data:
|
||||||
|
kustomize.buildOptions: --enable-helm
|
@ -8,15 +8,7 @@ resources:
|
|||||||
- ingress.yaml
|
- ingress.yaml
|
||||||
- argo-apps.application.yaml
|
- argo-apps.application.yaml
|
||||||
|
|
||||||
### apply patches from file
|
|
||||||
patchesStrategicMerge:
|
|
||||||
- known-hosts.configmap.yaml
|
|
||||||
|
|
||||||
|
|
||||||
## patch to add entries from argocd.configmap.yaml to the configmap
|
|
||||||
patches:
|
patches:
|
||||||
- target:
|
- path: known-hosts.configmap.yaml
|
||||||
kind: ConfigMap
|
- path: argocd.configmap.yaml
|
||||||
name: argocd-cm
|
|
||||||
namespace: argocd
|
|
||||||
path: argocd-cm.patch.yaml
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user