From 87733d13b5a5b5b1187689abd061285f9ff3c165 Mon Sep 17 00:00:00 2001 From: Remy Moll Date: Tue, 10 Oct 2023 13:07:40 +0200 Subject: [PATCH] update deployments --- infrastructure/argocd/argo-apps.application.yaml | 2 +- infrastructure/argocd/kustomization.yaml | 13 +++++++------ kluster-deployments/immich/application.yaml | 2 +- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/infrastructure/argocd/argo-apps.application.yaml b/infrastructure/argocd/argo-apps.application.yaml index 4b24b5a..5727c94 100644 --- a/infrastructure/argocd/argo-apps.application.yaml +++ b/infrastructure/argocd/argo-apps.application.yaml @@ -15,4 +15,4 @@ spec: syncPolicy: automated: prune: true - selfHeal: true \ No newline at end of file + # selfHeal: true \ No newline at end of file diff --git a/infrastructure/argocd/kustomization.yaml b/infrastructure/argocd/kustomization.yaml index 99f910f..944bfec 100644 --- a/infrastructure/argocd/kustomization.yaml +++ b/infrastructure/argocd/kustomization.yaml @@ -3,11 +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 + - https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml + - namespace.yaml + - ingress.yaml + - argo-apps.application.yaml -patches: -- known-hosts.configmap.yaml \ No newline at end of file +### apply patches from file +patchesStrategicMerge: + - known-hosts.configmap.yaml diff --git a/kluster-deployments/immich/application.yaml b/kluster-deployments/immich/application.yaml index 4f4fadb..a996bfa 100644 --- a/kluster-deployments/immich/application.yaml +++ b/kluster-deployments/immich/application.yaml @@ -113,7 +113,7 @@ spec: valueFiles: - $values/apps/immich/values.yaml - repoURL: 'https://github.com/moll-re/k3s-infra.git' - targetRevision: dev + targetRevision: main ref: values destination: server: https://kubernetes.default.svc