Skip to content

Commit

Permalink
[terraform] Fix CRDB version for automated deployment (#1093)
Browse files Browse the repository at this point in the history
  • Loading branch information
barroco committed Sep 3, 2024
1 parent 2191847 commit 8309101
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/operations/ci/aws-1/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ authorization = {
public_key_pem_path = "/test-certs/auth2.pem"
}
should_init = true
crdb_image_tag = "v24.3.1"
crdb_image_tag = "v24.1.3"
crdb_cluster_name = "interuss-ci"
crdb_locality = "interuss_dss-ci-aws-ue1"
crdb_external_nodes = []
Expand Down
2 changes: 1 addition & 1 deletion deploy/services/helm-charts/dss/values.example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dss:
cockroachdb:
# See https://github.com/cockroachdb/helm-charts/blob/master/cockroachdb/values.yaml
image:
tag: v24.3.1
tag: v24.1.3
fullnameOverride: dss-cockroachdb
conf:
join: []
Expand Down

0 comments on commit 8309101

Please sign in to comment.