Skip to content
Draft
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
14 changes: 7 additions & 7 deletions doc/user/data/self_managed/latest_versions.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
terraform_gcp_version: v0.5.10
terraform_azure_version: v0.5.10
terraform_aws_version: v0.5.10
terraform_helm_version: v0.1.31
operator_helm_chart_version: v25.2.15
orchestratord_version: v0.164.1
environmentd_version: v0.147.20
terraform_gcp_version: v0.6.1
terraform_azure_version: v0.6.1
terraform_aws_version: v0.6.1
terraform_helm_version: v0.1.32
operator_helm_chart_version: v26.0.0-rc.4
orchestratord_version: v26.0.0-rc.4
environmentd_version: v26.0.0-rc.4
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@
{{ $environmentd_version := site.Data.self_managed.latest_versions.environmentd_version }}

```shell
mz_operator_version=self-managed-{{ $operator_helm_chart_version}}
mz_version={{ $environmentd_version }}

curl -o sample-values.yaml https://raw.githubusercontent.com/MaterializeInc/materialize/refs/tags/$mz_operator_version/misc/helm-charts/operator/values.yaml
curl -o sample-values.yaml https://raw.githubusercontent.com/MaterializeInc/materialize/refs/tags/$mz_version/misc/helm-charts/operator/values.yaml
curl -o sample-postgres.yaml https://raw.githubusercontent.com/MaterializeInc/materialize/refs/tags/$mz_version/misc/helm-charts/testing/postgres.yaml
curl -o sample-minio.yaml https://raw.githubusercontent.com/MaterializeInc/materialize/refs/tags/$mz_version/misc/helm-charts/testing/minio.yaml
curl -o sample-materialize.yaml https://raw.githubusercontent.com/MaterializeInc/materialize/refs/tags/$mz_version/misc/helm-charts/testing/materialize.yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
1. Get the sample configuration files for the new version.

```shell
mz_operator_version=self-managed-{{ $operator_version }}
mz_version={{ $environmentd_version }}

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

If you have previously modified the `sample-values.yaml` file for your
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
1. Get the sample configuration files for the new version.

```shell
mz_operator_version=self-managed-{{ $operator_version }}
mz_version={{ $environmentd_version }}

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

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