diff --git a/applications/archmeister.yaml b/applications/archmeister.yaml index 940ea824..1de4d78d 100644 --- a/applications/archmeister.yaml +++ b/applications/archmeister.yaml @@ -28,7 +28,7 @@ spec: server: "{{ .cluster }}" sources: - repoURL: https://gitlab.com/oceanbox/manifests.git - targetRevision: dev + targetRevision: main path: charts/archmeister plugin: name: kustomize-helm-with-rewrite diff --git a/applications/atlantis-host-resources.yaml b/applications/atlantis-host-resources.yaml index 12911a50..f3d18881 100644 --- a/applications/atlantis-host-resources.yaml +++ b/applications/atlantis-host-resources.yaml @@ -11,6 +11,6 @@ spec: automated: {} source: repoURL: https://gitlab.com/oceanbox/manifests.git - targetRevision: dev + targetRevision: main path: resources/atlantis/host-manifests diff --git a/applications/atlantis-resources.yaml b/applications/atlantis-resources.yaml index 8ec212bf..10f8d0cc 100644 --- a/applications/atlantis-resources.yaml +++ b/applications/atlantis-resources.yaml @@ -23,5 +23,5 @@ spec: namespace: atlantis sources: - repoURL: https://gitlab.com/oceanbox/manifests.git - targetRevision: dev + targetRevision: main path: 'resources/atlantis/manifests/{{ env }}' diff --git a/applications/atlantis.yaml b/applications/atlantis.yaml index 72915525..27e10578 100644 --- a/applications/atlantis.yaml +++ b/applications/atlantis.yaml @@ -28,7 +28,7 @@ spec: server: '{{ .cluster }}' sources: - repoURL: https://gitlab.com/oceanbox/manifests.git - targetRevision: dev + targetRevision: main path: charts/atlantis plugin: name: kustomize-helm-with-rewrite @@ -38,7 +38,7 @@ spec: - name: hostname string: '{{ .hostname }}' - repoURL: https://gitlab.com/oceanbox/manifests.git - targetRevision: dev + targetRevision: main path: charts/atlantis/manifests templatePatch: | {{- if .autoSync }} diff --git a/applications/busynix.yaml b/applications/busynix.yaml index d54aea00..08a3c387 100644 --- a/applications/busynix.yaml +++ b/applications/busynix.yaml @@ -23,7 +23,7 @@ spec: server: '{{ cluster }}' source: repoURL: https://gitlab.com/oceanbox/manifests.git - targetRevision: dev + targetRevision: main path: charts/busynix plugin: name: kustomize-helm-with-rewrite diff --git a/applications/cerbos.yaml b/applications/cerbos.yaml index f3ab0cfe..4f379cf0 100644 --- a/applications/cerbos.yaml +++ b/applications/cerbos.yaml @@ -28,5 +28,5 @@ spec: - $values/charts/cerbos/values.yaml - $values/charts/cerbos/values-{{ env }}.yaml - repoURL: https://gitlab.com/oceanbox/manifests.git - targetRevision: dev + targetRevision: main ref: values diff --git a/applications/dex.yaml b/applications/dex.yaml index 48859fef..e232eada 100644 --- a/applications/dex.yaml +++ b/applications/dex.yaml @@ -10,6 +10,6 @@ spec: namespace: idp source: repoURL: https://gitlab.com/oceanbox/manifests.git - targetRevision: dev + targetRevision: main path: charts/dex/manifests diff --git a/applications/geoserver.yaml b/applications/geoserver.yaml index 5ccd7f6e..cfd250c8 100644 --- a/applications/geoserver.yaml +++ b/applications/geoserver.yaml @@ -23,7 +23,7 @@ spec: namespace: geoserver sources: - repoURL: https://gitlab.com/oceanbox/manifests.git - targetRevision: dev + targetRevision: main path: charts/geoserver plugin: name: kustomize-helm-with-rewrite diff --git a/applications/hipster.yaml b/applications/hipster.yaml index 919e6648..b174c836 100644 --- a/applications/hipster.yaml +++ b/applications/hipster.yaml @@ -28,7 +28,7 @@ spec: server: '{{ .cluster }}' sources: - repoURL: https://gitlab.com/oceanbox/manifests.git - targetRevision: dev + targetRevision: main path: charts/hipster plugin: name: kustomize-helm-with-rewrite diff --git a/applications/jaeger.yaml b/applications/jaeger.yaml index 65ed8c0b..a0d3580d 100644 --- a/applications/jaeger.yaml +++ b/applications/jaeger.yaml @@ -16,7 +16,7 @@ spec: valueFiles: - $values/charts/jaeger/values.yaml - repoURL: https://gitlab.com/oceanbox/manifests.git - targetRevision: dev + targetRevision: main # path: charts/jaeger/manifests ref: values diff --git a/applications/keycloak.yaml b/applications/keycloak.yaml index 706c2786..28e96c4f 100644 --- a/applications/keycloak.yaml +++ b/applications/keycloak.yaml @@ -16,6 +16,6 @@ spec: valueFiles: - $values/charts/keycloak/values.yaml - repoURL: https://gitlab.com/oceanbox/manifests.git - targetRevision: dev + targetRevision: main ref: values diff --git a/applications/petimeter.yaml b/applications/petimeter.yaml index b72528e9..2fee5004 100644 --- a/applications/petimeter.yaml +++ b/applications/petimeter.yaml @@ -28,7 +28,7 @@ spec: server: '{{ .cluster }}' sources: - repoURL: https://gitlab.com/oceanbox/manifests.git - targetRevision: dev + targetRevision: main path: charts/petimeter plugin: name: kustomize-helm-with-rewrite @@ -38,7 +38,7 @@ spec: - name: hostname string: '{{ .hostname }}' - repoURL: https://gitlab.com/oceanbox/manifests.git - targetRevision: dev + targetRevision: main path: charts/petimeter/manifests templatePatch: | {{- if .autoSync }} diff --git a/applications/rabbitmq.yaml b/applications/rabbitmq.yaml index 34b66166..e568441a 100644 --- a/applications/rabbitmq.yaml +++ b/applications/rabbitmq.yaml @@ -29,6 +29,6 @@ spec: valueFiles: - $values/charts/rabbitmq/values-{{ env }}.yaml - repoURL: https://gitlab.com/oceanbox/manifests.git - targetRevision: dev + targetRevision: main path: charts/rabbitmq/{{ env }} ref: values diff --git a/applications/redis.yaml b/applications/redis.yaml index 8555a207..b2a94cf7 100644 --- a/applications/redis.yaml +++ b/applications/redis.yaml @@ -33,7 +33,7 @@ spec: # path: charts/redis/{{ env }} # ref: values - repoURL: https://gitlab.com/oceanbox/manifests.git - targetRevision: dev + targetRevision: main path: charts/redis plugin: name: kustomize-helm-with-rewrite diff --git a/applications/seq.yaml b/applications/seq.yaml index 89267153..fe699d18 100644 --- a/applications/seq.yaml +++ b/applications/seq.yaml @@ -16,5 +16,5 @@ spec: valueFiles: - $values/charts/seq/values.yaml - repoURL: https://gitlab.com/oceanbox/manifests.git - targetRevision: dev + targetRevision: main ref: values diff --git a/applications/sorcerer.yaml b/applications/sorcerer.yaml index 2ae5ae66..6f9412c0 100644 --- a/applications/sorcerer.yaml +++ b/applications/sorcerer.yaml @@ -28,7 +28,7 @@ spec: server: '{{ .cluster }}' sources: - repoURL: https://gitlab.com/oceanbox/manifests.git - targetRevision: dev + targetRevision: main path: charts/sorcerer plugin: name: kustomize-helm-with-rewrite