Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update validator URL #2875

Merged
merged 1 commit into from
May 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions docs/docs-content/automation/palette-cli/commands/validator.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ sidebar_position: 50
tags: ["palette-cli"]
---

The Palette CLI has built-in support for the open-source [Validator](https://github.com/spectrocloud-labs/validator)
The Palette CLI has built-in support for the open-source [Validator](https://github.com/validator-labs/validator)
framework and its plugins ecosystem. You can use the Validator to verify your environment is ready for an installation
of self-hosted Palette, VerteX, or for deployment of Kubernetes clusters through Palette.

Expand All @@ -33,8 +33,8 @@ The Validator requires the following dependencies.

Credentials and other permissions may be required depending on the Validator plugins you use. For example, the AWS
plugin requires AWS credentials with elevated permissions to validate your AWS environment. Refer to the
[Validator](https://github.com/spectrocloud-labs/validator) GitHub repository for more information about the Validator
and its plugins.
[Validator](https://github.com/validator-labs/validator) GitHub repository for more information about the Validator and
its plugins.

:::

Expand All @@ -48,7 +48,8 @@ will guide you through the installation process. You can also use a configuratio
A [kind](https://kind.sigs.k8s.io/) cluster will be deployed as part of the Validator installation. The name of the kind
cluster is `validator-kind-cluster`. You can find the `kind` binary installed in the `$HOME/.palette/bin` directory. You
can install the Validator into an existing Kubernetes cluster by using the Helm chart. Refer to the
[Validator Helm Install](https://github.com/spectrocloud-labs/validator#installation) steps for more information.
[Validator Helm Install](https://github.com/validator-labs/validator?tab=readme-ov-file#installation) steps for more
information.

:::

Expand Down Expand Up @@ -432,7 +433,7 @@ from version `v0.0.30`.
helmRelease:
chart:
name: validator
repository: https://spectrocloud-labs.github.io/validator
repository: https://validator-labs.github.io/validator
version: v0.0.36
insecureSkipVerify: true
values: ""
Expand All @@ -448,7 +449,7 @@ palette validator upgrade \

```shell hideClipboard
==== Installing/upgrading validator Helm chart ====
helm upgrade validator validator --repo https://spectrocloud-labs.github.io/validator --version v0.0.36 --insecure-skip-tls-verify --kubeconfig /tmp/2773008921 --namespace validator --install --create-namespace --values /tmp/1655869680
helm upgrade validator validator --repo https://validator-labs.github.io/validator --version v0.0.36 --insecure-skip-tls-verify --kubeconfig /tmp/2773008921 --namespace validator --install --create-namespace --values /tmp/1655869680

==== Kubectl Command ====
/home/ubuntu/.palette/bin/kubectl wait --for=condition=available --timeout=600s deployment/validator-controller-manager -n validator --kubeconfig=/home/ubuntu/.palette/validator/validator-20240311153652/kind-cluster.kubeconfig
Expand Down