Skip to content

Commit

Permalink
Update to chart v1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Btodhunter authored Aug 6, 2020
1 parent 2b85a01 commit bbd3333
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stable/anchore-engine/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ $ helm uninstall --namespace=my-namespace my-anchore
$ helm repo add anchore https://charts.anchore.io
$ helm repo update
$ export ANCHORE_VERSION=0.7.2 # USE YOUR ENGINE CODE VERSION HERE
$ helm install --namespace=my-namespace --set anchoreGlobal.image:docker.io/anchore/anchore-engine:v${ANCHORE_VERSION} --set anchoreEnterpriseGlobal.image:docker.io/anchore/enterprise:v${ANCHORE_VERSION} -f anchore_values.yaml my-anchore anchore/anchore-engine
$ helm install --namespace=my-namespace --set anchoreGlobal.image=docker.io/anchore/anchore-engine:v${ANCHORE_VERSION} --set anchoreEnterpriseGlobal.image=docker.io/anchore/enterprise:v${ANCHORE_VERSION} -f anchore_values.yaml my-anchore anchore/anchore-engine
```

## If Using The Included Postgresql Chart
Expand Down Expand Up @@ -348,7 +348,7 @@ anchore-feeds-db:
Install a new Anchore Engine deployment using the chart from charts.anchore.io
```
$ export ANCHORE_VERSION=0.7.2 # USE YOUR ENGINE CODE VERSION HERE
$ helm install --namespace=my-namespace --set anchoreGlobal.image:docker.io/anchore/anchore-engine:v${ANCHORE_VERSION} --set anchoreEnterpriseGlobal.image:docker.io/anchore/enterprise:v${ANCHORE_VERSION} -f anchore_values.yaml my-anchore anchore/anchore-engine
$ helm install --namespace=my-namespace --set anchoreGlobal.image=docker.io/anchore/anchore-engine:v${ANCHORE_VERSION} --set anchoreEnterpriseGlobal.image=docker.io/anchore/enterprise:v${ANCHORE_VERSION} -f anchore_values.yaml my-anchore anchore/anchore-engine
NAME: my-anchore
LAST DEPLOYED: Thu Jun 25 12:25:33 2020
Expand Down

0 comments on commit bbd3333

Please sign in to comment.