Skip to content

Commit ae140c5

Browse files
author
Vaughn Dice
authored
Merge pull request #660 from vdice/remove-fetch-verify-echo
docs(*): remove need for echo after helm fetch verify; update sha256
2 parents dba0fc6 + 0a8e44e commit ae140c5

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/installing-workflow/chart-provenance.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ Charts signed with this key can then be verified when fetched:
3434
$ helm repo add deis https://charts.deis.com/workflow
3535
"deis" has been added to your repositories
3636
37-
$ helm fetch --verify deis/workflow && echo
38-
Verification: &{0xc420338460 sha256:5e33bff6f4e8191b5887a139cd42c6afb6eb0cef5d066130a87c6a3a3f588edd workflow-v2.9.1.tgz}
37+
$ helm fetch --verify deis/workflow
38+
Verification: &{0xc42080c0f0 sha256:4a5916289781f72571254ac2e3af68a64b2236596190c38bd58a37ba4e9db14b workflow-v2.9.1.tgz}
3939
```
4040

4141
One can then inspect the fetched `workflow-v2.9.1.tgz.prov` provenance file.

src/roadmap/releases.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,8 @@ verify it can be fetched (and verified):
136136
```
137137
$ helm repo add controller https://charts.deis.com/controller
138138
"controller" has been added to your repositories
139-
$ helm fetch --verify controller/controller --version v2.9.1 && echo
140-
Verification: &{0xc42028d3b0 sha256:17b94dd854e090c6627728bdcb5e2ea588f3cb4fecc1082a5a03c909c0ed0ecd controller-v2.9.1.tgz}
139+
$ helm fetch --verify controller/controller --version v2.9.1
140+
Verification: &{0xc420615c70 sha256:144c5172f111b49909a35bbf0c606dcc7821d0fb953d2ba9d729af25fdb39b1b controller-v2.9.1.tgz}
141141
```
142142

143143
## How to Release Workflow

0 commit comments

Comments
 (0)