Skip to content

Commit

Permalink
remove version info from docs and scripts
Browse files Browse the repository at this point in the history
Signed-off-by: Kent Rancourt <kent.rancourt@gmail.com>
  • Loading branch information
krancour committed Oct 10, 2024
1 parent 096d2b1 commit e181c2a
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions docs/docs/30-how-to-guides/10-installing-kargo.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ user-specified admin password:
```shell
helm install kargo \
oci://ghcr.io/akuity/kargo-charts/kargo \
--version 0.9.0-rc.3 \
--namespace kargo \
--create-namespace \
--set api.adminAccount.passwordHash='$2a$10$Zrhhie4vLz5ygtVSaif6o.qN36jgs6vjtMBdM6yrU1FOeiAAMMxOm' \
Expand Down Expand Up @@ -84,7 +83,6 @@ following:
```shell
helm install kargo \
oci://ghcr.io/akuity/kargo-charts/kargo \
--version 0.9.0-rc.3 \
--namespace kargo \
--create-namespace \
--values ~/kargo-values.yaml \
Expand Down
1 change: 0 additions & 1 deletion hack/quickstart/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ helm install argo-rollouts argo-rollouts \
# Password is 'admin'
helm install kargo \
oci://ghcr.io/akuity/kargo-charts/kargo \
--version 0.9.0 \
--namespace kargo \
--create-namespace \
--set api.service.type=NodePort \
Expand Down
1 change: 0 additions & 1 deletion hack/quickstart/k3d.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ helm install argo-rollouts argo-rollouts \
# Password is 'admin'
helm install kargo \
oci://ghcr.io/akuity/kargo-charts/kargo \
--version 0.9.0 \
--namespace kargo \
--create-namespace \
--set api.service.type=NodePort \
Expand Down
1 change: 0 additions & 1 deletion hack/quickstart/kind.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ helm install argo-rollouts argo-rollouts \
# Password is 'admin'
helm install kargo \
oci://ghcr.io/akuity/kargo-charts/kargo \
--version 0.9.0 \
--namespace kargo \
--create-namespace \
--set api.service.type=NodePort \
Expand Down

0 comments on commit e181c2a

Please sign in to comment.