From 47d0d993d806b78ffde56db1a9a78212f34d1525 Mon Sep 17 00:00:00 2001 From: na Date: Mon, 2 Sep 2024 11:43:11 +0200 Subject: [PATCH] chore: Moved helm Charts and kube Components --- {Helm => helm}/oc-catalog/Chart.yaml | 0 {Helm => helm}/oc-catalog/templates/service.yml | 0 {Helm => helm}/oc-catalog/templates/statefulset.yml | 0 {Helm => helm}/oc-catalog/values.yaml | 0 {Helm => helm}/oc-deploy/.helmignore | 0 {Helm => helm}/oc-deploy/Chart.lock | 0 {Helm => helm}/oc-deploy/Chart.yaml | 0 .../oc-deploy/charts/oc-catalog-0.1.0.tgz | Bin .../oc-deploy/charts/oc-catalog/Chart.yaml | 0 .../charts/oc-catalog/templates/service.yml | 0 .../charts/oc-catalog/templates/statefulset.yml | 0 .../oc-deploy/charts/oc-catalog/values.yaml | 0 {Helm => helm}/oc-deploy/charts/oc-mongo-0.1.0.tgz | Bin .../oc-deploy/charts/oc-mongo-express-0.1.0.tgz | Bin .../oc-deploy/charts/oc-mongo-express/Chart.yaml | 0 .../charts/oc-mongo-express/templates/service.yaml | 0 .../oc-mongo-express/templates/statefulset.yaml | 0 .../oc-deploy/charts/oc-mongo-express/values.yaml | 0 {Helm => helm}/oc-deploy/charts/oc-mongo/Chart.yaml | 0 .../oc-deploy/charts/oc-mongo/templates/pvc.yaml | 0 .../oc-deploy/charts/oc-mongo/templates/secret.yaml | 0 .../charts/oc-mongo/templates/service.yaml | 0 .../charts/oc-mongo/templates/statefulset.yaml | 0 .../oc-deploy/charts/oc-mongo/values.yaml | 0 {Helm => helm}/oc-deploy/values.yaml | 0 {Helm => helm}/oc-mongo-express/Chart.yaml | 0 .../oc-mongo-express/templates/service.yaml | 0 .../oc-mongo-express/templates/statefulset.yaml | 0 {Helm => helm}/oc-mongo-express/values.yaml | 0 {Helm => helm}/oc-mongo/Chart.yaml | 0 {Helm => helm}/oc-mongo/templates/pvc.yaml | 0 {Helm => helm}/oc-mongo/templates/secret.yaml | 0 {Helm => helm}/oc-mongo/templates/service.yaml | 0 {Helm => helm}/oc-mongo/templates/statefulset.yaml | 0 {Helm => helm}/oc-mongo/values.yaml | 0 {kube => helm}/occhart/.helmignore | 0 {kube => helm}/occhart/Chart.yaml | 0 .../occhart/charts/dex/dex-deployment.yaml | 0 {kube => helm}/occhart/charts/dex/dex-service.yaml | 0 .../occhart/charts/grafana/grafana-deployment.yaml | 0 .../occhart/charts/grafana/grafana-service.yaml | 0 .../occhart/charts/ldap/ldap-deployment.yaml | 0 .../occhart/charts/ldap/ldap-service.yaml | 0 .../occhart/charts/loki/loki-deployment.yaml | 0 .../occhart/charts/loki/loki-service.yaml | 0 .../occhart/charts/mongo/mongo-deployment.yaml | 0 .../occhart/charts/mongo/mongo-service.yaml | 0 .../occhart/charts/nats/nats-deployment.yaml | 0 .../occhart/charts/nats/nats-service.yaml | 0 .../occhart/charts/traefik/traefik-deployment.yaml | 0 .../occhart/charts/traefik/traefik-ingress.yaml | 0 .../occhart/charts/traefik/traefik-service.yaml | 0 .../occhart/charts/zinc/zinc-deployment.yaml | 0 .../occhart/charts/zinc/zinc-service.yaml | 0 {kube => helm}/occhart/templates/NOTES.txt | 0 {kube => helm}/occhart/templates/_helpers.tpl | 0 {kube => helm}/occhart/templates/deployment.yaml | 0 {kube => helm}/occhart/templates/hpa.yaml | 0 {kube => helm}/occhart/templates/ingress.yaml | 0 {kube => helm}/occhart/templates/service.yaml | 0 .../occhart/templates/serviceaccount.yaml | 0 .../occhart/templates/tests/test-connection.yaml | 0 {kube => helm}/occhart/values.yaml | 0 .../oc-catalog}/oc-catalog-deployment.yml | 0 .../oc-catalog}/oc-catalog-service.yml | 0 .../mongo-express/mongo-express-deployment.yml | 0 .../mongo-express/mongo-express-service.yml | 0 .../oc-mongo}/mongo/mongo-deployment.yml | 0 {oc-mongo => kube/oc-mongo}/mongo/mongo-secret.yml | 0 {oc-mongo => kube/oc-mongo}/mongo/mongo-service.yml | 0 70 files changed, 0 insertions(+), 0 deletions(-) rename {Helm => helm}/oc-catalog/Chart.yaml (100%) rename {Helm => helm}/oc-catalog/templates/service.yml (100%) rename {Helm => helm}/oc-catalog/templates/statefulset.yml (100%) rename {Helm => helm}/oc-catalog/values.yaml (100%) rename {Helm => helm}/oc-deploy/.helmignore (100%) rename {Helm => helm}/oc-deploy/Chart.lock (100%) rename {Helm => helm}/oc-deploy/Chart.yaml (100%) rename {Helm => helm}/oc-deploy/charts/oc-catalog-0.1.0.tgz (100%) rename {Helm => helm}/oc-deploy/charts/oc-catalog/Chart.yaml (100%) rename {Helm => helm}/oc-deploy/charts/oc-catalog/templates/service.yml (100%) rename {Helm => helm}/oc-deploy/charts/oc-catalog/templates/statefulset.yml (100%) rename {Helm => helm}/oc-deploy/charts/oc-catalog/values.yaml (100%) rename {Helm => helm}/oc-deploy/charts/oc-mongo-0.1.0.tgz (100%) rename {Helm => helm}/oc-deploy/charts/oc-mongo-express-0.1.0.tgz (100%) rename {Helm => helm}/oc-deploy/charts/oc-mongo-express/Chart.yaml (100%) rename {Helm => helm}/oc-deploy/charts/oc-mongo-express/templates/service.yaml (100%) rename {Helm => helm}/oc-deploy/charts/oc-mongo-express/templates/statefulset.yaml (100%) rename {Helm => helm}/oc-deploy/charts/oc-mongo-express/values.yaml (100%) rename {Helm => helm}/oc-deploy/charts/oc-mongo/Chart.yaml (100%) rename {Helm => helm}/oc-deploy/charts/oc-mongo/templates/pvc.yaml (100%) rename {Helm => helm}/oc-deploy/charts/oc-mongo/templates/secret.yaml (100%) rename {Helm => helm}/oc-deploy/charts/oc-mongo/templates/service.yaml (100%) rename {Helm => helm}/oc-deploy/charts/oc-mongo/templates/statefulset.yaml (100%) rename {Helm => helm}/oc-deploy/charts/oc-mongo/values.yaml (100%) rename {Helm => helm}/oc-deploy/values.yaml (100%) rename {Helm => helm}/oc-mongo-express/Chart.yaml (100%) rename {Helm => helm}/oc-mongo-express/templates/service.yaml (100%) rename {Helm => helm}/oc-mongo-express/templates/statefulset.yaml (100%) rename {Helm => helm}/oc-mongo-express/values.yaml (100%) rename {Helm => helm}/oc-mongo/Chart.yaml (100%) rename {Helm => helm}/oc-mongo/templates/pvc.yaml (100%) rename {Helm => helm}/oc-mongo/templates/secret.yaml (100%) rename {Helm => helm}/oc-mongo/templates/service.yaml (100%) rename {Helm => helm}/oc-mongo/templates/statefulset.yaml (100%) rename {Helm => helm}/oc-mongo/values.yaml (100%) rename {kube => helm}/occhart/.helmignore (100%) rename {kube => helm}/occhart/Chart.yaml (100%) rename {kube => helm}/occhart/charts/dex/dex-deployment.yaml (100%) rename {kube => helm}/occhart/charts/dex/dex-service.yaml (100%) rename {kube => helm}/occhart/charts/grafana/grafana-deployment.yaml (100%) rename {kube => helm}/occhart/charts/grafana/grafana-service.yaml (100%) rename {kube => helm}/occhart/charts/ldap/ldap-deployment.yaml (100%) rename {kube => helm}/occhart/charts/ldap/ldap-service.yaml (100%) rename {kube => helm}/occhart/charts/loki/loki-deployment.yaml (100%) rename {kube => helm}/occhart/charts/loki/loki-service.yaml (100%) rename {kube => helm}/occhart/charts/mongo/mongo-deployment.yaml (100%) rename {kube => helm}/occhart/charts/mongo/mongo-service.yaml (100%) rename {kube => helm}/occhart/charts/nats/nats-deployment.yaml (100%) rename {kube => helm}/occhart/charts/nats/nats-service.yaml (100%) rename {kube => helm}/occhart/charts/traefik/traefik-deployment.yaml (100%) rename {kube => helm}/occhart/charts/traefik/traefik-ingress.yaml (100%) rename {kube => helm}/occhart/charts/traefik/traefik-service.yaml (100%) rename {kube => helm}/occhart/charts/zinc/zinc-deployment.yaml (100%) rename {kube => helm}/occhart/charts/zinc/zinc-service.yaml (100%) rename {kube => helm}/occhart/templates/NOTES.txt (100%) rename {kube => helm}/occhart/templates/_helpers.tpl (100%) rename {kube => helm}/occhart/templates/deployment.yaml (100%) rename {kube => helm}/occhart/templates/hpa.yaml (100%) rename {kube => helm}/occhart/templates/ingress.yaml (100%) rename {kube => helm}/occhart/templates/service.yaml (100%) rename {kube => helm}/occhart/templates/serviceaccount.yaml (100%) rename {kube => helm}/occhart/templates/tests/test-connection.yaml (100%) rename {kube => helm}/occhart/values.yaml (100%) rename {oc-catalog => kube/oc-catalog}/oc-catalog-deployment.yml (100%) rename {oc-catalog => kube/oc-catalog}/oc-catalog-service.yml (100%) rename {oc-mongo => kube/oc-mongo}/mongo-express/mongo-express-deployment.yml (100%) rename {oc-mongo => kube/oc-mongo}/mongo-express/mongo-express-service.yml (100%) rename {oc-mongo => kube/oc-mongo}/mongo/mongo-deployment.yml (100%) rename {oc-mongo => kube/oc-mongo}/mongo/mongo-secret.yml (100%) rename {oc-mongo => kube/oc-mongo}/mongo/mongo-service.yml (100%) diff --git a/Helm/oc-catalog/Chart.yaml b/helm/oc-catalog/Chart.yaml similarity index 100% rename from Helm/oc-catalog/Chart.yaml rename to helm/oc-catalog/Chart.yaml diff --git a/Helm/oc-catalog/templates/service.yml b/helm/oc-catalog/templates/service.yml similarity index 100% rename from Helm/oc-catalog/templates/service.yml rename to helm/oc-catalog/templates/service.yml diff --git a/Helm/oc-catalog/templates/statefulset.yml b/helm/oc-catalog/templates/statefulset.yml similarity index 100% rename from Helm/oc-catalog/templates/statefulset.yml rename to helm/oc-catalog/templates/statefulset.yml diff --git a/Helm/oc-catalog/values.yaml b/helm/oc-catalog/values.yaml similarity index 100% rename from Helm/oc-catalog/values.yaml rename to helm/oc-catalog/values.yaml diff --git a/Helm/oc-deploy/.helmignore b/helm/oc-deploy/.helmignore similarity index 100% rename from Helm/oc-deploy/.helmignore rename to helm/oc-deploy/.helmignore diff --git a/Helm/oc-deploy/Chart.lock b/helm/oc-deploy/Chart.lock similarity index 100% rename from Helm/oc-deploy/Chart.lock rename to helm/oc-deploy/Chart.lock diff --git a/Helm/oc-deploy/Chart.yaml b/helm/oc-deploy/Chart.yaml similarity index 100% rename from Helm/oc-deploy/Chart.yaml rename to helm/oc-deploy/Chart.yaml diff --git a/Helm/oc-deploy/charts/oc-catalog-0.1.0.tgz b/helm/oc-deploy/charts/oc-catalog-0.1.0.tgz similarity index 100% rename from Helm/oc-deploy/charts/oc-catalog-0.1.0.tgz rename to helm/oc-deploy/charts/oc-catalog-0.1.0.tgz diff --git a/Helm/oc-deploy/charts/oc-catalog/Chart.yaml b/helm/oc-deploy/charts/oc-catalog/Chart.yaml similarity index 100% rename from Helm/oc-deploy/charts/oc-catalog/Chart.yaml rename to helm/oc-deploy/charts/oc-catalog/Chart.yaml diff --git a/Helm/oc-deploy/charts/oc-catalog/templates/service.yml b/helm/oc-deploy/charts/oc-catalog/templates/service.yml similarity index 100% rename from Helm/oc-deploy/charts/oc-catalog/templates/service.yml rename to helm/oc-deploy/charts/oc-catalog/templates/service.yml diff --git a/Helm/oc-deploy/charts/oc-catalog/templates/statefulset.yml b/helm/oc-deploy/charts/oc-catalog/templates/statefulset.yml similarity index 100% rename from Helm/oc-deploy/charts/oc-catalog/templates/statefulset.yml rename to helm/oc-deploy/charts/oc-catalog/templates/statefulset.yml diff --git a/Helm/oc-deploy/charts/oc-catalog/values.yaml b/helm/oc-deploy/charts/oc-catalog/values.yaml similarity index 100% rename from Helm/oc-deploy/charts/oc-catalog/values.yaml rename to helm/oc-deploy/charts/oc-catalog/values.yaml diff --git a/Helm/oc-deploy/charts/oc-mongo-0.1.0.tgz b/helm/oc-deploy/charts/oc-mongo-0.1.0.tgz similarity index 100% rename from Helm/oc-deploy/charts/oc-mongo-0.1.0.tgz rename to helm/oc-deploy/charts/oc-mongo-0.1.0.tgz diff --git a/Helm/oc-deploy/charts/oc-mongo-express-0.1.0.tgz b/helm/oc-deploy/charts/oc-mongo-express-0.1.0.tgz similarity index 100% rename from Helm/oc-deploy/charts/oc-mongo-express-0.1.0.tgz rename to helm/oc-deploy/charts/oc-mongo-express-0.1.0.tgz diff --git a/Helm/oc-deploy/charts/oc-mongo-express/Chart.yaml b/helm/oc-deploy/charts/oc-mongo-express/Chart.yaml similarity index 100% rename from Helm/oc-deploy/charts/oc-mongo-express/Chart.yaml rename to helm/oc-deploy/charts/oc-mongo-express/Chart.yaml diff --git a/Helm/oc-deploy/charts/oc-mongo-express/templates/service.yaml b/helm/oc-deploy/charts/oc-mongo-express/templates/service.yaml similarity index 100% rename from Helm/oc-deploy/charts/oc-mongo-express/templates/service.yaml rename to helm/oc-deploy/charts/oc-mongo-express/templates/service.yaml diff --git a/Helm/oc-deploy/charts/oc-mongo-express/templates/statefulset.yaml b/helm/oc-deploy/charts/oc-mongo-express/templates/statefulset.yaml similarity index 100% rename from Helm/oc-deploy/charts/oc-mongo-express/templates/statefulset.yaml rename to helm/oc-deploy/charts/oc-mongo-express/templates/statefulset.yaml diff --git a/Helm/oc-deploy/charts/oc-mongo-express/values.yaml b/helm/oc-deploy/charts/oc-mongo-express/values.yaml similarity index 100% rename from Helm/oc-deploy/charts/oc-mongo-express/values.yaml rename to helm/oc-deploy/charts/oc-mongo-express/values.yaml diff --git a/Helm/oc-deploy/charts/oc-mongo/Chart.yaml b/helm/oc-deploy/charts/oc-mongo/Chart.yaml similarity index 100% rename from Helm/oc-deploy/charts/oc-mongo/Chart.yaml rename to helm/oc-deploy/charts/oc-mongo/Chart.yaml diff --git a/Helm/oc-deploy/charts/oc-mongo/templates/pvc.yaml b/helm/oc-deploy/charts/oc-mongo/templates/pvc.yaml similarity index 100% rename from Helm/oc-deploy/charts/oc-mongo/templates/pvc.yaml rename to helm/oc-deploy/charts/oc-mongo/templates/pvc.yaml diff --git a/Helm/oc-deploy/charts/oc-mongo/templates/secret.yaml b/helm/oc-deploy/charts/oc-mongo/templates/secret.yaml similarity index 100% rename from Helm/oc-deploy/charts/oc-mongo/templates/secret.yaml rename to helm/oc-deploy/charts/oc-mongo/templates/secret.yaml diff --git a/Helm/oc-deploy/charts/oc-mongo/templates/service.yaml b/helm/oc-deploy/charts/oc-mongo/templates/service.yaml similarity index 100% rename from Helm/oc-deploy/charts/oc-mongo/templates/service.yaml rename to helm/oc-deploy/charts/oc-mongo/templates/service.yaml diff --git a/Helm/oc-deploy/charts/oc-mongo/templates/statefulset.yaml b/helm/oc-deploy/charts/oc-mongo/templates/statefulset.yaml similarity index 100% rename from Helm/oc-deploy/charts/oc-mongo/templates/statefulset.yaml rename to helm/oc-deploy/charts/oc-mongo/templates/statefulset.yaml diff --git a/Helm/oc-deploy/charts/oc-mongo/values.yaml b/helm/oc-deploy/charts/oc-mongo/values.yaml similarity index 100% rename from Helm/oc-deploy/charts/oc-mongo/values.yaml rename to helm/oc-deploy/charts/oc-mongo/values.yaml diff --git a/Helm/oc-deploy/values.yaml b/helm/oc-deploy/values.yaml similarity index 100% rename from Helm/oc-deploy/values.yaml rename to helm/oc-deploy/values.yaml diff --git a/Helm/oc-mongo-express/Chart.yaml b/helm/oc-mongo-express/Chart.yaml similarity index 100% rename from Helm/oc-mongo-express/Chart.yaml rename to helm/oc-mongo-express/Chart.yaml diff --git a/Helm/oc-mongo-express/templates/service.yaml b/helm/oc-mongo-express/templates/service.yaml similarity index 100% rename from Helm/oc-mongo-express/templates/service.yaml rename to helm/oc-mongo-express/templates/service.yaml diff --git a/Helm/oc-mongo-express/templates/statefulset.yaml b/helm/oc-mongo-express/templates/statefulset.yaml similarity index 100% rename from Helm/oc-mongo-express/templates/statefulset.yaml rename to helm/oc-mongo-express/templates/statefulset.yaml diff --git a/Helm/oc-mongo-express/values.yaml b/helm/oc-mongo-express/values.yaml similarity index 100% rename from Helm/oc-mongo-express/values.yaml rename to helm/oc-mongo-express/values.yaml diff --git a/Helm/oc-mongo/Chart.yaml b/helm/oc-mongo/Chart.yaml similarity index 100% rename from Helm/oc-mongo/Chart.yaml rename to helm/oc-mongo/Chart.yaml diff --git a/Helm/oc-mongo/templates/pvc.yaml b/helm/oc-mongo/templates/pvc.yaml similarity index 100% rename from Helm/oc-mongo/templates/pvc.yaml rename to helm/oc-mongo/templates/pvc.yaml diff --git a/Helm/oc-mongo/templates/secret.yaml b/helm/oc-mongo/templates/secret.yaml similarity index 100% rename from Helm/oc-mongo/templates/secret.yaml rename to helm/oc-mongo/templates/secret.yaml diff --git a/Helm/oc-mongo/templates/service.yaml b/helm/oc-mongo/templates/service.yaml similarity index 100% rename from Helm/oc-mongo/templates/service.yaml rename to helm/oc-mongo/templates/service.yaml diff --git a/Helm/oc-mongo/templates/statefulset.yaml b/helm/oc-mongo/templates/statefulset.yaml similarity index 100% rename from Helm/oc-mongo/templates/statefulset.yaml rename to helm/oc-mongo/templates/statefulset.yaml diff --git a/Helm/oc-mongo/values.yaml b/helm/oc-mongo/values.yaml similarity index 100% rename from Helm/oc-mongo/values.yaml rename to helm/oc-mongo/values.yaml diff --git a/kube/occhart/.helmignore b/helm/occhart/.helmignore similarity index 100% rename from kube/occhart/.helmignore rename to helm/occhart/.helmignore diff --git a/kube/occhart/Chart.yaml b/helm/occhart/Chart.yaml similarity index 100% rename from kube/occhart/Chart.yaml rename to helm/occhart/Chart.yaml diff --git a/kube/occhart/charts/dex/dex-deployment.yaml b/helm/occhart/charts/dex/dex-deployment.yaml similarity index 100% rename from kube/occhart/charts/dex/dex-deployment.yaml rename to helm/occhart/charts/dex/dex-deployment.yaml diff --git a/kube/occhart/charts/dex/dex-service.yaml b/helm/occhart/charts/dex/dex-service.yaml similarity index 100% rename from kube/occhart/charts/dex/dex-service.yaml rename to helm/occhart/charts/dex/dex-service.yaml diff --git a/kube/occhart/charts/grafana/grafana-deployment.yaml b/helm/occhart/charts/grafana/grafana-deployment.yaml similarity index 100% rename from kube/occhart/charts/grafana/grafana-deployment.yaml rename to helm/occhart/charts/grafana/grafana-deployment.yaml diff --git a/kube/occhart/charts/grafana/grafana-service.yaml b/helm/occhart/charts/grafana/grafana-service.yaml similarity index 100% rename from kube/occhart/charts/grafana/grafana-service.yaml rename to helm/occhart/charts/grafana/grafana-service.yaml diff --git a/kube/occhart/charts/ldap/ldap-deployment.yaml b/helm/occhart/charts/ldap/ldap-deployment.yaml similarity index 100% rename from kube/occhart/charts/ldap/ldap-deployment.yaml rename to helm/occhart/charts/ldap/ldap-deployment.yaml diff --git a/kube/occhart/charts/ldap/ldap-service.yaml b/helm/occhart/charts/ldap/ldap-service.yaml similarity index 100% rename from kube/occhart/charts/ldap/ldap-service.yaml rename to helm/occhart/charts/ldap/ldap-service.yaml diff --git a/kube/occhart/charts/loki/loki-deployment.yaml b/helm/occhart/charts/loki/loki-deployment.yaml similarity index 100% rename from kube/occhart/charts/loki/loki-deployment.yaml rename to helm/occhart/charts/loki/loki-deployment.yaml diff --git a/kube/occhart/charts/loki/loki-service.yaml b/helm/occhart/charts/loki/loki-service.yaml similarity index 100% rename from kube/occhart/charts/loki/loki-service.yaml rename to helm/occhart/charts/loki/loki-service.yaml diff --git a/kube/occhart/charts/mongo/mongo-deployment.yaml b/helm/occhart/charts/mongo/mongo-deployment.yaml similarity index 100% rename from kube/occhart/charts/mongo/mongo-deployment.yaml rename to helm/occhart/charts/mongo/mongo-deployment.yaml diff --git a/kube/occhart/charts/mongo/mongo-service.yaml b/helm/occhart/charts/mongo/mongo-service.yaml similarity index 100% rename from kube/occhart/charts/mongo/mongo-service.yaml rename to helm/occhart/charts/mongo/mongo-service.yaml diff --git a/kube/occhart/charts/nats/nats-deployment.yaml b/helm/occhart/charts/nats/nats-deployment.yaml similarity index 100% rename from kube/occhart/charts/nats/nats-deployment.yaml rename to helm/occhart/charts/nats/nats-deployment.yaml diff --git a/kube/occhart/charts/nats/nats-service.yaml b/helm/occhart/charts/nats/nats-service.yaml similarity index 100% rename from kube/occhart/charts/nats/nats-service.yaml rename to helm/occhart/charts/nats/nats-service.yaml diff --git a/kube/occhart/charts/traefik/traefik-deployment.yaml b/helm/occhart/charts/traefik/traefik-deployment.yaml similarity index 100% rename from kube/occhart/charts/traefik/traefik-deployment.yaml rename to helm/occhart/charts/traefik/traefik-deployment.yaml diff --git a/kube/occhart/charts/traefik/traefik-ingress.yaml b/helm/occhart/charts/traefik/traefik-ingress.yaml similarity index 100% rename from kube/occhart/charts/traefik/traefik-ingress.yaml rename to helm/occhart/charts/traefik/traefik-ingress.yaml diff --git a/kube/occhart/charts/traefik/traefik-service.yaml b/helm/occhart/charts/traefik/traefik-service.yaml similarity index 100% rename from kube/occhart/charts/traefik/traefik-service.yaml rename to helm/occhart/charts/traefik/traefik-service.yaml diff --git a/kube/occhart/charts/zinc/zinc-deployment.yaml b/helm/occhart/charts/zinc/zinc-deployment.yaml similarity index 100% rename from kube/occhart/charts/zinc/zinc-deployment.yaml rename to helm/occhart/charts/zinc/zinc-deployment.yaml diff --git a/kube/occhart/charts/zinc/zinc-service.yaml b/helm/occhart/charts/zinc/zinc-service.yaml similarity index 100% rename from kube/occhart/charts/zinc/zinc-service.yaml rename to helm/occhart/charts/zinc/zinc-service.yaml diff --git a/kube/occhart/templates/NOTES.txt b/helm/occhart/templates/NOTES.txt similarity index 100% rename from kube/occhart/templates/NOTES.txt rename to helm/occhart/templates/NOTES.txt diff --git a/kube/occhart/templates/_helpers.tpl b/helm/occhart/templates/_helpers.tpl similarity index 100% rename from kube/occhart/templates/_helpers.tpl rename to helm/occhart/templates/_helpers.tpl diff --git a/kube/occhart/templates/deployment.yaml b/helm/occhart/templates/deployment.yaml similarity index 100% rename from kube/occhart/templates/deployment.yaml rename to helm/occhart/templates/deployment.yaml diff --git a/kube/occhart/templates/hpa.yaml b/helm/occhart/templates/hpa.yaml similarity index 100% rename from kube/occhart/templates/hpa.yaml rename to helm/occhart/templates/hpa.yaml diff --git a/kube/occhart/templates/ingress.yaml b/helm/occhart/templates/ingress.yaml similarity index 100% rename from kube/occhart/templates/ingress.yaml rename to helm/occhart/templates/ingress.yaml diff --git a/kube/occhart/templates/service.yaml b/helm/occhart/templates/service.yaml similarity index 100% rename from kube/occhart/templates/service.yaml rename to helm/occhart/templates/service.yaml diff --git a/kube/occhart/templates/serviceaccount.yaml b/helm/occhart/templates/serviceaccount.yaml similarity index 100% rename from kube/occhart/templates/serviceaccount.yaml rename to helm/occhart/templates/serviceaccount.yaml diff --git a/kube/occhart/templates/tests/test-connection.yaml b/helm/occhart/templates/tests/test-connection.yaml similarity index 100% rename from kube/occhart/templates/tests/test-connection.yaml rename to helm/occhart/templates/tests/test-connection.yaml diff --git a/kube/occhart/values.yaml b/helm/occhart/values.yaml similarity index 100% rename from kube/occhart/values.yaml rename to helm/occhart/values.yaml diff --git a/oc-catalog/oc-catalog-deployment.yml b/kube/oc-catalog/oc-catalog-deployment.yml similarity index 100% rename from oc-catalog/oc-catalog-deployment.yml rename to kube/oc-catalog/oc-catalog-deployment.yml diff --git a/oc-catalog/oc-catalog-service.yml b/kube/oc-catalog/oc-catalog-service.yml similarity index 100% rename from oc-catalog/oc-catalog-service.yml rename to kube/oc-catalog/oc-catalog-service.yml diff --git a/oc-mongo/mongo-express/mongo-express-deployment.yml b/kube/oc-mongo/mongo-express/mongo-express-deployment.yml similarity index 100% rename from oc-mongo/mongo-express/mongo-express-deployment.yml rename to kube/oc-mongo/mongo-express/mongo-express-deployment.yml diff --git a/oc-mongo/mongo-express/mongo-express-service.yml b/kube/oc-mongo/mongo-express/mongo-express-service.yml similarity index 100% rename from oc-mongo/mongo-express/mongo-express-service.yml rename to kube/oc-mongo/mongo-express/mongo-express-service.yml diff --git a/oc-mongo/mongo/mongo-deployment.yml b/kube/oc-mongo/mongo/mongo-deployment.yml similarity index 100% rename from oc-mongo/mongo/mongo-deployment.yml rename to kube/oc-mongo/mongo/mongo-deployment.yml diff --git a/oc-mongo/mongo/mongo-secret.yml b/kube/oc-mongo/mongo/mongo-secret.yml similarity index 100% rename from oc-mongo/mongo/mongo-secret.yml rename to kube/oc-mongo/mongo/mongo-secret.yml diff --git a/oc-mongo/mongo/mongo-service.yml b/kube/oc-mongo/mongo/mongo-service.yml similarity index 100% rename from oc-mongo/mongo/mongo-service.yml rename to kube/oc-mongo/mongo/mongo-service.yml