Skip to content

Commit 1a37ccd

Browse files
authored
ci: update regions used during catalog validation (#387)
* ci: change to us-east region for validation * Update catalogValidationValues.json.template
1 parent 9594a6b commit 1a37ccd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"ibmcloud_api_key": $VALIDATION_APIKEY, "resource_tags": $TAGS, "prefix": $PREFIX}
1+
{"ibmcloud_api_key": $VALIDATION_APIKEY, "region": "eu-de", "resource_tags": $TAGS, "prefix": $PREFIX}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"ibmcloud_api_key": $VALIDATION_APIKEY, "region": "us-south", "resource_tags": $TAGS, "prefix": $PREFIX}
1+
{"ibmcloud_api_key": $VALIDATION_APIKEY, "region": "us-east", "resource_tags": $TAGS, "prefix": $PREFIX}

0 commit comments

Comments
 (0)