Skip to content

Commit

Permalink
fix: quickstart to reference v0.9.0 instead of the RC (#2706)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Hernandez <[email protected]>
  • Loading branch information
christianh814 authored Oct 9, 2024
1 parent 686b0d4 commit 096d2b1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion hack/quickstart/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ helm install argo-rollouts argo-rollouts \
# Password is 'admin'
helm install kargo \
oci://ghcr.io/akuity/kargo-charts/kargo \
--version 0.9.0-rc.3 \
--version 0.9.0 \
--namespace kargo \
--create-namespace \
--set api.service.type=NodePort \
Expand Down
2 changes: 1 addition & 1 deletion hack/quickstart/k3d.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ helm install argo-rollouts argo-rollouts \
# Password is 'admin'
helm install kargo \
oci://ghcr.io/akuity/kargo-charts/kargo \
--version 0.9.0-rc.3 \
--version 0.9.0 \
--namespace kargo \
--create-namespace \
--set api.service.type=NodePort \
Expand Down
2 changes: 1 addition & 1 deletion hack/quickstart/kind.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ helm install argo-rollouts argo-rollouts \
# Password is 'admin'
helm install kargo \
oci://ghcr.io/akuity/kargo-charts/kargo \
--version 0.9.0-rc.3 \
--version 0.9.0 \
--namespace kargo \
--create-namespace \
--set api.service.type=NodePort \
Expand Down

0 comments on commit 096d2b1

Please sign in to comment.