mirror of
https://github.com/puppetlabs/vmpooler-deployment.git
synced 2026-01-26 11:38:41 -05:00
Prior to this, the only way to set the image tag was by modifying the appVersion param of the chart itself. This made it impossible to use a non-default image version.
11 lines
336 B
YAML
11 lines
336 B
YAML
apiVersion: v2
|
|
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.7.1
|
|
appVersion: 1.0.0-prod-all-providers
|
|
dependencies:
|
|
- name: redis
|
|
repository: https://charts.bitnami.com/bitnami
|
|
version: 10.7.12
|