Skip to content

Commit 0a7bd07

Browse files
committed
lock 1.3 docs into 1.3 charts, scripts, etc.
Signed-off-by: Kent Rancourt <[email protected]>
1 parent f9adb10 commit 0a7bd07

File tree

8 files changed

+15
-10
lines changed

8 files changed

+15
-10
lines changed

docs/docs/20-quickstart/index.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ remove not just Kargo-related resources, but _all_ your workloads and data.
4848
:::
4949

5050
```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
5252
```
5353

5454
</TabItem>
@@ -67,7 +67,7 @@ remove not just Kargo-related resources, but _all_ your workloads and data.
6767
:::
6868

6969
```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
7171
```
7272

7373
</TabItem>
@@ -79,7 +79,7 @@ just for this quickstart using
7979
[kind](https://kind.sigs.k8s.io/#installation-and-usage).
8080

8181
```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
8383
```
8484

8585
:::info
@@ -97,7 +97,7 @@ Docker, Docker Desktop, or OrbStack), you can easily launch a disposable cluster
9797
just for this quickstart using [k3d](https://k3d.io).
9898

9999
```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
101101
```
102102

103103
:::info
@@ -751,7 +751,7 @@ If, instead, you wish to preserve non-Kargo-related workloads and data, you
751751
will need to manually uninstall Kargo and its prerequisites:
752752

753753
```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
755755
```
756756

757757
</TabItem>
@@ -769,7 +769,7 @@ If, instead, you wish to preserve non-Kargo-related workloads and data, you
769769
will need to manually uninstall Kargo and its prerequisites:
770770

771771
```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
773773
```
774774

775775
</TabItem>

docs/docs/40-operator-guide/10-basic-installation.md

+1
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ These instructions were tested with:
9696
```shell
9797
helm install kargo \
9898
oci://ghcr.io/akuity/kargo-charts/kargo \
99+
--version 1.3.3 \
99100
--namespace kargo \
100101
--create-namespace \
101102
--set api.adminAccount.passwordHash=$hashed_pass \

docs/docs/40-operator-guide/20-advanced-installation/10-advanced-with-helm.md

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ location. In the example below, we save it to `kargo-values.yaml`
3333
```shell
3434
helm install kargo \
3535
oci://ghcr.io/akuity/kargo-charts/kargo \
36+
--version 1.3.3 \
3637
--namespace kargo \
3738
--create-namespace \
3839
--values kargo-values.yaml \

docs/docs/40-operator-guide/20-advanced-installation/20-advanced-with-argocd.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ spec:
6565
source:
6666
repoURL: ghcr.io/akuity/kargo-charts
6767
chart: kargo
68-
targetRevision: 1.2.0
68+
targetRevision: 1.3.3
6969
helm:
7070
parameters:
7171
- name: api.adminAccount.passwordHash

docs/docs/50-user-guide/05-installing-the-cli/index.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -43,20 +43,20 @@ To install:
4343
```shell
4444
arch=$(uname -m)
4545
[ "$arch" = "x86_64" ] && arch=amd64
46-
curl -L -o kargo https://github.com/akuity/kargo/releases/latest/download/kargo-"$(uname -s | tr '[:upper:]' '[:lower:]')-${arch}"
46+
curl -L -o kargo https://github.com/akuity/kargo/releases/download/v1.3.3/kargo-"$(uname -s | tr '[:upper:]' '[:lower:]')-${arch}"
4747
chmod +x kargo
4848
```
4949

5050
</TabItem>
5151
<TabItem value="windows" label="Windows Powershell">
5252

5353
```shell
54-
Invoke-WebRequest -URI https://github.com/akuity/kargo/releases/latest/download/kargo-windows-amd64.exe -OutFile kargo.exe
54+
Invoke-WebRequest -URI https://github.com/akuity/kargo/releases/download/v1.3.3/kargo-windows-amd64.exe -OutFile kargo.exe
5555
```
5656

5757
</TabItem>
5858
</Tabs>
5959

6060
1. Regardless of your chosen download method, complete the installation by
6161
moving the binary to a location in your file system that is included in the
62-
value of your `PATH` environment variable.
62+
value of your `PATH` environment variable.

hack/quickstart/install.sh

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ helm install argo-rollouts argo-rollouts \
3939
# Password is 'admin'
4040
helm install kargo \
4141
oci://ghcr.io/akuity/kargo-charts/kargo \
42+
--version 1.3.3 \
4243
--namespace kargo \
4344
--create-namespace \
4445
--set api.service.type=NodePort \

hack/quickstart/k3d.sh

+1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ helm install argo-rollouts argo-rollouts \
4646
# Password is 'admin'
4747
helm install kargo \
4848
oci://ghcr.io/akuity/kargo-charts/kargo \
49+
--version 1.3.3 \
4950
--namespace kargo \
5051
--create-namespace \
5152
--set api.service.type=NodePort \

hack/quickstart/kind.sh

+1
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ helm install argo-rollouts argo-rollouts \
6060
# Password is 'admin'
6161
helm install kargo \
6262
oci://ghcr.io/akuity/kargo-charts/kargo \
63+
--version 1.3.3 \
6364
--namespace kargo \
6465
--create-namespace \
6566
--set api.service.type=NodePort \

0 commit comments

Comments
 (0)