@@ -48,7 +48,7 @@ remove not just Kargo-related resources, but _all_ your workloads and data.
48
48
:::
49
49
50
50
``` shell
51
- curl -L https://raw.githubusercontent.com/akuity/kargo/main /hack/quickstart/install.sh | sh
51
+ curl -L https://raw.githubusercontent.com/akuity/kargo/refs/heads/release-1.3 /hack/quickstart/install.sh | sh
52
52
```
53
53
54
54
</TabItem >
@@ -67,7 +67,7 @@ remove not just Kargo-related resources, but _all_ your workloads and data.
67
67
:::
68
68
69
69
``` shell
70
- curl -L https://raw.githubusercontent.com/akuity/kargo/main /hack/quickstart/install.sh | sh
70
+ curl -L https://raw.githubusercontent.com/akuity/kargo/refs/heads/release-1.3 /hack/quickstart/install.sh | sh
71
71
```
72
72
73
73
</TabItem >
@@ -79,7 +79,7 @@ just for this quickstart using
79
79
[ kind] ( https://kind.sigs.k8s.io/#installation-and-usage ) .
80
80
81
81
``` shell
82
- curl -L https://raw.githubusercontent.com/akuity/kargo/main /hack/quickstart/kind.sh | sh
82
+ curl -L https://raw.githubusercontent.com/akuity/kargo/refs/heads/release-1.3 /hack/quickstart/kind.sh | sh
83
83
```
84
84
85
85
::: info
@@ -97,7 +97,7 @@ Docker, Docker Desktop, or OrbStack), you can easily launch a disposable cluster
97
97
just for this quickstart using [ k3d] ( https://k3d.io ) .
98
98
99
99
``` shell
100
- curl -L https://raw.githubusercontent.com/akuity/kargo/main /hack/quickstart/k3d.sh | sh
100
+ curl -L https://raw.githubusercontent.com/akuity/kargo/refs/heads/release-1.3 /hack/quickstart/k3d.sh | sh
101
101
```
102
102
103
103
::: info
@@ -751,7 +751,7 @@ If, instead, you wish to preserve non-Kargo-related workloads and data, you
751
751
will need to manually uninstall Kargo and its prerequisites:
752
752
753
753
``` shell
754
- curl -L https://raw.githubusercontent.com/akuity/kargo/main /hack/quickstart/uninstall.sh | sh
754
+ curl -L https://raw.githubusercontent.com/akuity/kargo/refs/heads/release-1.3 /hack/quickstart/uninstall.sh | sh
755
755
```
756
756
757
757
</TabItem >
@@ -769,7 +769,7 @@ If, instead, you wish to preserve non-Kargo-related workloads and data, you
769
769
will need to manually uninstall Kargo and its prerequisites:
770
770
771
771
``` shell
772
- curl -L https://raw.githubusercontent.com/akuity/kargo/main /hack/quickstart/uninstall.sh | sh
772
+ curl -L https://raw.githubusercontent.com/akuity/kargo/refs/heads/release-1.3 /hack/quickstart/uninstall.sh | sh
773
773
```
774
774
775
775
</TabItem >
0 commit comments