Skip to content
This repository was archived by the owner on Mar 21, 2025. It is now read-only.

Commit 7510645

Browse files
author
Michael Sauter
authored
Update installation.adoc
Use tag which contains the install script fix [ci skip]
1 parent 4a6c9f6 commit 7510645

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/installation.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Download the template and fill in the values according to the comments in that f
3131

3232
[source]
3333
----
34-
curl -fsSL https://raw.githubusercontent.com/opendevstack/ods-pipeline/v0.14.0/deploy/values.yaml.tmpl -o values.yaml
34+
curl -fsSL https://raw.githubusercontent.com/opendevstack/ods-pipeline/v0.14.0.1/deploy/values.yaml.tmpl -o values.yaml
3535
----
3636

3737
TIP: It is recommended to keep this file around after the installation so that it can be reused when updating ODS Pipeline to future versions.
@@ -42,7 +42,7 @@ Login to the OpenShift cluster in your terminal, then run:
4242

4343
[source]
4444
----
45-
curl -fsSL https://raw.githubusercontent.com/opendevstack/ods-pipeline/v0.14.0/deploy/install.sh | bash -s -- -n=<your_cd_namespace>
45+
curl -fsSL https://raw.githubusercontent.com/opendevstack/ods-pipeline/v0.14.0.1/deploy/install.sh | bash -s -- -n=<your_cd_namespace>
4646
----
4747

4848
The script will interactively ask for credentials (such as Bitbucket access token) and will create corresponding K8s secrets. If you prefer to pass these secrets via flags, use `--help` to see all options.
@@ -73,7 +73,7 @@ The update procedure consists of two quick steps:
7373

7474
=== Step 1: Updating the chart values
7575

76-
Ensure that the `values.yaml` file you used during installation is located in the working directory. Then check if any new values have been introduced in link:https://raw.githubusercontent.com/opendevstack/ods-pipeline/v0.14.0/deploy/values.yaml.tmpl[`values.yaml.tmpl`] and update `values.yaml` accordingly.
76+
Ensure that the `values.yaml` file you used during installation is located in the working directory. Then check if any new values have been introduced in link:https://raw.githubusercontent.com/opendevstack/ods-pipeline/v0.14.0.1/deploy/values.yaml.tmpl[`values.yaml.tmpl`] and update `values.yaml` accordingly.
7777

7878
TIP: If you cannot find the `values.yaml` file from the installation, create it again using the values found in the current Helm installation.
7979

@@ -83,7 +83,7 @@ Login to the OpenShift cluster in your terminal, then run:
8383

8484
[source]
8585
----
86-
curl -fsSL https://raw.githubusercontent.com/opendevstack/ods-pipeline/v0.14.0/deploy/install.sh | bash -s -- -n=<your_cd_namespace>
86+
curl -fsSL https://raw.githubusercontent.com/opendevstack/ods-pipeline/v0.14.0.1/deploy/install.sh | bash -s -- -n=<your_cd_namespace>
8787
----
8888

8989
TIP: If you want to review the changes first before applying them, supply `--dry-run`.

0 commit comments

Comments
 (0)