Skip to content

Commit 448fcf7

Browse files
committed
chore(docs):
1 parent a25e0fd commit 448fcf7

13 files changed

Lines changed: 56 additions & 125 deletions

File tree

charts/workflow/requirements.yaml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,52 +1,52 @@
11
dependencies:
22
- name: builder
33
version: <builder-tag>
4-
repository: https://charts.drycc.com/builder
4+
repository: https://charts.drycc.cc/stable/builder
55
- name: slugbuilder
66
version: <slugbuilder-tag>
7-
repository: https://charts.drycc.com/slugbuilder
7+
repository: https://charts.drycc.cc/stable/slugbuilder
88
- name: dockerbuilder
99
version: <dockerbuilder-tag>
10-
repository: https://charts.drycc.com/dockerbuilder
10+
repository: https://charts.drycc.cc/stable/dockerbuilder
1111
- name: controller
1212
version: <controller-tag>
13-
repository: https://charts.drycc.com/controller
13+
repository: https://charts.drycc.cc/stable/controller
1414
- name: slugrunner
1515
version: <slugrunner-tag>
16-
repository: https://charts.drycc.com/slugrunner
16+
repository: https://charts.drycc.cc/stable/slugrunner
1717
- name: database
1818
version: <database-tag>
19-
repository: https://charts.drycc.com/database
19+
repository: https://charts.drycc.cc/stable/database
2020
- name: fluentd
2121
version: <fluentd-tag>
22-
repository: https://charts.drycc.com/fluentd
22+
repository: https://charts.drycc.cc/stable/fluentd
2323
- name: redis
2424
version: <redis-tag>
25-
repository: https://charts.drycc.com/redis
25+
repository: https://charts.drycc.cc/stable/redis
2626
- name: logger
2727
version: <logger-tag>
28-
repository: https://charts.drycc.com/logger
28+
repository: https://charts.drycc.cc/stable/logger
2929
- name: minio
3030
version: <minio-tag>
31-
repository: https://charts.drycc.com/minio
31+
repository: https://charts.drycc.cc/stable/minio
3232
- name: monitor
3333
version: <monitor-tag>
34-
repository: https://charts.drycc.com/monitor
34+
repository: https://charts.drycc.cc/stable/monitor
3535
- name: nsqd
3636
version: <nsqd-tag>
37-
repository: https://charts.drycc.com/nsqd
37+
repository: https://charts.drycc.cc/stable/nsqd
3838
- name: registry
3939
version: <registry-tag>
40-
repository: https://charts.drycc.com/registry
40+
repository: https://charts.drycc.cc/stable/registry
4141
- name: registry-proxy
4242
version: <registry-proxy-tag>
43-
repository: https://charts.drycc.com/registry-proxy
43+
repository: https://charts.drycc.cc/stable/registry-proxy
4444
- name: registry-token-refresher
4545
version: <registry-token-refresher-tag>
46-
repository: https://charts.drycc.com/registry-token-refresher
46+
repository: https://charts.drycc.cc/stable/registry-token-refresher
4747
- name: router
4848
version: <router-tag>
49-
repository: https://charts.drycc.com/router
49+
repository: https://charts.drycc.cc/stable/router
5050
- name: workflow-manager
5151
version: <workflow-manager-tag>
52-
repository: https://charts.drycc.com/workflow-manager
52+
repository: https://charts.drycc.cc/stable/workflow-manager

src/_includes/install-workflow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The Drycc Chart Repository contains everything needed to install Drycc Workflow
1717
Add this repository to Helm:
1818

1919
```
20-
$ helm repo add drycc https://charts.drycc.com/workflow
20+
$ helm repo add drycc https://charts.drycc.cc/stable/workflow
2121
```
2222

2323
## Install Drycc Workflow

src/installing-workflow/chart-provenance.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ $ curl https://keybase.io/drycc/key.asc | gpg --import
3131
Charts signed with this key can then be verified when fetched:
3232

3333
```
34-
$ helm repo add drycc https://charts.drycc.com/workflow
34+
$ helm repo add drycc https://charts.drycc.cc/stable/workflow
3535
"drycc" has been added to your repositories
3636
3737
$ helm fetch --verify drycc/workflow --version v2.17.0
@@ -43,7 +43,7 @@ One can then inspect the fetched `workflow-v2.17.0.tgz.prov` provenance file.
4343
If the chart was not signed, the command above would result in:
4444

4545
```
46-
Error: Failed to fetch provenance "https://charts.drycc.com/workflow/workflow-v2.17.0.tgz.prov"
46+
Error: Failed to fetch provenance "https://charts.drycc.cc/stable/workflow/workflow-v2.17.0.tgz.prov"
4747
```
4848

4949
Alternatively, the chart can also be verified at install time:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ If you are using AWS S3 and your Kubernetes nodes are configured with appropriat
2929

3030
### Step 3: Add Drycc Repo
3131

32-
If you haven't already added the Helm repo, do so with `helm repo add drycc https://charts.drycc.com/workflow`
32+
If you haven't already added the Helm repo, do so with `helm repo add drycc https://charts.drycc.cc/stable/workflow`
3333

3434
### Step 4: Configure Workflow Chart
3535

src/installing-workflow/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ The Drycc Chart Repository contains everything needed to install Drycc Workflow
5959
Add this repository to Helm:
6060

6161
```
62-
$ helm repo add drycc https://charts.drycc.com/workflow
62+
$ helm repo add drycc https://charts.drycc.cc/stable/workflow
6363
```
6464

6565
## Install Drycc Workflow
@@ -115,4 +115,4 @@ After installing Workflow, [register a user and deploy an application](../quicks
115115

116116
[Kubernetes v1.3.4+]: system-requirements.md#kubernetes-versions
117117
[helm]: https://github.com/kubernetes/helm/blob/master/docs/install.md
118-
[valuesfile]: https://charts.drycc.com/workflow/values-v2.17.0.yaml
118+
[valuesfile]: https://charts.drycc.cc/stable/workflow/values-v2.17.0.yaml

src/quickstart/install-cli-tools.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@
33
The Drycc command-line interface (CLI), lets you interact with Drycc Workflow.
44
Use the CLI to create and configure and manage applications.
55

6-
Install the latest `drycc` client for Linux or Mac OS X with:
6+
Install the `drycc` client for Linux or Mac OS X with:
77

8-
$ curl -sSL https://raw.githubusercontent.com/drycc/workflow-cli/master/install-v2.sh | bash -s v2.20.0
8+
$ sudo bash < <(curl -fsSL https://github.com/drycc/workflow-cli/releases/download/v1.0.1/install-drycc.sh)
9+
10+
Others please visit: https://github.com/drycc/workflow-cli/releases
911

1012
The installer places the `drycc` binary in your current directory, but you
1113
should move it somewhere in your $PATH:

src/quickstart/provider/azure-acs/install-azure-acs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The Drycc Chart Repository contains everything needed to install Drycc Workflow
2424
Add this repository to Helm:
2525

2626
```
27-
$ helm repo add drycc https://charts.drycc.com/workflow
27+
$ helm repo add drycc https://charts.drycc.cc/stable/workflow
2828
```
2929

3030
## Create New Azure Storage Account

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The Drycc Chart Repository contains everything needed to install Drycc Workflow
1919
Add this repository to Helm:
2020

2121
```
22-
$ helm repo add drycc https://charts.drycc.com/workflow
22+
$ helm repo add drycc https://charts.drycc.cc/stable/workflow
2323
```
2424

2525
## Install Drycc Workflow

src/roadmap/releases.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ this chart will also be packaged, signed and uploaded to its production chart re
134134
verify it can be fetched (and verified):
135135

136136
```
137-
$ helm repo add controller https://charts.drycc.com/controller
137+
$ helm repo add controller https://charts.drycc.cc/stable/controller
138138
"controller" has been added to your repositories
139139
$ helm fetch --verify controller/controller --version v2.17.0
140140
Verification: &{0xc4207ec870 sha256:026e766e918ff28d2a7041bc3d560d149ee7eb0cb84165c9d9d00a3045ff45c3 controller-v2.17.0.tgz}
@@ -209,7 +209,7 @@ the chart versions existing in the `WORKFLOW_PREV_RELEASE` chart and the _most r
209209
(Therefore, if there are any unreleased commits in a component repo, they will not appear here):
210210

211211
```bash
212-
helm repo add drycc https://charts.drycc.com/workflow
212+
helm repo add drycc https://charts.drycc.cc/stable/workflow
213213
helm fetch --untar drycc/workflow --version $WORKFLOW_PREV_RELEASE
214214
dryccrel changelog global workflow/requirements.lock map.json > changelog-$WORKFLOW_RELEASE.md
215215
```

themes/drycc/footer.html

Lines changed: 0 additions & 81 deletions
This file was deleted.

0 commit comments

Comments
 (0)