* Updating chart to use public image

Fixes #66

* Update docker tag for osba version 0.4.0-alpha and minStability level

Fixes #68

* Bump minor version and added explicit version tag to README

* Bump minor version, appVersion added to Chart and added explicit version tag to README

* Change impage pull policy and small change to version in docs and appVersion field
This commit is contained in:
Jeremy Rickard 2017-12-04 15:18:30 -07:00 коммит произвёл GitHub
Родитель 52dd2c167e
Коммит 55d96a2ab7
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 8 добавлений и 7 удалений

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

@ -1,7 +1,8 @@
apiVersion: v1
description: A Helm chart for Open Service Broker For Azure
name: open-service-broker-azure
version: 0.1.0
version: 0.2.0
appVersion: v0.4.0-alpha
keywords:
- azure
- services
@ -15,4 +16,4 @@ maintainers:
email: kent.rancourt@microsoft.com
- name: Jim Zimmerman
email: jim.zimmerman@microsoft.com
tillerVersion: ">=2.7.0-rc1"
tillerVersion: ">=2.7.0-rc1"

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

@ -101,8 +101,8 @@ Broker chart and their default values.
| Parameter | Description | Default |
| --------- | ----------- | ------- |
| `image.repository` | Docker image location, _without_ the tag. | `"microsoft/azure-service-broker"` |
| `image.tag` | Tag / version of the Docker image. | `"canary"`; This references an image built from the very latest, possibly unreleased source code. This value is temporary and will change once OSBA and its chart both stabilize. At that time, each revision of the chart will reference a specific OSBA version using an _immutable_ tag, such as a semantic version. |
| `image.pullPolicy` | `"IfNotPresent"`, `"Always"`, or `"Never"`; When launching a pod, this option indicates when to pull the OSBA Docker image. | `"Always"`; This policy complements the use of the mutable `canary` tag. This value is temporary and will change once OSBA and its chart both stabalize and begin to reference images using _immutable_ tags, such as semantic versions. |
| `image.tag` | Tag / version of the Docker image. | `"v0.4.0-alpha"` |
| `image.pullPolicy` | `"IfNotPresent"`, `"Always"`, or `"Never"`; When launching a pod, this option indicates when to pull the OSBA Docker image. | `"IfNotPresent"` |
| `registerBroker` | Whether to register this broker with the Kubernetes Service Catalog. If true, the Kubernetes Service Catalog must already be installed on the cluster. Marking this option false is useful for scenarios wherein one wishes to host the broker in a separate cluster than the Service Catalog (or other client) that will access it. | `true` |
| `service.type` | Type of service; valid values are `"ClusterIP"`, `"LoadBalancer"`, and `"NodePort"`. `"ClusterIP"` is sufficient in the average case where OSBA only receives traffic from within the cluster-- e.g. from Kubernetes Service Catalog. | `"ClusterIP"` |
| `service.nodePort.port` | _If and only if_ `service.type` is set to `"NodePort"`, `service.nodePort.port` indicates the port this service should bind to on each Kubernetes node. | `30080` |

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

@ -4,9 +4,9 @@ image:
## Image location, NOT including the tag
repository: microsoft/azure-service-broker
## Image tag
tag: v0.3.1
tag: v0.4.0-alpha
## "IfNotPresent", "Always", or "Never"
pullPolicy: Always
pullPolicy: IfNotPresent
## Whether to register this broker with the Kubernetes Service Catalog. If true,
## the Kubernetes Service Catalog must already be installed on the cluster.
@ -58,7 +58,7 @@ encryptionKey: This is a key that is 256 bits!!
modules:
## Minimum stability required for a module's services and plans to be listed
## in the broker's catalog. For production, use STABLE only!
minStability: ALPHA
minStability: EXPERIMENTAL
## Redis configuration
redis: