diff --git a/helm/digitalhub/.helmignore b/charts/digitalhub/.helmignore similarity index 100% rename from helm/digitalhub/.helmignore rename to charts/digitalhub/.helmignore diff --git a/helm/digitalhub/Chart.yaml b/charts/digitalhub/Chart.yaml similarity index 98% rename from helm/digitalhub/Chart.yaml rename to charts/digitalhub/Chart.yaml index f2e85b35..b1daab62 100644 --- a/helm/digitalhub/Chart.yaml +++ b/charts/digitalhub/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: digitalhub description: The Digital Hub is an open-source platform for interoperability of data and services, built by integrating several open-source projects to manage, elaborate, expose and serve data through modern standards. type: application -version: 0.2.45 -appVersion: "0.2.0" +version: 0.2.46 +appVersion: "0.3.0" dependencies: - name: docker-registry version: "2.2.2" diff --git a/helm/digitalhub/charts/docker-registry-2.2.2.tgz b/charts/digitalhub/charts/docker-registry-2.2.2.tgz similarity index 100% rename from helm/digitalhub/charts/docker-registry-2.2.2.tgz rename to charts/digitalhub/charts/docker-registry-2.2.2.tgz diff --git a/helm/digitalhub/charts/grafana-7.0.3.tgz b/charts/digitalhub/charts/grafana-7.0.3.tgz similarity index 100% rename from helm/digitalhub/charts/grafana-7.0.3.tgz rename to charts/digitalhub/charts/grafana-7.0.3.tgz diff --git a/helm/digitalhub/charts/openmetadata-1.3.0.tgz b/charts/digitalhub/charts/openmetadata-1.3.0.tgz similarity index 100% rename from helm/digitalhub/charts/openmetadata-1.3.0.tgz rename to charts/digitalhub/charts/openmetadata-1.3.0.tgz diff --git a/helm/digitalhub/charts/opensearch-2.12.1.tgz b/charts/digitalhub/charts/opensearch-2.12.1.tgz similarity index 100% rename from helm/digitalhub/charts/opensearch-2.12.1.tgz rename to charts/digitalhub/charts/opensearch-2.12.1.tgz diff --git a/helm/digitalhub/charts/postgres-operator-1.10.0.tgz b/charts/digitalhub/charts/postgres-operator-1.10.0.tgz similarity index 100% rename from helm/digitalhub/charts/postgres-operator-1.10.0.tgz rename to charts/digitalhub/charts/postgres-operator-1.10.0.tgz diff --git a/helm/digitalhub/charts/rabbitmq-cluster-operator-3.10.10.tgz b/charts/digitalhub/charts/rabbitmq-cluster-operator-3.10.10.tgz similarity index 100% rename from helm/digitalhub/charts/rabbitmq-cluster-operator-3.10.10.tgz rename to charts/digitalhub/charts/rabbitmq-cluster-operator-3.10.10.tgz diff --git a/helm/digitalhub/confs/.dockerconfigjson b/charts/digitalhub/confs/.dockerconfigjson similarity index 100% rename from helm/digitalhub/confs/.dockerconfigjson rename to charts/digitalhub/confs/.dockerconfigjson diff --git a/helm/digitalhub/confs/airflow/pod_template.kubernetes-helm-yaml b/charts/digitalhub/confs/airflow/pod_template.kubernetes-helm-yaml similarity index 100% rename from helm/digitalhub/confs/airflow/pod_template.kubernetes-helm-yaml rename to charts/digitalhub/confs/airflow/pod_template.kubernetes-helm-yaml diff --git a/helm/digitalhub/confs/coder/dashboard-main.tf b/charts/digitalhub/confs/coder/dashboard-main.tf similarity index 100% rename from helm/digitalhub/confs/coder/dashboard-main.tf rename to charts/digitalhub/confs/coder/dashboard-main.tf diff --git a/helm/digitalhub/confs/coder/dremio-main.tf b/charts/digitalhub/confs/coder/dremio-main.tf similarity index 100% rename from helm/digitalhub/confs/coder/dremio-main.tf rename to charts/digitalhub/confs/coder/dremio-main.tf diff --git a/helm/digitalhub/confs/coder/grafana-main.tf b/charts/digitalhub/confs/coder/grafana-main.tf similarity index 100% rename from helm/digitalhub/confs/coder/grafana-main.tf rename to charts/digitalhub/confs/coder/grafana-main.tf diff --git a/helm/digitalhub/confs/coder/init.sh b/charts/digitalhub/confs/coder/init.sh similarity index 100% rename from helm/digitalhub/confs/coder/init.sh rename to charts/digitalhub/confs/coder/init.sh diff --git a/helm/digitalhub/confs/coder/jupyter-main.tf b/charts/digitalhub/confs/coder/jupyter-main.tf similarity index 100% rename from helm/digitalhub/confs/coder/jupyter-main.tf rename to charts/digitalhub/confs/coder/jupyter-main.tf diff --git a/helm/digitalhub/confs/coder/sqlpad-main.tf b/charts/digitalhub/confs/coder/sqlpad-main.tf similarity index 100% rename from helm/digitalhub/confs/coder/sqlpad-main.tf rename to charts/digitalhub/confs/coder/sqlpad-main.tf diff --git a/helm/digitalhub/confs/dremio/add_source_with_api.sh b/charts/digitalhub/confs/dremio/add_source_with_api.sh similarity index 100% rename from helm/digitalhub/confs/dremio/add_source_with_api.sh rename to charts/digitalhub/confs/dremio/add_source_with_api.sh diff --git a/helm/digitalhub/confs/dremio/dremio-backup.tar b/charts/digitalhub/confs/dremio/dremio-backup.tar similarity index 100% rename from helm/digitalhub/confs/dremio/dremio-backup.tar rename to charts/digitalhub/confs/dremio/dremio-backup.tar diff --git a/helm/digitalhub/confs/dremio/init-data.sh b/charts/digitalhub/confs/dremio/init-data.sh similarity index 100% rename from helm/digitalhub/confs/dremio/init-data.sh rename to charts/digitalhub/confs/dremio/init-data.sh diff --git a/helm/digitalhub/templates/NOTES.txt b/charts/digitalhub/templates/NOTES.txt similarity index 100% rename from helm/digitalhub/templates/NOTES.txt rename to charts/digitalhub/templates/NOTES.txt diff --git a/helm/digitalhub/templates/_helpers.tpl b/charts/digitalhub/templates/_helpers.tpl similarity index 100% rename from helm/digitalhub/templates/_helpers.tpl rename to charts/digitalhub/templates/_helpers.tpl diff --git a/helm/digitalhub/templates/airflow-configmap-pod-template.yaml b/charts/digitalhub/templates/airflow-configmap-pod-template.yaml similarity index 100% rename from helm/digitalhub/templates/airflow-configmap-pod-template.yaml rename to charts/digitalhub/templates/airflow-configmap-pod-template.yaml diff --git a/helm/digitalhub/templates/airflow-credentials.yaml b/charts/digitalhub/templates/airflow-credentials.yaml similarity index 100% rename from helm/digitalhub/templates/airflow-credentials.yaml rename to charts/digitalhub/templates/airflow-credentials.yaml diff --git a/helm/digitalhub/templates/airflow-postgresql-cluster.yaml b/charts/digitalhub/templates/airflow-postgresql-cluster.yaml similarity index 100% rename from helm/digitalhub/templates/airflow-postgresql-cluster.yaml rename to charts/digitalhub/templates/airflow-postgresql-cluster.yaml diff --git a/helm/digitalhub/templates/basic-auth.yaml b/charts/digitalhub/templates/basic-auth.yaml similarity index 100% rename from helm/digitalhub/templates/basic-auth.yaml rename to charts/digitalhub/templates/basic-auth.yaml diff --git a/helm/digitalhub/templates/coder-postgresql-cluster.yaml b/charts/digitalhub/templates/coder-postgresql-cluster.yaml similarity index 100% rename from helm/digitalhub/templates/coder-postgresql-cluster.yaml rename to charts/digitalhub/templates/coder-postgresql-cluster.yaml diff --git a/helm/digitalhub/templates/coder/coder-additional-rbac.yaml b/charts/digitalhub/templates/coder/coder-additional-rbac.yaml similarity index 100% rename from helm/digitalhub/templates/coder/coder-additional-rbac.yaml rename to charts/digitalhub/templates/coder/coder-additional-rbac.yaml diff --git a/helm/digitalhub/templates/coder/coder-custom-template-configmap.yaml b/charts/digitalhub/templates/coder/coder-custom-template-configmap.yaml similarity index 100% rename from helm/digitalhub/templates/coder/coder-custom-template-configmap.yaml rename to charts/digitalhub/templates/coder/coder-custom-template-configmap.yaml diff --git a/helm/digitalhub/templates/coder/coder-db-secret.yaml b/charts/digitalhub/templates/coder/coder-db-secret.yaml similarity index 100% rename from helm/digitalhub/templates/coder/coder-db-secret.yaml rename to charts/digitalhub/templates/coder/coder-db-secret.yaml diff --git a/helm/digitalhub/templates/coder/coder-init-configmap.yaml b/charts/digitalhub/templates/coder/coder-init-configmap.yaml similarity index 100% rename from helm/digitalhub/templates/coder/coder-init-configmap.yaml rename to charts/digitalhub/templates/coder/coder-init-configmap.yaml diff --git a/helm/digitalhub/templates/coder/coder-init-job.yaml b/charts/digitalhub/templates/coder/coder-init-job.yaml similarity index 100% rename from helm/digitalhub/templates/coder/coder-init-job.yaml rename to charts/digitalhub/templates/coder/coder-init-job.yaml diff --git a/helm/digitalhub/templates/coder/coder-user-secret.yaml b/charts/digitalhub/templates/coder/coder-user-secret.yaml similarity index 100% rename from helm/digitalhub/templates/coder/coder-user-secret.yaml rename to charts/digitalhub/templates/coder/coder-user-secret.yaml diff --git a/helm/digitalhub/templates/core-postgresql-cluster.yaml b/charts/digitalhub/templates/core-postgresql-cluster.yaml similarity index 100% rename from helm/digitalhub/templates/core-postgresql-cluster.yaml rename to charts/digitalhub/templates/core-postgresql-cluster.yaml diff --git a/helm/digitalhub/templates/database-postgresql-cluster.yaml b/charts/digitalhub/templates/database-postgresql-cluster.yaml similarity index 100% rename from helm/digitalhub/templates/database-postgresql-cluster.yaml rename to charts/digitalhub/templates/database-postgresql-cluster.yaml diff --git a/helm/digitalhub/templates/delete-resources.yaml b/charts/digitalhub/templates/delete-resources.yaml similarity index 100% rename from helm/digitalhub/templates/delete-resources.yaml rename to charts/digitalhub/templates/delete-resources.yaml diff --git a/helm/digitalhub/templates/dremio/dremio-init-data-configmap.yaml b/charts/digitalhub/templates/dremio/dremio-init-data-configmap.yaml similarity index 100% rename from helm/digitalhub/templates/dremio/dremio-init-data-configmap.yaml rename to charts/digitalhub/templates/dremio/dremio-init-data-configmap.yaml diff --git a/helm/digitalhub/templates/openmetadata-postgresql-cluster.yaml b/charts/digitalhub/templates/openmetadata-postgresql-cluster.yaml similarity index 100% rename from helm/digitalhub/templates/openmetadata-postgresql-cluster.yaml rename to charts/digitalhub/templates/openmetadata-postgresql-cluster.yaml diff --git a/helm/digitalhub/templates/rabbitmq-cluster.yaml b/charts/digitalhub/templates/rabbitmq-cluster.yaml similarity index 100% rename from helm/digitalhub/templates/rabbitmq-cluster.yaml rename to charts/digitalhub/templates/rabbitmq-cluster.yaml diff --git a/helm/digitalhub/templates/registry-credentials.yaml b/charts/digitalhub/templates/registry-credentials.yaml similarity index 100% rename from helm/digitalhub/templates/registry-credentials.yaml rename to charts/digitalhub/templates/registry-credentials.yaml diff --git a/helm/digitalhub/values.yaml b/charts/digitalhub/values.yaml similarity index 100% rename from helm/digitalhub/values.yaml rename to charts/digitalhub/values.yaml