File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
modules/get-started/pages/cluster-types/byoc Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -231,7 +231,7 @@ To create the Redpanda cluster:
231231```bash
232232export AWS_ZONES='["use2-az1", "use2-az2", "use2-az3"]'
233233export REDPANDA_CLUSTER_NAME=sample-redpanda-cluster
234- export REDPANDA_VERSION=25.1
234+ export REDPANDA_VERSION=25.2
235235export REDPANDA_THROUGHPUT_TIER=tier-1-aws-v3-arm
236236export AGENT_INSTANCE_PROFILE_ARN="$(terraform output -raw agent_instance_profile_arn)"
237237export CONNECTORS_NODE_GROUP_INSTANCE_PROFILE="$(terraform output -raw connectors_node_group_instance_profile_arn)"
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ export AZURE_RESOURCE_PREFIX=sample-
7474export REDPANDA_CLUSTER_NAME=<Redpanda Cluster Name>
7575export REDPANDA_RG_ID=<Redpanda Cloud Resource Group Id>
7676export REDPANDA_THROUGHPUT_TIER=tier-1-azure-v3-x86
77- export REDPANDA_VERSION=25.1
77+ export REDPANDA_VERSION=25.2
7878export REDPANDA_MANAGEMENT_STORAGE_ACCOUNT_NAME=rpmgmtsa
7979export REDPANDA_MANAGEMENT_STORAGE_CONTAINER_NAME=rpmgmtsc
8080export REDPANDA_0_PODS_SUBNET_NAME=snet-rp-0-pods
You can’t perform that action at this time.
0 commit comments