Skip to content

Commit 3801409

Browse files
author
michaelsteven / seansund
committed
Bumps dashboard module version to v2.0.21
1 parent 7921256 commit 3801409

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

terraform/stages-crc/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=v2.0.19"
2+
source = "github.com/ibm-garage-cloud/garage-terraform-modules.git//generic/tools/catalystdashboard_release?ref=v2.0.21"
33

44
cluster_ingress_hostname = "${module.dev_cluster.ingress_hostname}"
55
cluster_config_file = "${module.dev_cluster.config_file_path}"

terraform/stages/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=v2.0.19"
2+
source = "github.com/ibm-garage-cloud/garage-terraform-modules.git//generic/tools/catalystdashboard_release?ref=v2.0.21"
33

44
cluster_ingress_hostname = "${module.dev_cluster.ingress_hostname}"
55
cluster_config_file = "${module.dev_cluster.config_file_path}"

0 commit comments

Comments
 (0)