diff --git a/freeleaps/alpha/ci/freeleaps-service-hub/Jenkinsfile b/freeleaps/alpha/ci/freeleaps-service-hub/Jenkinsfile index fa687fee..e5d8c5fe 100644 --- a/freeleaps/alpha/ci/freeleaps-service-hub/Jenkinsfile +++ b/freeleaps/alpha/ci/freeleaps-service-hub/Jenkinsfile @@ -32,7 +32,7 @@ executeFreeleapsPipeline { semanticReleaseEnabled: true ], [ - name: 'central-storage', + name: 'centralStorage', root: 'apps/central_storage', language: 'python', dependenciesManager: 'pip', diff --git a/freeleaps/helm-pkg/central-storage/Chart.yaml b/freeleaps/helm-pkg/centralStorage/Chart.yaml similarity index 100% rename from freeleaps/helm-pkg/central-storage/Chart.yaml rename to freeleaps/helm-pkg/centralStorage/Chart.yaml diff --git a/freeleaps/helm-pkg/central-storage/templates/central-storage/central-storage-config.yaml b/freeleaps/helm-pkg/centralStorage/templates/central-storage/central-storage-config.yaml similarity index 100% rename from freeleaps/helm-pkg/central-storage/templates/central-storage/central-storage-config.yaml rename to freeleaps/helm-pkg/centralStorage/templates/central-storage/central-storage-config.yaml diff --git a/freeleaps/helm-pkg/central-storage/templates/central-storage/certificate.yaml b/freeleaps/helm-pkg/centralStorage/templates/central-storage/certificate.yaml similarity index 100% rename from freeleaps/helm-pkg/central-storage/templates/central-storage/certificate.yaml rename to freeleaps/helm-pkg/centralStorage/templates/central-storage/certificate.yaml diff --git a/freeleaps/helm-pkg/central-storage/templates/central-storage/deployment.yaml b/freeleaps/helm-pkg/centralStorage/templates/central-storage/deployment.yaml similarity index 100% rename from freeleaps/helm-pkg/central-storage/templates/central-storage/deployment.yaml rename to freeleaps/helm-pkg/centralStorage/templates/central-storage/deployment.yaml diff --git a/freeleaps/helm-pkg/central-storage/templates/central-storage/ingress.yaml b/freeleaps/helm-pkg/centralStorage/templates/central-storage/ingress.yaml similarity index 100% rename from freeleaps/helm-pkg/central-storage/templates/central-storage/ingress.yaml rename to freeleaps/helm-pkg/centralStorage/templates/central-storage/ingress.yaml diff --git a/freeleaps/helm-pkg/central-storage/templates/central-storage/service.yaml b/freeleaps/helm-pkg/centralStorage/templates/central-storage/service.yaml similarity index 100% rename from freeleaps/helm-pkg/central-storage/templates/central-storage/service.yaml rename to freeleaps/helm-pkg/centralStorage/templates/central-storage/service.yaml diff --git a/freeleaps/helm-pkg/central-storage/values.alpha.yaml b/freeleaps/helm-pkg/centralStorage/values.alpha.yaml similarity index 100% rename from freeleaps/helm-pkg/central-storage/values.alpha.yaml rename to freeleaps/helm-pkg/centralStorage/values.alpha.yaml diff --git a/freeleaps/helm-pkg/central-storage/values.prod.yaml b/freeleaps/helm-pkg/centralStorage/values.prod.yaml similarity index 100% rename from freeleaps/helm-pkg/central-storage/values.prod.yaml rename to freeleaps/helm-pkg/centralStorage/values.prod.yaml diff --git a/freeleaps/helm-pkg/central-storage/values.yaml b/freeleaps/helm-pkg/centralStorage/values.yaml similarity index 100% rename from freeleaps/helm-pkg/central-storage/values.yaml rename to freeleaps/helm-pkg/centralStorage/values.yaml diff --git a/freeleaps/prod/ci/freeleaps-service-hub/Jenkinsfile b/freeleaps/prod/ci/freeleaps-service-hub/Jenkinsfile index 1611b64a..645b1156 100644 --- a/freeleaps/prod/ci/freeleaps-service-hub/Jenkinsfile +++ b/freeleaps/prod/ci/freeleaps-service-hub/Jenkinsfile @@ -32,7 +32,7 @@ executeFreeleapsPipeline { semanticReleaseEnabled: true ], [ - name: 'central-storage', + name: 'centralStorage', root: 'apps/central_storage', language: 'python', dependenciesManager: 'pip',