mirror of
https://github.com/puppetlabs/vmpooler-deployment.git
synced 2026-01-26 11:38:41 -05:00
Merge pull request #4 from puppetlabs/helm-repo-setup
Create Helm repository
This commit is contained in:
commit
ec2708c4bd
19 changed files with 24 additions and 1 deletions
|
|
@ -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
19
docs/index.yaml
Normal 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
BIN
docs/vmpooler-1.6.0.tgz
Normal file
Binary file not shown.
|
|
@ -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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue