Skip to content

Commit a41bcde

Browse files
committed
changed aws region form us-east1 to ca-central-1
rh-pre-commit.version: 2.1.0 rh-pre-commit.check-secrets: ENABLED
1 parent 8eada62 commit a41bcde

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

.tekton/tasks/deploy-cluster.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ spec:
1010
default: "4.14"
1111
- name: region
1212
description: ocp cluster region where you want to provision
13-
default: "us-east-1"
13+
default: "ca-central-1"
1414
- name: cluster-name
1515
- name: target_branch
1616
workspaces:

.tekton/tasks/destroy-cluster.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ spec:
88
- name: cluster-name
99
- name: region
1010
description: ocp cluster region where you want to provision
11-
default: "us-east-1"
11+
default: "ca-central-1"
1212
- name: target_branch
1313
workspaces:
1414
- name: workdir

.tekton/tasks/destroy-existing-cluster.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ spec:
88
- name: target_branch
99
- name: region
1010
description: ocp cluster region where you want to provision
11-
default: us-east-1
11+
default: ca-central-1
1212
workspaces:
1313
- name: workdir
1414
steps:

ci/images/ci-runner/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ RUN set -x \
55
&& mkdir -p /tmp/image-build \
66
&& microdnf install -y \
77
gettext-0.21 \
8-
git-2.43.0 \
8+
git-2.43.5 \
99
findutils-1:4.8.0 \
1010
openssl-1:3.0.7 \
1111
podman-4:4.9.4 \

ci/images/ci-runner/hack/bin/deploy-cluster.sh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ SCRIPT_DIR="$(
88
pwd
99
)"
1010

11-
AWS_OIDC_CONFIG_ID="273tbj71skqksgqafoe5aotsuc44blp4"
12-
OPERATOR_ROLES_PREFIX="plnsvc-ci-10-2023"
13-
SUBNET_IDS="subnet-001487732ebdd14f4,subnet-0718fb663f4b97f38,subnet-0fe426997da62662c"
14-
INSTALL_ROLE_ARN="arn:aws:iam::400884778152:role/plnsvc-ci-10-2023-HCP-ROSA-Installer-Role"
15-
SUPPORT_ROLE_ARN="arn:aws:iam::400884778152:role/plnsvc-ci-10-2023-HCP-ROSA-Support-Role"
16-
WORKER_ROLE_ARN="arn:aws:iam::400884778152:role/plnsvc-ci-10-2023-HCP-ROSA-Worker-Role"
11+
AWS_OIDC_CONFIG_ID="2c8kdm2m2r8hlgdq4md7ps5g4csuecjl"
12+
OPERATOR_ROLES_PREFIX="plnsvc"
13+
SUBNET_IDS="subnet-028942fe6e2de3c82,subnet-098b75cd7032940ae"
14+
INSTALL_ROLE_ARN="arn:aws:iam::400884778152:role/plnsvc-HCP-ROSA-Installer-Role"
15+
SUPPORT_ROLE_ARN="arn:aws:iam::400884778152:role/plnsvc-HCP-ROSA-Support-Role"
16+
WORKER_ROLE_ARN="arn:aws:iam::400884778152:role/plnsvc-HCP-ROSA-Worker-Role"
1717
# shellcheck source=ci/images/ci-runner/hack/bin/utils.sh
1818
source "$SCRIPT_DIR/utils.sh"
1919

ci/images/e2e-test-runner/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ RUN set -x \
55
&& mkdir -p /tmp/image-build \
66
&& microdnf install -y \
77
httpd-tools \
8-
git-2.43.0 \
8+
git-2.43.5 \
99
make-1:4.3 \
1010
openssl-1:3.0.7 \
1111
tar-2:1.34 \

developer/images/dependencies-update/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ENV HOME /tmp/home
2121
RUN mkdir $HOME && chmod 777 $HOME && chown 65532:65532 $HOME
2222
RUN microdnf install -y \
2323
findutils-1:4.8.0 \
24-
git-2.43.0 \
24+
git-2.43.5 \
2525
skopeo-2:1.14.3 \
2626
&& microdnf clean all
2727

0 commit comments

Comments
 (0)