From 80fffc589f7b8d223c0d5494e9300a7f14af4c34 Mon Sep 17 00:00:00 2001 From: Dr Nic Williams Date: Fri, 16 Nov 2018 11:59:17 +1000 Subject: [PATCH] fix chart's image name --- README.md | 1 + values.yaml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a41381b..5d4aa75 100644 --- a/README.md +++ b/README.md @@ -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" diff --git a/values.yaml b/values.yaml index 840a363..de3e808 100644 --- a/values.yaml +++ b/values.yaml @@ -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: ""