diff --git a/README.md b/README.md index 080caf1..c9ac599 100644 --- a/README.md +++ b/README.md @@ -5,3 +5,7 @@ This repo contains Dockerfiles and a Helm chart that can be used to deploy [VMPo ## Status This repo is a work in progress. It mostly works but many bits need adjusting here and there as they were compiled from other locations. More details will be added soon. + +## Helm Repository + +The `docs/` folder in this repository represents a Helm repo served via GitHub Pages at https://puppetlabs.github.io/vmpooler-deployment/ diff --git a/docs/index.yaml b/docs/index.yaml new file mode 100644 index 0000000..cfae8e9 --- /dev/null +++ b/docs/index.yaml @@ -0,0 +1,19 @@ +apiVersion: v1 +entries: + vmpooler: + - apiVersion: v2 + appVersion: 1.3.0 + created: "2021-12-03T11:42:24.189793776-05:00" + dependencies: + - name: redis + repository: https://charts.bitnami.com/bitnami + version: 10.7.12 + description: A Helm chart to deploy vmpooler + digest: b9dab8473bfe874d4ff3177b83ebcd8c5cab040039f7d796a8bb74a66490c681 + icon: https://github.com/puppetlabs/vmpooler/raw/master/lib/vmpooler/public/img/logo.png + name: vmpooler + type: application + urls: + - https://puppetlabs.github.io/vmpooler-deployment/vmpooler-1.6.0.tgz + version: 1.6.0 +generated: "2021-12-03T11:42:24.184981473-05:00" diff --git a/docs/vmpooler-1.6.0.tgz b/docs/vmpooler-1.6.0.tgz new file mode 100644 index 0000000..ec1eb0a Binary files /dev/null and b/docs/vmpooler-1.6.0.tgz differ diff --git a/helm/vmpooler/.helmignore b/helm-charts/vmpooler/.helmignore similarity index 100% rename from helm/vmpooler/.helmignore rename to helm-charts/vmpooler/.helmignore diff --git a/helm/vmpooler/Chart.lock b/helm-charts/vmpooler/Chart.lock similarity index 100% rename from helm/vmpooler/Chart.lock rename to helm-charts/vmpooler/Chart.lock diff --git a/helm/vmpooler/Chart.yaml b/helm-charts/vmpooler/Chart.yaml similarity index 95% rename from helm/vmpooler/Chart.yaml rename to helm-charts/vmpooler/Chart.yaml index cb4eaf4..d49dcff 100644 --- a/helm/vmpooler/Chart.yaml +++ b/helm-charts/vmpooler/Chart.yaml @@ -3,7 +3,7 @@ name: vmpooler description: A Helm chart to deploy vmpooler type: application icon: https://github.com/puppetlabs/vmpooler/raw/master/lib/vmpooler/public/img/logo.png -version: 1.5.2 +version: 1.6.0 appVersion: 1.3.0 dependencies: - name: redis diff --git a/helm/vmpooler/charts/redis-10.7.12.tgz b/helm-charts/vmpooler/charts/redis-10.7.12.tgz similarity index 100% rename from helm/vmpooler/charts/redis-10.7.12.tgz rename to helm-charts/vmpooler/charts/redis-10.7.12.tgz diff --git a/helm/vmpooler/templates/NOTES.txt b/helm-charts/vmpooler/templates/NOTES.txt similarity index 100% rename from helm/vmpooler/templates/NOTES.txt rename to helm-charts/vmpooler/templates/NOTES.txt diff --git a/helm/vmpooler/templates/_helpers.tpl b/helm-charts/vmpooler/templates/_helpers.tpl similarity index 100% rename from helm/vmpooler/templates/_helpers.tpl rename to helm-charts/vmpooler/templates/_helpers.tpl diff --git a/helm/vmpooler/templates/configmap-vmpooler-baseconfig.yaml b/helm-charts/vmpooler/templates/configmap-vmpooler-baseconfig.yaml similarity index 100% rename from helm/vmpooler/templates/configmap-vmpooler-baseconfig.yaml rename to helm-charts/vmpooler/templates/configmap-vmpooler-baseconfig.yaml diff --git a/helm/vmpooler/templates/configmap-vmpooler-pools.yaml b/helm-charts/vmpooler/templates/configmap-vmpooler-pools.yaml similarity index 100% rename from helm/vmpooler/templates/configmap-vmpooler-pools.yaml rename to helm-charts/vmpooler/templates/configmap-vmpooler-pools.yaml diff --git a/helm/vmpooler/templates/deployment-api.yaml b/helm-charts/vmpooler/templates/deployment-api.yaml similarity index 100% rename from helm/vmpooler/templates/deployment-api.yaml rename to helm-charts/vmpooler/templates/deployment-api.yaml diff --git a/helm/vmpooler/templates/deployment-manager.yaml b/helm-charts/vmpooler/templates/deployment-manager.yaml similarity index 100% rename from helm/vmpooler/templates/deployment-manager.yaml rename to helm-charts/vmpooler/templates/deployment-manager.yaml diff --git a/helm/vmpooler/templates/ingress.yaml b/helm-charts/vmpooler/templates/ingress.yaml similarity index 100% rename from helm/vmpooler/templates/ingress.yaml rename to helm-charts/vmpooler/templates/ingress.yaml diff --git a/helm/vmpooler/templates/service-api.yaml b/helm-charts/vmpooler/templates/service-api.yaml similarity index 100% rename from helm/vmpooler/templates/service-api.yaml rename to helm-charts/vmpooler/templates/service-api.yaml diff --git a/helm/vmpooler/templates/service-manager.yaml b/helm-charts/vmpooler/templates/service-manager.yaml similarity index 100% rename from helm/vmpooler/templates/service-manager.yaml rename to helm-charts/vmpooler/templates/service-manager.yaml diff --git a/helm/vmpooler/templates/serviceaccount.yaml b/helm-charts/vmpooler/templates/serviceaccount.yaml similarity index 100% rename from helm/vmpooler/templates/serviceaccount.yaml rename to helm-charts/vmpooler/templates/serviceaccount.yaml diff --git a/helm/vmpooler/templates/tests/test-connection.yaml b/helm-charts/vmpooler/templates/tests/test-connection.yaml similarity index 100% rename from helm/vmpooler/templates/tests/test-connection.yaml rename to helm-charts/vmpooler/templates/tests/test-connection.yaml diff --git a/helm/vmpooler/values.yaml b/helm-charts/vmpooler/values.yaml similarity index 100% rename from helm/vmpooler/values.yaml rename to helm-charts/vmpooler/values.yaml