Skip to content

Commit

Permalink
chore: release chores 0.6 rc2 (#1952)
Browse files Browse the repository at this point in the history
Signed-off-by: Remington Breeze <remington@breeze.software>
  • Loading branch information
rbreeze authored May 4, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent d949b08 commit 539f84f
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions docs/docs/20-quickstart.mdx
Original file line number Diff line number Diff line change
@@ -166,7 +166,7 @@ To download the Kargo CLI:
```shell
arch=$(uname -m)
[ "$arch" = "x86_64" ] && arch=amd64
curl -L -o kargo https://github.com/akuity/kargo/releases/download/v0.6.0-rc.1/kargo-"$(uname -s | tr '[:upper:]' '[:lower:]')-${arch}"
curl -L -o kargo https://github.com/akuity/kargo/releases/download/v0.6.0-rc.2/kargo-"$(uname -s | tr '[:upper:]' '[:lower:]')-${arch}"
chmod +x kargo
```

@@ -179,7 +179,7 @@ value of your `PATH` environment variable.
To download the Kargo CLI:

```shell
Invoke-WebRequest -URI https://github.com/akuity/kargo/releases/download/v0.6.0-rc.1/kargo-windows-amd64.exe -OutFile kargo.exe
Invoke-WebRequest -URI https://github.com/akuity/kargo/releases/download/v0.6.0-rc.2/kargo-windows-amd64.exe -OutFile kargo.exe
```

Then move `kargo.exe` to a location in your file system that is included in the value
4 changes: 2 additions & 2 deletions docs/docs/30-how-to-guides/10-installing-kargo.md
Original file line number Diff line number Diff line change
@@ -45,7 +45,7 @@ user-specified admin password:
```shell
helm install kargo \
oci://ghcr.io/akuity/kargo-charts/kargo \
--version 0.6.0-rc.1 \
--version 0.6.0-rc.2 \
--namespace kargo \
--create-namespace \
--set api.adminAccount.passwordHash='$2a$10$Zrhhie4vLz5ygtVSaif6o.qN36jgs6vjtMBdM6yrU1FOeiAAMMxOm' \
@@ -84,7 +84,7 @@ following:
```shell
helm install kargo \
oci://ghcr.io/akuity/kargo-charts/kargo \
--version 0.6.0-rc.1 \
--version 0.6.0-rc.2 \
--namespace kargo \
--create-namespace \
--values ~/kargo-values.yaml \
2 changes: 1 addition & 1 deletion hack/quickstart/install.sh
Original file line number Diff line number Diff line change
@@ -35,7 +35,7 @@ helm install argo-rollouts argo-rollouts \
# Password is 'admin'
helm install kargo \
oci://ghcr.io/akuity/kargo-charts/kargo \
--version 0.6.0-rc.1 \
--version 0.6.0-rc.2 \
--namespace kargo \
--create-namespace \
--set api.service.type=NodePort \
2 changes: 1 addition & 1 deletion hack/quickstart/k3d.sh
Original file line number Diff line number Diff line change
@@ -42,7 +42,7 @@ helm install argo-rollouts argo-rollouts \
# Password is 'admin'
helm install kargo \
oci://ghcr.io/akuity/kargo-charts/kargo \
--version 0.6.0-rc.1 \
--version 0.6.0-rc.2 \
--namespace kargo \
--create-namespace \
--set api.service.type=NodePort \
2 changes: 1 addition & 1 deletion hack/quickstart/kind.sh
Original file line number Diff line number Diff line change
@@ -56,7 +56,7 @@ helm install argo-rollouts argo-rollouts \
# Password is 'admin'
helm install kargo \
oci://ghcr.io/akuity/kargo-charts/kargo \
--version 0.6.0-rc.1 \
--version 0.6.0-rc.2 \
--namespace kargo \
--create-namespace \
--set api.service.type=NodePort \

0 comments on commit 539f84f

Please sign in to comment.