Skip to content

Commit f73cc22

Browse files
authored
feat: added support for OCP 4.19 to the DA (#249)
1 parent c1ba333 commit f73cc22

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

ibm_catalog.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -576,8 +576,12 @@
576576
"type": "string",
577577
"required": true,
578578
"virtual": true,
579-
"default_value": "4.18",
579+
"default_value": "4.19",
580580
"options": [
581+
{
582+
"displayname": "4.19",
583+
"value": "4.19"
584+
},
581585
{
582586
"displayname": "4.18",
583587
"value": "4.18"
@@ -910,7 +914,7 @@
910914
"name": "deploy-arch-ibm-cloud-monitoring",
911915
"description": "Sets up a Cloud Monitoring instance to gain operational visibility on applications running on OpenShift Cluster.",
912916
"id": "73debdbf-894f-4c14-81c7-5ece3a70b67d-global",
913-
"version": "v1.9.0",
917+
"version": "v1.10.6",
914918
"flavors": [
915919
"fully-configurable"
916920
],
@@ -953,7 +957,7 @@
953957
"name": "deploy-arch-ibm-scc-workload-protection",
954958
"description": "Configure an IBM Cloud Security and Compliance Center Workload Protection instance to help you manage security and compliance for your organization.",
955959
"id": "4322cf44-2289-49aa-a719-dd79e39b14dc-global",
956-
"version": "v1.14.0",
960+
"version": "v1.15.3",
957961
"flavors": [
958962
"fully-configurable"
959963
],
@@ -1091,7 +1095,7 @@
10911095
"reference_version": true
10921096
}
10931097
],
1094-
"version": "v3.66.0"
1098+
"version": "v3.71.3"
10951099
}
10961100
],
10971101
"dependency_version_2": true,

0 commit comments

Comments
 (0)