Skip to content

Commit d44aa27

Browse files
authored
byovpc: Set redpanda version to use to 25.2 (#411)
1 parent b253362 commit d44aa27

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/get-started/pages/cluster-types/byoc/aws/vpc-byo-aws.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ To create the Redpanda cluster:
231231
```bash
232232
export AWS_ZONES='["use2-az1", "use2-az2", "use2-az3"]'
233233
export REDPANDA_CLUSTER_NAME=sample-redpanda-cluster
234-
export REDPANDA_VERSION=25.1
234+
export REDPANDA_VERSION=25.2
235235
export REDPANDA_THROUGHPUT_TIER=tier-1-aws-v3-arm
236236
export AGENT_INSTANCE_PROFILE_ARN="$(terraform output -raw agent_instance_profile_arn)"
237237
export CONNECTORS_NODE_GROUP_INSTANCE_PROFILE="$(terraform output -raw connectors_node_group_instance_profile_arn)"

modules/get-started/pages/cluster-types/byoc/azure/vnet-azure.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export AZURE_RESOURCE_PREFIX=sample-
7474
export REDPANDA_CLUSTER_NAME=<Redpanda Cluster Name>
7575
export REDPANDA_RG_ID=<Redpanda Cloud Resource Group Id>
7676
export REDPANDA_THROUGHPUT_TIER=tier-1-azure-v3-x86
77-
export REDPANDA_VERSION=25.1
77+
export REDPANDA_VERSION=25.2
7878
export REDPANDA_MANAGEMENT_STORAGE_ACCOUNT_NAME=rpmgmtsa
7979
export REDPANDA_MANAGEMENT_STORAGE_CONTAINER_NAME=rpmgmtsc
8080
export REDPANDA_0_PODS_SUBNET_NAME=snet-rp-0-pods

0 commit comments

Comments
 (0)