Create Helm repository

This commit is contained in:
Gene Liverman 2021-12-03 11:45:03 -05:00
parent 0b21ff051b
commit 0f4c2310b8
No known key found for this signature in database
GPG key ID: 3AF83985B6C857C6
19 changed files with 24 additions and 1 deletions

View file

@ -5,3 +5,7 @@ This repo contains Dockerfiles and a Helm chart that can be used to deploy [VMPo
## Status ## 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. 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/

19
docs/index.yaml Normal file
View file

@ -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"

BIN
docs/vmpooler-1.6.0.tgz Normal file

Binary file not shown.

View file

@ -3,7 +3,7 @@ name: vmpooler
description: A Helm chart to deploy vmpooler description: A Helm chart to deploy vmpooler
type: application type: application
icon: https://github.com/puppetlabs/vmpooler/raw/master/lib/vmpooler/public/img/logo.png 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 appVersion: 1.3.0
dependencies: dependencies:
- name: redis - name: redis