mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
fix README.md typo (#3556)
* fix README.md typo --est --> --set * Update Chart.yaml
This commit is contained in:
committed by
k8s-ci-robot
parent
f6d274c376
commit
78110b2909
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user