Skip to content

Commit 35c5390

Browse files
author
Sean Sundberg
committed
Updates module version numbers to v2.2.0 to get ocp 4.3 support
1 parent 1d48a75 commit 35c5390

31 files changed

+38
-38
lines changed

launch.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
SCRIPT_DIR="$(cd $(dirname $0); pwd -P)"
66
SRC_DIR="$(cd "${SCRIPT_DIR}/terraform" ; pwd -P)"
77

8-
DOCKER_IMAGE="garagecatalyst/ibm-garage-cli-tools:next"
8+
DOCKER_IMAGE="ibmgaragecloud/cli-tools:0.1.0"
99

1010
helpFunction()
1111
{

terraform/stages-ocp4/_backup/stage1-cloud_operator.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module "dev_software_cloud_operator" {
2-
source = "github.com/ibm-garage-cloud/garage-terraform-modules.git//self-managed/software/cloud_operator?ref=ocp43"
2+
source = "github.com/ibm-garage-cloud/garage-terraform-modules.git//self-managed/software/cloud_operator?ref=v2.2.0"
33

44
resource_group_name = var.resource_group_name
55
resource_location = var.vlan_region

terraform/stages-ocp4/stage1-cluster.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module "dev_cluster" {
2-
source = "github.com/ibm-garage-cloud/garage-terraform-modules.git//cloud-managed/cluster/ibmcloud?ref=ocp43"
2+
source = "github.com/ibm-garage-cloud/garage-terraform-modules.git//cloud-managed/cluster/ibmcloud?ref=v2.2.0"
33

44
resource_group_name = var.resource_group_name
55
cluster_name = var.cluster_name

terraform/stages-ocp4/stage1-namespaces.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module "dev_cluster_namespaces" {
2-
source = "github.com/ibm-garage-cloud/garage-terraform-modules.git//generic/cluster/namespaces?ref=ocp43"
2+
source = "github.com/ibm-garage-cloud/garage-terraform-modules.git//generic/cluster/namespaces?ref=v2.2.0"
33

44
cluster_type = module.dev_cluster.type
55
cluster_config_file_path = module.dev_cluster.config_file_path

terraform/stages-ocp4/stage1-postgres.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module "dev_infrastructure_postgres" {
2-
source = "github.com/ibm-garage-cloud/garage-terraform-modules.git//cloud-managed/services/postgres?ref=ocp43"
2+
source = "github.com/ibm-garage-cloud/garage-terraform-modules.git//cloud-managed/services/postgres?ref=v2.2.0"
33

44
resource_group_name = var.resource_group_name
55
resource_location = var.vlan_region

terraform/stages-ocp4/stage2-argocd.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module "dev_tools_argocd_release" {
2-
source = "github.com/ibm-garage-cloud/garage-terraform-modules.git//generic/tools/argocd_release?ref=ocp43"
2+
source = "github.com/ibm-garage-cloud/garage-terraform-modules.git//generic/tools/argocd_release?ref=v2.2.0"
33

44
cluster_ingress_hostname = module.dev_cluster.ingress_hostname
55
cluster_config_file = module.dev_cluster.config_file_path

terraform/stages-ocp4/stage2-artifactory.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module "dev_serviceaccount_artifactory" {
2-
source = "github.com/ibm-garage-cloud/garage-terraform-modules.git//generic/cluster/serviceaccount?ref=ocp43"
2+
source = "github.com/ibm-garage-cloud/garage-terraform-modules.git//generic/cluster/serviceaccount?ref=v2.2.0"
33

44
cluster_type = var.cluster_type
55
namespace = module.dev_cluster_namespaces.tools_namespace_name
@@ -9,7 +9,7 @@ module "dev_serviceaccount_artifactory" {
99
}
1010

1111
module "dev_tools_artifactory_release" {
12-
source = "github.com/ibm-garage-cloud/garage-terraform-modules.git//generic/tools/artifactory_release?ref=ocp43"
12+
source = "github.com/ibm-garage-cloud/garage-terraform-modules.git//generic/tools/artifactory_release?ref=v2.2.0"
1313

1414
cluster_type = var.cluster_type
1515
service_account = module.dev_serviceaccount_artifactory.name

terraform/stages-ocp4/stage2-catalystdashboard.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module "dev_tools_catalystdashboard_release" {
2-
source = "github.com/ibm-garage-cloud/garage-terraform-modules.git//generic/tools/catalystdashboard_release?ref=ocp43"
2+
source = "github.com/ibm-garage-cloud/garage-terraform-modules.git//generic/tools/catalystdashboard_release?ref=v2.2.0"
33

44
cluster_ingress_hostname = module.dev_cluster.ingress_hostname
55
cluster_config_file = module.dev_cluster.config_file_path

terraform/stages-ocp4/stage2-pactbroker.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module "dev_tools_pactbroker_release" {
2-
source = "github.com/ibm-garage-cloud/garage-terraform-modules.git//generic/tools/pactbroker_release?ref=ocp43"
2+
source = "github.com/ibm-garage-cloud/garage-terraform-modules.git//generic/tools/pactbroker_release?ref=v2.2.0"
33

44
cluster_ingress_hostname = module.dev_cluster.ingress_hostname
55
cluster_config_file = module.dev_cluster.config_file_path

terraform/stages-ocp4/stage2-sonarqube.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module "dev_serviceaccount_sonarqube" {
2-
source = "github.com/ibm-garage-cloud/garage-terraform-modules.git//generic/cluster/serviceaccount?ref=ocp43"
2+
source = "github.com/ibm-garage-cloud/garage-terraform-modules.git//generic/cluster/serviceaccount?ref=v2.2.0"
33

44
cluster_type = var.cluster_type
55
namespace = module.dev_cluster_namespaces.tools_namespace_name
@@ -9,7 +9,7 @@ module "dev_serviceaccount_sonarqube" {
99
}
1010

1111
module "dev_tools_sonarqube_release" {
12-
source = "github.com/ibm-garage-cloud/garage-terraform-modules.git//generic/tools/sonarqube_release?ref=ocp43"
12+
source = "github.com/ibm-garage-cloud/garage-terraform-modules.git//generic/tools/sonarqube_release?ref=v2.2.0"
1313

1414
cluster_type = var.cluster_type
1515
cluster_ingress_hostname = module.dev_cluster.ingress_hostname

0 commit comments

Comments
 (0)