diff --git a/helm/index.yaml b/helm/index.yaml new file mode 100644 index 000000000..7b911971d --- /dev/null +++ b/helm/index.yaml @@ -0,0 +1,29 @@ +apiVersion: v1 +entries: + squidex: + - apiVersion: v2 + appVersion: 5.7.0 + created: "2021-07-06T05:18:03.615631-03:00" + dependencies: + - condition: mongodb-replicaset.enabled + name: mongodb-replicaset + repository: https://kubernetes-charts.storage.googleapis.com/ + version: 3.9.6 + description: Squidex CMS + digest: 073d50f9c3dba6b34e3172149b39abcda942cfa0d11969ae0f2560af9993637e + home: https://squidex.io/ + keywords: + - cms + - headless-cms + - mongodb + - csharp + - asp-net-core + - asp-net + name: squidex + sources: + - https://github.com/Squidex/squidex + type: application + urls: + - https://helm.squidex.io/squidex-1.0.0.tgz + version: 1.0.0 +generated: "2021-07-06T05:18:03.612399-03:00" diff --git a/helm/squidex-1.0.0.tgz b/helm/squidex-1.0.0.tgz new file mode 100644 index 000000000..04d4e17e8 Binary files /dev/null and b/helm/squidex-1.0.0.tgz differ diff --git a/helm/Chart.yaml b/helm/squidex/Chart.yaml similarity index 100% rename from helm/Chart.yaml rename to helm/squidex/Chart.yaml diff --git a/helm/charts/mongodb-replicaset-3.9.6.tgz b/helm/squidex/charts/mongodb-replicaset-3.9.6.tgz similarity index 100% rename from helm/charts/mongodb-replicaset-3.9.6.tgz rename to helm/squidex/charts/mongodb-replicaset-3.9.6.tgz diff --git a/helm/templates/_helpers.tpl b/helm/squidex/templates/_helpers.tpl similarity index 100% rename from helm/templates/_helpers.tpl rename to helm/squidex/templates/_helpers.tpl diff --git a/helm/templates/deployment.yaml b/helm/squidex/templates/deployment.yaml similarity index 100% rename from helm/templates/deployment.yaml rename to helm/squidex/templates/deployment.yaml diff --git a/helm/templates/ingress.yaml b/helm/squidex/templates/ingress.yaml similarity index 100% rename from helm/templates/ingress.yaml rename to helm/squidex/templates/ingress.yaml diff --git a/helm/templates/service.yaml b/helm/squidex/templates/service.yaml similarity index 100% rename from helm/templates/service.yaml rename to helm/squidex/templates/service.yaml diff --git a/helm/values.yaml b/helm/squidex/values.yaml similarity index 100% rename from helm/values.yaml rename to helm/squidex/values.yaml