fix README.md typo (#3556)

* fix README.md typo
--est --> --set

* Update Chart.yaml
This commit is contained in:
sheng zhang
2018-02-09 12:26:52 -08:00
committed by k8s-ci-robot
parent f6d274c376
commit 78110b2909
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: anchore-engine
version: 0.1.2
version: 0.1.3
appVersion: 0.1.6
description: Anchore container analysis and policy evaluation engine service
keywords:
+1 -1
View File
@@ -99,7 +99,7 @@ If using defaults from the chart:
If customized values, use the local directory for the chart values:
`helm upgrade --est workerConfig.replicaCount=2 <releasename> ./anchore-engine`
`helm upgrade --set workerConfig.replicaCount=2 <releasename> ./anchore-engine`
To launch with more than one worker you can either modify values.yaml or run with: