|
3 | 3 | As of Workflow [v2.8.0](../changelogs/v2.8.0.md), Deis has released [Kubernetes Helm][helm] charts for Workflow |
4 | 4 | and for each of its [components](../understanding-workflow/components.md). |
5 | 5 |
|
6 | | -Helm provides tools for establishing and verifying chart integrity. (For an overview, see the [Provenance](https://github.com/kubernetes/helm/blob/master/docs/provenance.md) doc.) All release charts from the Deis Workflow team are now signed using this mechanism. |
| 6 | +Helm provides tools for establishing and verifying chart integrity. (For an overview, see the [Provenance](https://github.com/kubernetes/helm/blob/master/docs/provenance.md) doc.) All release charts from the Deis Workflow team are now signed using this mechanism. |
7 | 7 |
|
8 | 8 | The full `Deis, Inc. (Helm chart signing key) <security@deis.com>` public key can be found [here](../security/1d6a97d0.txt), as well as the [pgp.mit.edu](http://pgp.mit.edu/pks/lookup?op=vindex&fingerprint=on&search=0x17E526B51D6A97D0) keyserver and the official Deis Keybase [account][deis-keybase]. The key's fingerprint can be cross-checked against all of these sources. |
9 | 9 |
|
@@ -35,22 +35,22 @@ $ helm repo add deis https://charts.deis.com/workflow |
35 | 35 | "deis" has been added to your repositories |
36 | 36 |
|
37 | 37 | $ helm fetch --verify deis/workflow && echo |
38 | | -Verification: &{0xc420338460 sha256:5e33bff6f4e8191b5887a139cd42c6afb6eb0cef5d066130a87c6a3a3f588edd workflow-v2.9.0.tgz} |
| 38 | +Verification: &{0xc420338460 sha256:5e33bff6f4e8191b5887a139cd42c6afb6eb0cef5d066130a87c6a3a3f588edd workflow-v2.9.1.tgz} |
39 | 39 | ``` |
40 | 40 |
|
41 | | -One can then inspect the fetched `workflow-v2.9.0.tgz.prov` provenance file. |
| 41 | +One can then inspect the fetched `workflow-v2.9.1.tgz.prov` provenance file. |
42 | 42 |
|
43 | 43 | If the chart was not signed, the command above would result in: |
44 | 44 |
|
45 | 45 | ``` |
46 | | -Error: Failed to fetch provenance "https://charts.deis.com/workflow/workflow-v2.9.0.tgz.prov" |
| 46 | +Error: Failed to fetch provenance "https://charts.deis.com/workflow/workflow-v2.9.1.tgz.prov" |
47 | 47 | ``` |
48 | 48 |
|
49 | 49 | Alternatively, the chart can also be verified at install time: |
50 | 50 |
|
51 | 51 | ``` |
52 | 52 | $ helm install --verify deis/workflow --namespace deis |
53 | | -Fetched deis/workflow to workflow-v2.9.0.tgz |
| 53 | +Fetched deis/workflow to workflow-v2.9.1.tgz |
54 | 54 | NAME: olfactory-star |
55 | 55 | LAST DEPLOYED: Thu Nov 10 11:45:44 2016 |
56 | 56 | NAMESPACE: deis |
|
0 commit comments