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: ""