fix chart's image name

This commit is contained in:
Dr Nic Williams 2018-11-16 11:59:17 +10:00
parent cd036d6153
commit 80fffc589f
2 changed files with 3 additions and 2 deletions

View File

@ -7,6 +7,7 @@ To deploy the sample Ruby/Sinatra application with a service instance/binding fr
```shell
helm plugin install https://github.com/hypnoglow/helm-s3.git
helm repo add starkandwayne s3://helm.starkandwayne.com/charts
helm repo update
helm upgrade --install show-me-secrets starkandwayne/show-me-secrets \
--set "database.service.class=cleardb,database.service.plan=spark"

View File

@ -10,9 +10,9 @@ database:
plan: spark
image:
repository: drnic/show-me-secrets-ruby
repository: drnic/show-me-secrets
tag: 0.1.0
pullPolicy: Always
pullPolicy: IfNotPresent
nameOverride: ""
fullnameOverride: ""