diff --git a/applications/archmeister.yaml b/applications/archmeister.yaml index e505c10f..7629c8a2 100644 --- a/applications/archmeister.yaml +++ b/applications/archmeister.yaml @@ -29,7 +29,7 @@ spec: sources: - repoURL: https://gitlab.com/oceanbox/manifests.git targetRevision: main - path: manifests/archmeister + path: kustomizations/archmeister plugin: name: kustomize-helm-with-rewrite parameters: diff --git a/applications/atlantis.yaml b/applications/atlantis.yaml index cd1764cd..bab104f7 100644 --- a/applications/atlantis.yaml +++ b/applications/atlantis.yaml @@ -29,7 +29,7 @@ spec: sources: - repoURL: https://gitlab.com/oceanbox/manifests.git targetRevision: main - path: manifests/atlantis + path: kustomizations/atlantis plugin: name: kustomize-helm-with-rewrite parameters: diff --git a/applications/busynix.yaml b/applications/busynix.yaml index 2ef61be9..e847c670 100644 --- a/applications/busynix.yaml +++ b/applications/busynix.yaml @@ -24,7 +24,7 @@ spec: source: repoURL: https://gitlab.com/oceanbox/manifests.git targetRevision: main - path: manifests/busynix + path: kustomizations/busynix plugin: name: kustomize-helm-with-rewrite parameters: diff --git a/applications/cerbos.yaml b/applications/cerbos.yaml index ee00f334..c1ef41b5 100644 --- a/applications/cerbos.yaml +++ b/applications/cerbos.yaml @@ -25,8 +25,8 @@ spec: chart: cerbos helm: valueFiles: - - $values/manifests/cerbos/values.yaml - - $values/manifests/cerbos/values-{{ env }}.yaml + - $values/kustomizations/cerbos/values.yaml + - $values/kustomizations/cerbos/values-{{ env }}.yaml - repoURL: https://gitlab.com/oceanbox/manifests.git targetRevision: main ref: values diff --git a/applications/dex.yaml b/applications/dex.yaml index ec70e231..dfd8bd03 100644 --- a/applications/dex.yaml +++ b/applications/dex.yaml @@ -11,5 +11,5 @@ spec: source: repoURL: https://gitlab.com/oceanbox/manifests.git targetRevision: main - path: manifests/dex/manifests + path: kustomizations/dex/manifests diff --git a/applications/geoserver.yaml b/applications/geoserver.yaml index 49676ceb..8d95c999 100644 --- a/applications/geoserver.yaml +++ b/applications/geoserver.yaml @@ -24,7 +24,7 @@ spec: sources: - repoURL: https://gitlab.com/oceanbox/manifests.git targetRevision: main - path: manifests/geoserver + path: kustomizations/geoserver plugin: name: kustomize-helm-with-rewrite parameters: diff --git a/applications/hipster.yaml b/applications/hipster.yaml index d131df21..6e377859 100644 --- a/applications/hipster.yaml +++ b/applications/hipster.yaml @@ -29,7 +29,7 @@ spec: sources: - repoURL: https://gitlab.com/oceanbox/manifests.git targetRevision: main - path: manifests/hipster + path: kustomizations/hipster plugin: name: kustomize-helm-with-rewrite parameters: diff --git a/applications/jaeger.yaml b/applications/jaeger.yaml index 91f4d6a3..18d4405b 100644 --- a/applications/jaeger.yaml +++ b/applications/jaeger.yaml @@ -14,9 +14,9 @@ spec: chart: jaeger-operator helm: valueFiles: - - $values/manifests/jaeger/values.yaml + - $values/kustomizations/jaeger/values.yaml - repoURL: https://gitlab.com/oceanbox/manifests.git targetRevision: main - # path: manifests/jaeger/manifests + # path: kustomizations/jaeger/manifests ref: values diff --git a/applications/keycloak.yaml b/applications/keycloak.yaml index 3e23167f..3c6e2706 100644 --- a/applications/keycloak.yaml +++ b/applications/keycloak.yaml @@ -14,7 +14,7 @@ spec: chart: keycloak helm: valueFiles: - - $values/manifests/keycloak/values.yaml + - $values/kustomizations/keycloak/values.yaml - repoURL: https://gitlab.com/oceanbox/manifests.git targetRevision: main ref: values diff --git a/applications/osm-tile-server.yaml b/applications/osm-tile-server.yaml index b6e0059a..0c334fa3 100644 --- a/applications/osm-tile-server.yaml +++ b/applications/osm-tile-server.yaml @@ -22,9 +22,9 @@ spec: namespace: oceanbox server: '{{ cluster }}' source: - repoURL: https://gitlab.com/oceanbox/charts.git + repoURL: https://gitlab.com/oceanbox/manifests.git targetRevision: HEAD - path: manifests/osm-tile-server + path: kustomizations/osm-tile-server plugin: name: kustomize-helm-with-rewrite parameters: diff --git a/applications/petimeter.yaml b/applications/petimeter.yaml index 050cdb9f..7f6b24ee 100644 --- a/applications/petimeter.yaml +++ b/applications/petimeter.yaml @@ -29,7 +29,7 @@ spec: sources: - repoURL: https://gitlab.com/oceanbox/manifests.git targetRevision: main - path: manifests/petimeter + path: kustomizations/petimeter plugin: name: kustomize-helm-with-rewrite parameters: @@ -39,7 +39,7 @@ spec: string: '{{ .hostname }}' - repoURL: https://gitlab.com/oceanbox/manifests.git targetRevision: main - path: manifests/petimeter/manifests + path: kustomizations/petimeter/manifests templatePatch: | {{- if .autoSync }} spec: diff --git a/applications/rabbitmq.yaml b/applications/rabbitmq.yaml index 919f5dd4..f4d70034 100644 --- a/applications/rabbitmq.yaml +++ b/applications/rabbitmq.yaml @@ -27,8 +27,8 @@ spec: chart: rabbitmq helm: valueFiles: - - $values/manifests/rabbitmq/values-{{ env }}.yaml + - $values/kustomizations/rabbitmq/values-{{ env }}.yaml - repoURL: https://gitlab.com/oceanbox/manifests.git targetRevision: main - path: manifests/rabbitmq/{{ env }} + path: kustomizations/rabbitmq/{{ env }} ref: values diff --git a/applications/redis.yaml b/applications/redis.yaml index 29717694..2f5b6ed8 100644 --- a/applications/redis.yaml +++ b/applications/redis.yaml @@ -30,11 +30,11 @@ spec: # - $values/redis/values.yaml # - repoURL: https://gitlab.com/oceanbox/manifests.git # targetRevision: HEAD - # path: manifests/redis/{{ env }} + # path: kustomizations/redis/{{ env }} # ref: values - repoURL: https://gitlab.com/oceanbox/manifests.git targetRevision: main - path: manifests/redis + path: kustomizations/redis plugin: name: kustomize-helm-with-rewrite parameters: diff --git a/applications/seq.yaml b/applications/seq.yaml index 2e0120ba..c32e1812 100644 --- a/applications/seq.yaml +++ b/applications/seq.yaml @@ -14,7 +14,7 @@ spec: chart: seq helm: valueFiles: - - $values/manifests/seq/values.yaml + - $values/kustomizations/seq/values.yaml - repoURL: https://gitlab.com/oceanbox/manifests.git targetRevision: main ref: values diff --git a/applications/sorcerer.yaml b/applications/sorcerer.yaml index ac2f7103..190204f4 100644 --- a/applications/sorcerer.yaml +++ b/applications/sorcerer.yaml @@ -29,7 +29,7 @@ spec: sources: - repoURL: https://gitlab.com/oceanbox/manifests.git targetRevision: main - path: manifests/sorcerer + path: kustomizations/sorcerer plugin: name: kustomize-helm-with-rewrite parameters: