chore: switch remodelling to main-branch

This commit is contained in:
Vegard Hagen
2024-07-21 23:40:10 +02:00
parent 207b1892bf
commit c80528ffbd
12 changed files with 21 additions and 23 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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