homeassistant version bump

This commit is contained in:
Remy Moll 2023-11-14 10:45:21 +01:00
parent 73630c45da
commit 82658af7e4
4 changed files with 13 additions and 18 deletions

View File

@ -9,7 +9,7 @@ image:
# -- image repository
repository: homeassistant/home-assistant
# -- image tag
tag: "2023.3"
tag: "2023.10"
# -- image pull policy
pullPolicy: IfNotPresent

View File

@ -1,3 +0,0 @@
- op: add
path: /data/kustomize.buildOptions
value: --enable-helm

View File

@ -0,0 +1,6 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: argocd-cm
data:
kustomize.buildOptions: --enable-helm

View File

@ -3,20 +3,12 @@ kind: Kustomization
namespace: argocd
resources:
- https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml
- namespace.yaml
- ingress.yaml
- argo-apps.application.yaml
### apply patches from file
patchesStrategicMerge:
- known-hosts.configmap.yaml
- https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml
- namespace.yaml
- ingress.yaml
- argo-apps.application.yaml
## patch to add entries from argocd.configmap.yaml to the configmap
patches:
- target:
kind: ConfigMap
name: argocd-cm
namespace: argocd
path: argocd-cm.patch.yaml
- path: known-hosts.configmap.yaml
- path: argocd.configmap.yaml