* Update osba version

We've released v0.6.0-alpha, so we need to update the helm chart
version.

* Added values.yaml
This commit is contained in:
Jeremy Rickard 2017-12-29 21:32:50 -08:00 коммит произвёл Kent Rancourt
Родитель 8c67a988de
Коммит 995e8378de
2 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -1,8 +1,8 @@
apiVersion: v1
description: A Helm chart for Open Service Broker For Azure
name: open-service-broker-azure
version: 0.3.0
appVersion: v0.5.0-alpha
version: 0.4.0
appVersion: v0.6.0-alpha
keywords:
- azure
- services

Просмотреть файл

@ -4,7 +4,7 @@ image:
## Image location, NOT including the tag
repository: microsoft/azure-service-broker
## Image tag
tag: v0.5.0-alpha
tag: v0.6.0-alpha
## "IfNotPresent", "Always", or "Never"
pullPolicy: IfNotPresent