Skip to content

Commit 2d0de92

Browse files
committed
docs(charts): change charts protocol to https
1 parent a0494dd commit 2d0de92

7 files changed

Lines changed: 9 additions & 9 deletions

File tree

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 http://charts.drycc.cc/stable
20+
$ helm repo add drycc https://charts.drycc.cc/stable
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 http://charts.drycc.cc/stable
34+
$ helm repo add drycc https://charts.drycc.cc/stable
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 "http://charts.drycc.cc/stable/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 http://charts.drycc.cc/stable`
32+
If you haven't already added the Helm repo, do so with `helm repo add drycc https://charts.drycc.cc/stable`
3333

3434
### Step 4: Configure Workflow Chart
3535

src/installing-workflow/index.md

Lines changed: 1 addition & 1 deletion
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 http://charts.drycc.cc/stable
62+
$ helm repo add drycc https://charts.drycc.cc/stable
6363
```
6464

6565
## Install Drycc Workflow

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 http://charts.drycc.cc/stable
27+
$ helm repo add drycc https://charts.drycc.cc/stable
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 http://charts.drycc.cc/stable
22+
$ helm repo add drycc https://charts.drycc.cc/stable
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 http://charts.drycc.cc/stable
137+
$ helm repo add controller https://charts.drycc.cc/stable
138138
"controller" has been added to your repositories
139139
$ helm fetch --verify drycc/controller --version v1.0.1
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 http://charts.drycc.cc/stable
212+
helm repo add drycc https://charts.drycc.cc/stable
213213
helm fetch --untar drycc/workflow --version $WORKFLOW_PREV_RELEASE
214214
dryccrel changelog global workflow/requirements.lock map.json > changelog-$WORKFLOW_RELEASE.md
215215
```

0 commit comments

Comments
 (0)