Skip to content

Commit 8309101

Browse files
committed
[terraform] Fix CRDB version for automated deployment (#1093)
1 parent 2191847 commit 8309101

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

deploy/operations/ci/aws-1/terraform.tfvars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ authorization = {
2323
public_key_pem_path = "/test-certs/auth2.pem"
2424
}
2525
should_init = true
26-
crdb_image_tag = "v24.3.1"
26+
crdb_image_tag = "v24.1.3"
2727
crdb_cluster_name = "interuss-ci"
2828
crdb_locality = "interuss_dss-ci-aws-ue1"
2929
crdb_external_nodes = []

deploy/services/helm-charts/dss/values.example.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dss:
1313
cockroachdb:
1414
# See https://github.com/cockroachdb/helm-charts/blob/master/cockroachdb/values.yaml
1515
image:
16-
tag: v24.3.1
16+
tag: v24.1.3
1717
fullnameOverride: dss-cockroachdb
1818
conf:
1919
join: []

0 commit comments

Comments
 (0)