File tree Expand file tree Collapse file tree 4 files changed +12
-13
lines changed
layouts/shortcodes/self-managed/versions Expand file tree Collapse file tree 4 files changed +12
-13
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 22{{ $environmentd_version := site.Data.self_managed.latest_versions.environmentd_version }}
33
44```shell
5- mz_operator_version=self-managed-{{ $operator_helm_chart_version}}
65mz_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
98curl -o sample-postgres.yaml https://raw.githubusercontent.com/MaterializeInc/materialize/refs/tags/$mz_version/misc/helm-charts/testing/postgres.yaml
109curl -o sample-minio.yaml https://raw.githubusercontent.com/MaterializeInc/materialize/refs/tags/$mz_version/misc/helm-charts/testing/minio.yaml
1110curl -o sample-materialize.yaml https://raw.githubusercontent.com/MaterializeInc/materialize/refs/tags/$mz_version/misc/helm-charts/testing/materialize.yaml
Original file line number Diff line number Diff line change 18181. 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
Original file line number Diff line number Diff line change 18181. 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
You can’t perform that action at this time.
0 commit comments