Skip to content

Commit 02e10d8

Browse files
docs: always mention latest manifest. Fixes argoproj#1262 (argoproj#1269)
Signed-off-by: Kostis Kapelonis <[email protected]>
1 parent b39f4cf commit 02e10d8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Argo Rollouts (optionally) integrates with ingress controllers and service meshe
1515

1616
```
1717
kubectl create namespace argo-rollouts
18-
kubectl apply -n argo-rollouts -f https://raw.githubusercontent.com/argoproj/argo-rollouts/stable/manifests/install.yaml
18+
kubectl apply -n argo-rollouts -f https://github.com/argoproj/argo-rollouts/releases/latest/download/install.yaml
1919
```
2020

2121
Follow the full [getting started guide](docs/getting-started.md) to walk through creating and then updating a rollout object.

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ For these reasons, in large scale high-volume production environments, a rolling
3535

3636
```
3737
kubectl create namespace argo-rollouts
38-
kubectl apply -n argo-rollouts -f https://raw.githubusercontent.com/argoproj/argo-rollouts/stable/manifests/install.yaml
38+
kubectl apply -n argo-rollouts -f https://github.com/argoproj/argo-rollouts/releases/latest/download/install.yaml
3939
```
4040

4141
Follow the full [getting started guide](getting-started.md) to walk through creating and then updating a rollout object.

docs/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
```bash
66
kubectl create namespace argo-rollouts
7-
kubectl apply -n argo-rollouts -f https://raw.githubusercontent.com/argoproj/argo-rollouts/stable/manifests/install.yaml
7+
kubectl apply -n argo-rollouts -f https://github.com/argoproj/argo-rollouts/releases/latest/download/install.yaml
88
```
99

1010
This will create a new namespace, `argo-rollouts`, where Argo Rollouts controller will run.

0 commit comments

Comments
 (0)