Skip to content

Commit 4c00dd5

Browse files
committed
docs: Bump self-managed to v26.0.0-rc.4
for preview only, but we should merge this with proper version when v26.0.0 gets cut
1 parent 6e12a0d commit 4c00dd5

File tree

4 files changed

+12
-13
lines changed

4 files changed

+12
-13
lines changed
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
terraform_gcp_version: v0.5.10
2-
terraform_azure_version: v0.5.10
3-
terraform_aws_version: v0.5.10
4-
terraform_helm_version: v0.1.31
5-
operator_helm_chart_version: v25.2.15
6-
orchestratord_version: v0.164.1
7-
environmentd_version: v0.147.20
1+
terraform_gcp_version: v0.6.1
2+
terraform_azure_version: v0.6.1
3+
terraform_aws_version: v0.6.1
4+
terraform_helm_version: v0.1.32
5+
operator_helm_chart_version: v26.0.0-rc.4
6+
orchestratord_version: v26.0.0-rc.4
7+
environmentd_version: v26.0.0-rc.4

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)