Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Commit

Permalink
Pachyderm: Added sample command for specifying the specific version
Browse files Browse the repository at this point in the history
Signed-off-by: Laurent Goderre <[email protected]>
  • Loading branch information
LaurentGoderre committed Feb 16, 2019
1 parent c611e16 commit 0f29cd4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions stable/pachyderm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,17 @@ Alternatively, a YAML file that specifies the values for the parameters can be p
$ helm install --namespace pachyderm --name my-release -f values.yaml stable/pachyderm
```

Specifying a pachyderm version
------------------------

To specify a pachyderm version run the following command:

```console
$ helm install --namespace pachyderm --name my-release \
-set pachd.image.tag=1.8.3,pachd.worker.tag=1.8.3 \
stable/pachyderm
```

Accessing the pachd service
---------------------------

Expand Down

0 comments on commit 0f29cd4

Please sign in to comment.