File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed
doc/user/layouts/shortcodes/self-managed/versions Expand file tree Collapse file tree 3 files changed +5
-6
lines changed 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