Skip to content

Commit 03e9a84

Browse files
Updates cloud-native-toolkit/terraform-k8s-olm module to v1.3.4
Signed-off-by: GitHub <[email protected]>
1 parent 1665b47 commit 03e9a84

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

terraform/stages-ocp4/stage1-olm.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module "dev_software_olm" {
2-
source = "github.com/cloud-native-toolkit/terraform-k8s-olm.git?ref=v1.3.2"
2+
source = "github.com/cloud-native-toolkit/terraform-k8s-olm.git?ref=v1.3.4"
33

44
cluster_config_file = module.dev_cluster.config_file_path
55
cluster_version = ""

terraform/stages/stage1-olm.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module "dev_software_olm" {
2-
source = "github.com/cloud-native-toolkit/terraform-k8s-olm.git?ref=v1.3.2"
2+
source = "github.com/cloud-native-toolkit/terraform-k8s-olm.git?ref=v1.3.4"
33

44
cluster_config_file = module.dev_cluster.config_file_path
55
cluster_version = ""

0 commit comments

Comments
 (0)