diff --git a/doc/user/content/self-managed/installation/install-on-local-kind.md b/doc/user/content/self-managed/installation/install-on-local-kind.md index 072a561e9a8cb..a9e214c0c4148 100644 --- a/doc/user/content/self-managed/installation/install-on-local-kind.md +++ b/doc/user/content/self-managed/installation/install-on-local-kind.md @@ -58,7 +58,7 @@ repo](https://github.com/MaterializeInc/materialize). {{< important >}} -Check out the {{% self-managed/latest_version %}} branch. +Check out the {{% self-managed/latest_version %}} tag. {{< /important >}} @@ -203,14 +203,15 @@ Check out the {{% self-managed/latest_version %}} branch. service/mzlvmx9h6dpx-console ClusterIP None 8080 TCP 32s ``` - 1. Forward the Materialize console service to your local machine: + 1. Forward the Materialize console service to your local machine (substitute + your service name for `mzlvmx9h6dpx-console`): ```shell kubectl port-forward svc/mzlvmx9h6dpx-console 8080:8080 -n materialize-environment ``` 1. Open a browser and navigate to - [https://localhost:8080](https://localhost:8080). + [http://localhost:8080](http://localhost:8080). ![Image of self-managed Materialize console running on local kind](/images/self-managed/self-managed-console-kind.png) diff --git a/doc/user/content/self-managed/installation/install-on-local-minikube.md b/doc/user/content/self-managed/installation/install-on-local-minikube.md index 0e7c1a6b542f5..6f4593835fe9f 100644 --- a/doc/user/content/self-managed/installation/install-on-local-minikube.md +++ b/doc/user/content/self-managed/installation/install-on-local-minikube.md @@ -63,7 +63,7 @@ repo](https://github.com/MaterializeInc/materialize). {{< important >}} -Check out the {{< self-managed/latest_version >}} branch. +Check out the {{< self-managed/latest_version >}} tag. {{< /important >}} diff --git a/doc/user/data/self_managed/materialize_operator_chart_parameter.yml b/doc/user/data/self_managed/materialize_operator_chart_parameter.yml index ea37c47246578..e2fbcf4630c18 100644 --- a/doc/user/data/self_managed/materialize_operator_chart_parameter.yml +++ b/doc/user/data/self_managed/materialize_operator_chart_parameter.yml @@ -142,7 +142,7 @@ parameters: - parameter: operator.image.tag description: | The tag/version of the operator image to be used - default: v0.127.0-dev.0 + default: v0.127.0 - parameter: operator.nodeSelector description: ""