Skip to content

Commit 2ccf5fd

Browse files
committed
chore(beta4): update references to beta4
1 parent 05cd1a6 commit 2ccf5fd

8 files changed

Lines changed: 30 additions & 30 deletions

File tree

src/customizing-workflow/tuning-component-settings.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ or service. Helm is heavily influenced by [Homebrew](http://brew.sh/), including
55
[formula model](https://github.com/Homebrew/homebrew-core). A Helm chart is to Helm as a Formula
66
is to Homebrew.
77

8-
When you run `helmc fetch deis/workflow-beta3`, you can customize the chart with
9-
`helmc edit workflow-beta3`. To customize the respective component, edit
8+
When you run `helmc fetch deis/workflow-beta4`, you can customize the chart with
9+
`helmc edit workflow-beta4`. To customize the respective component, edit
1010
`manifests/deis-<component>-rc.yaml` and modify the `env` section of the component to tune these
1111
settings.
1212

src/installing-workflow/configuring-object-storage.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ The helm classic chart for Deis Workflow can be easily configured to connect Wor
1717
* Note: Depending on your chosen object storage you may need to provide globally unique bucket names.
1818
* Note: If you provide credentials with sufficient access to the underlying storage, Workflow components will create the buckets if they do not exist.
1919
* **Step 2:** If applicable, generate credentials that have write access to the storage buckets created in Step 1
20-
* **Step 3:** If you haven't already fetched the helm classic chart, do so with `helmc fetch deis/workflow-beta3`
21-
* **Step 4:** Open the helm classic chart with `helmc edit workflow-beta3` and look for the template file `tpl/generate_params.toml`
20+
* **Step 3:** If you haven't already fetched the helm classic chart, do so with `helmc fetch deis/workflow-beta4`
21+
* **Step 4:** Open the helm classic chart with `helmc edit workflow-beta4` and look for the template file `tpl/generate_params.toml`
2222
* **Step 5:** Update the `storage` parameter to reference the storage platform you are using: `s3`, `azure`, `gcs`
2323
* **Step 6:** Update the values in the section which corresponds to your storage type, including region, bucket names and access credentials
2424
* Note: you do not need to base64 encode any of these values as Helm Classic will handle encoding automatically
25-
* **Step 7:** Save your changes and re-generate the helm classic chart by running `helmc generate -x manifests workflow-beta3`
25+
* **Step 7:** Save your changes and re-generate the helm classic chart by running `helmc generate -x manifests workflow-beta4`
2626
* **Step 8:** Check the generated file in your manifests directory, you should see `deis-objectstorage-secret.yaml`
2727

28-
You are now ready to `helmc install workflow-beta3` using your desired object storage.
28+
You are now ready to `helmc install workflow-beta4` using your desired object storage.
2929

3030
## Object Storage Configuration and Credentials
3131

src/installing-workflow/index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@ $ helmc repo add deis https://github.com/deis/charts
5454
Now that you have Helm Classic installed and have added the Deis Chart Repository, install Workflow by running:
5555

5656
```
57-
$ helmc fetch deis/workflow-beta3 # fetches the chart into a
58-
# local workspace
59-
$ helmc generate -x manifests workflow-beta3 # generates various secrets
60-
$ helmc install workflow-beta3 # injects resources into
61-
# your cluster
57+
$ helmc fetch deis/workflow-beta4 # fetches the chart into a
58+
# local workspace
59+
$ helmc generate -x manifests workflow-beta4 # generates various secrets
60+
$ helmc install workflow-beta4 # injects resources into
61+
# your cluster
6262
```
6363

6464
Helm Classic will install a variety of Kubernetes resources in the `deis` namespace.

src/managing-workflow/upgrading-workflow.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ To upgrade to a newer version of Workflow, run the following:
55
```
66
$ helmc uninstall workflow-beta2 -n deis
77
$ helmc update
8-
$ helmc fetch deis/workflow-beta3
9-
$ helmc generate -x manifests workflow-beta3
10-
$ helmc install workflow-beta3
8+
$ helmc fetch deis/workflow-beta4
9+
$ helmc generate -x manifests workflow-beta4
10+
$ helmc install workflow-beta4
1111
```

src/quickstart/provider/aws/install-aws.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ $ helmc repo add deis https://github.com/deis/charts
4242
Now that you have Helm Classic installed and have added the Deis Chart Repository, install Workflow by running:
4343

4444
```
45-
$ helmc fetch deis/workflow-beta3 # fetches the chart into a
46-
# local workspace
47-
$ helmc generate -x manifests workflow-beta3 # generates various secrets
48-
$ helmc install workflow-beta3 # injects resources into
49-
# your cluster
45+
$ helmc fetch deis/workflow-beta4 # fetches the chart into a
46+
# local workspace
47+
$ helmc generate -x manifests workflow-beta4 # generates various secrets
48+
$ helmc install workflow-beta4 # injects resources into
49+
# your cluster
5050
```
5151

5252
Helm Classic will install a variety of Kubernetes resources in the `deis` namespace.

src/quickstart/provider/gke/install-gke.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ $ helmc repo add deis https://github.com/deis/charts
4040
Now that you have Helm installed and have added the Deis Chart Repository, install Workflow by running:
4141

4242
```
43-
$ helmc fetch deis/workflow-beta3 # fetches the chart into a
43+
$ helmc fetch deis/workflow-beta4 # fetches the chart into a
4444
# local workspace
45-
$ helmc generate -x manifests workflow-beta3 # generates various secrets
46-
$ helmc install workflow-beta3 # injects resources into
45+
$ helmc generate -x manifests workflow-beta4 # generates various secrets
46+
$ helmc install workflow-beta4 # injects resources into
4747
# your cluster
4848
```
4949

src/quickstart/provider/vagrant/install-vagrant.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ $ helmc repo add deis https://github.com/deis/charts
4040
Now that you have Helm installed and have added the Deis Chart Repository, install Workflow by running:
4141

4242
```
43-
$ helmc fetch deis/workflow-beta3 # fetches the chart into a
43+
$ helmc fetch deis/workflow-beta4 # fetches the chart into a
4444
# local workspace
45-
$ helmc generate -x manifests workflow-beta3 # generates various secrets
46-
$ helmc install workflow-beta3 # injects resources into
45+
$ helmc generate -x manifests workflow-beta4 # generates various secrets
46+
$ helmc install workflow-beta4 # injects resources into
4747
# your cluster
4848
```
4949

src/roadmap/release-checklist.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ The below sections present a step-by-step guide to publish a new Workflow releas
77
of the examples, we'll be assuming that the below two environment variables are present in wherever
88
you're working. Make sure to set them (e.g. by `export`ing them) before you get started.
99

10-
- `$WORKFLOW_RELEASE` - the full name of this version. For example, `v2.0.0-beta3`
11-
- `$WORKFLOW_RELEASE_SHORT` - The short name of this version. For example, `beta3`
10+
- `$WORKFLOW_RELEASE` - the full name of this version. For example, `v2.0.0-beta4`
11+
- `$WORKFLOW_RELEASE_SHORT` - The short name of this version. For example, `beta4`
1212

1313
# What's a Release?
1414

@@ -31,8 +31,8 @@ A release consists of the following artifacts:
3131
- [workflow-manager](https://github.com/deis/workflow-manager)
3232
- [workflow-cli](https://github.com/deis/workflow-cli)
3333
2. A new [Helm Classic chart for Workflow](https://github.com/deis/charts) that references all of the new
34-
images referenced above. For example, if `$WORKFLOW_RELEASE` is `2.0.0-beta3`, the new chart would
35-
be in a new directory called `workflow-beta3`.
34+
images referenced above. For example, if `$WORKFLOW_RELEASE` is `2.0.0-beta4`, the new chart would
35+
be in a new directory called `workflow-beta4`.
3636

3737
# Step 1: Create New Helm Classic Charts
3838

@@ -69,7 +69,7 @@ As of this writing, the e2e tests in this job are run on a GKE cluster using def
6969
# Step 3: Manual Testing
7070

7171
After the chart is created with the immutable Docker image tags that represent the final images
72-
(i.e. the ones that will be re-tagged to the immutable release tag, such as `2.0.0-beta3`), it
72+
(i.e. the ones that will be re-tagged to the immutable release tag, such as `2.0.0-beta4`), it
7373
should be manually tested by as many people as possible. Special attention should be paid to the
7474
user experience, both from an operator and developer perspective.
7575

0 commit comments

Comments
 (0)