Skip to content

Commit d01d2ec

Browse files
committed
self-managed install docs: Use unified tags instead of self-managed specific ones
1 parent 41d5a6a commit d01d2ec

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

doc/user/layouts/shortcodes/self-managed/versions/curl-sample-files-local-install.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@
22
{{ $environmentd_version := site.Data.self_managed.latest_versions.environmentd_version }}
33

44
```shell
5-
mz_operator_version=self-managed-{{ $operator_helm_chart_version}}
65
mz_version={{ $environmentd_version }}
76

8-
curl -o sample-values.yaml https://raw.githubusercontent.com/MaterializeInc/materialize/refs/tags/$mz_operator_version/misc/helm-charts/operator/values.yaml
7+
curl -o sample-values.yaml https://raw.githubusercontent.com/MaterializeInc/materialize/refs/tags/$mz_version/misc/helm-charts/operator/values.yaml
98
curl -o sample-postgres.yaml https://raw.githubusercontent.com/MaterializeInc/materialize/refs/tags/$mz_version/misc/helm-charts/testing/postgres.yaml
109
curl -o sample-minio.yaml https://raw.githubusercontent.com/MaterializeInc/materialize/refs/tags/$mz_version/misc/helm-charts/testing/minio.yaml
1110
curl -o sample-materialize.yaml https://raw.githubusercontent.com/MaterializeInc/materialize/refs/tags/$mz_version/misc/helm-charts/testing/materialize.yaml

doc/user/layouts/shortcodes/self-managed/versions/upgrade/upgrade-steps-local-kind.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
1. Get the sample configuration files for the new version.
1919

2020
```shell
21-
mz_operator_version=self-managed-{{ $operator_version }}
21+
mz_version={{ $environmentd_version }}
2222

23-
curl -o upgrade-values.yaml https://raw.githubusercontent.com/MaterializeInc/materialize/refs/tags/$mz_operator_version/misc/helm-charts/operator/values.yaml
23+
curl -o upgrade-values.yaml https://raw.githubusercontent.com/MaterializeInc/materialize/refs/tags/$mz_version/misc/helm-charts/operator/values.yaml
2424
```
2525

2626
If you have previously modified the `sample-values.yaml` file for your

doc/user/layouts/shortcodes/self-managed/versions/upgrade/upgrade-steps-local-minikube.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
1. Get the sample configuration files for the new version.
1919

2020
```shell
21-
mz_operator_version=self-managed-{{ $operator_version }}
21+
mz_version={{ $environmentd_version }}
2222

23-
curl -o upgrade-values.yaml https://raw.githubusercontent.com/MaterializeInc/materialize/refs/tags/$mz_operator_version/misc/helm-charts/operator/values.yaml
23+
curl -o upgrade-values.yaml https://raw.githubusercontent.com/MaterializeInc/materialize/refs/tags/$mz_version/misc/helm-charts/operator/values.yaml
2424
```
2525

2626
If you have previously modified the `sample-values.yaml` file for your

0 commit comments

Comments
 (0)