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

docs: self-managed update-image-tag to v0.127.0 #30819

Merged
merged 1 commit into from
Dec 13, 2024
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -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 >}}

Expand Down Expand Up @@ -203,14 +203,15 @@ Check out the {{% self-managed/latest_version %}} branch.
service/mzlvmx9h6dpx-console ClusterIP None <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)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 >}}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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: ""
Expand Down
Loading