diff --git a/k8s/apps/application-set.yaml b/k8s/apps/application-set.yaml index 3df218b..e16f383 100644 --- a/k8s/apps/application-set.yaml +++ b/k8s/apps/application-set.yaml @@ -9,7 +9,7 @@ spec: generators: - git: repoURL: https://github.com/vehagn/homelab - revision: remodel + revision: HEAD directories: - path: k8s/apps/* template: @@ -23,7 +23,7 @@ spec: project: applications source: repoURL: https://github.com/vehagn/homelab - targetRevision: remodel + targetRevision: HEAD path: '{{ path }}' destination: name: in-cluster diff --git a/k8s/apps/external/application-set.yaml b/k8s/apps/external/application-set.yaml index 65e6f8f..8e25d13 100644 --- a/k8s/apps/external/application-set.yaml +++ b/k8s/apps/external/application-set.yaml @@ -9,7 +9,7 @@ spec: generators: - git: repoURL: https://github.com/vehagn/homelab - revision: remodel + revision: HEAD directories: - path: k8s/apps/external/* template: @@ -23,7 +23,7 @@ spec: project: external source: repoURL: https://github.com/vehagn/homelab - targetRevision: remodel + targetRevision: HEAD path: '{{ path }}' destination: name: in-cluster diff --git a/k8s/apps/homepage/application-set.yaml b/k8s/apps/homepage/application-set.yaml index 1c618e1..00da0c6 100644 --- a/k8s/apps/homepage/application-set.yaml +++ b/k8s/apps/homepage/application-set.yaml @@ -9,7 +9,7 @@ spec: generators: - git: repoURL: https://github.com/vehagn/homelab - revision: remodel + revision: HEAD directories: - path: k8s/apps/homepage/* template: @@ -23,7 +23,7 @@ spec: project: homepage source: repoURL: https://github.com/vehagn/homelab - targetRevision: remodel + targetRevision: HEAD path: '{{ path }}' destination: name: in-cluster diff --git a/k8s/apps/media/application-set.yaml b/k8s/apps/media/application-set.yaml index ee3f899..fa5e7e1 100644 --- a/k8s/apps/media/application-set.yaml +++ b/k8s/apps/media/application-set.yaml @@ -9,7 +9,7 @@ spec: generators: - git: repoURL: https://github.com/vehagn/homelab - revision: remodel + revision: HEAD directories: - path: k8s/apps/media/* template: @@ -23,7 +23,7 @@ spec: project: media source: repoURL: https://github.com/vehagn/homelab - targetRevision: remodel + targetRevision: HEAD path: '{{ path }}' destination: name: in-cluster diff --git a/k8s/infra/application-set.yaml b/k8s/infra/application-set.yaml index 65485a7..9157228 100644 --- a/k8s/infra/application-set.yaml +++ b/k8s/infra/application-set.yaml @@ -9,7 +9,7 @@ spec: generators: - git: repoURL: https://github.com/vehagn/homelab - revision: remodel + revision: HEAD directories: - path: k8s/infra/* template: @@ -21,7 +21,7 @@ spec: project: infrastructure source: repoURL: https://github.com/vehagn/homelab - targetRevision: remodel + targetRevision: HEAD path: '{{ path }}' destination: name: in-cluster diff --git a/k8s/infra/controllers/application-set.yaml b/k8s/infra/controllers/application-set.yaml index f82f763..772bda2 100644 --- a/k8s/infra/controllers/application-set.yaml +++ b/k8s/infra/controllers/application-set.yaml @@ -9,7 +9,7 @@ spec: generators: - git: repoURL: https://github.com/vehagn/homelab - revision: remodel + revision: HEAD directories: - path: k8s/infra/controllers/* template: @@ -23,7 +23,7 @@ spec: plugin: name: kustomize-build-with-helm repoURL: https://github.com/vehagn/homelab - targetRevision: remodel + targetRevision: HEAD path: '{{ path }}' destination: name: in-cluster diff --git a/k8s/infra/monitoring/application-set.yaml b/k8s/infra/monitoring/application-set.yaml index 8a00dea..91ba5de 100644 --- a/k8s/infra/monitoring/application-set.yaml +++ b/k8s/infra/monitoring/application-set.yaml @@ -9,7 +9,7 @@ spec: generators: - git: repoURL: https://github.com/vehagn/homelab - revision: remodel + revision: HEAD directories: - path: k8s/infra/monitoring/* template: @@ -23,7 +23,7 @@ spec: plugin: name: kustomize-build-with-helm repoURL: https://github.com/vehagn/homelab - targetRevision: remodel + targetRevision: HEAD path: '{{ path }}' destination: name: in-cluster diff --git a/k8s/infra/monitoring/prometheus-stack/kube-prometheus-stack.yaml b/k8s/infra/monitoring/prometheus-stack/kube-prometheus-stack.yaml index 2bd8452..399cb1a 100644 --- a/k8s/infra/monitoring/prometheus-stack/kube-prometheus-stack.yaml +++ b/k8s/infra/monitoring/prometheus-stack/kube-prometheus-stack.yaml @@ -15,7 +15,7 @@ spec: valueFiles: - $values/k8s/infra/monitoring/prometheus-stack/values.yaml - repoURL: https://github.com/vehagn/homelab - targetRevision: remodel + targetRevision: HEAD ref: values destination: name: in-cluster diff --git a/k8s/infra/network/application-set.yaml b/k8s/infra/network/application-set.yaml index d60d035..b601b4b 100644 --- a/k8s/infra/network/application-set.yaml +++ b/k8s/infra/network/application-set.yaml @@ -9,7 +9,7 @@ spec: generators: - git: repoURL: https://github.com/vehagn/homelab - revision: remodel + revision: HEAD directories: - path: k8s/infra/network/* template: @@ -23,7 +23,7 @@ spec: plugin: name: kustomize-build-with-helm repoURL: https://github.com/vehagn/homelab - targetRevision: remodel + targetRevision: HEAD path: '{{ path }}' destination: name: in-cluster diff --git a/k8s/infra/storage/application-set.yaml b/k8s/infra/storage/application-set.yaml index 707fd01..e0dad74 100644 --- a/k8s/infra/storage/application-set.yaml +++ b/k8s/infra/storage/application-set.yaml @@ -9,8 +9,7 @@ spec: generators: - git: repoURL: https://github.com/vehagn/homelab - #revision: HEAD - revision: remodel + revision: HEAD directories: - path: k8s/infra/storage/* template: @@ -24,8 +23,7 @@ spec: plugin: name: kustomize-build-with-helm repoURL: https://github.com/vehagn/homelab - #targetRevision: HEAD - targetRevision: remodel + targetRevision: HEAD path: '{{ path }}' destination: name: in-cluster diff --git a/k8s/sets/applications.yaml b/k8s/sets/applications.yaml index c3ec52b..5663d26 100644 --- a/k8s/sets/applications.yaml +++ b/k8s/sets/applications.yaml @@ -10,7 +10,7 @@ spec: source: path: k8s/apps repoURL: https://github.com/vehagn/homelab - targetRevision: remodel + targetRevision: HEAD destination: namespace: argocd name: in-cluster diff --git a/k8s/sets/infrastructure.yaml b/k8s/sets/infrastructure.yaml index bd91b29..ad076c9 100644 --- a/k8s/sets/infrastructure.yaml +++ b/k8s/sets/infrastructure.yaml @@ -10,7 +10,7 @@ spec: source: path: k8s/infra repoURL: https://github.com/vehagn/homelab - targetRevision: remodel + targetRevision: HEAD destination: namespace: argocd name: in-cluster