This repository was archived by the owner on Aug 12, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +9
-14
lines changed Expand file tree Collapse file tree 6 files changed +9
-14
lines changed Original file line number Diff line number Diff line change 1616
1717 verifyMetadata :
1818 uses : cloud-native-toolkit/action-workflows/.github/workflows/verify-module-metadata.yaml@v1
19-
20- securityScan :
21- uses : cloud-native-toolkit/action-workflows/.github/workflows/gitguardian-scan.yaml@v1
22- secrets :
23- GITGUARDIAN_API_KEY : ${{ secrets.GITGUARDIAN_API_KEY }}
Original file line number Diff line number Diff line change 1717 verifyMetadata :
1818 uses : cloud-native-toolkit/action-workflows/.github/workflows/verify-module-metadata.yaml@v1
1919
20- securityScan :
21- uses : cloud-native-toolkit/action-workflows/.github/workflows/gitguardian-scan.yaml@v1
22- secrets :
23- GITGUARDIAN_API_KEY : ${{ secrets.GITGUARDIAN_API_KEY }}
24-
2520 release :
26- needs : [verify, verifyMetadata, securityScan ]
21+ needs : [verify, verifyMetadata]
2722 uses : cloud-native-toolkit/action-workflows/.github/workflows/release-module.yaml@v1
2823 secrets :
2924 TOKEN : ${{ secrets.TOKEN }}
Original file line number Diff line number Diff line change @@ -26,6 +26,11 @@ locals {
2626 type_code = " ocp4"
2727 version = " 4.8"
2828 }
29+ 4.9 = {
30+ type = " openshift"
31+ type_code = " ocp4"
32+ version = " 4.9"
33+ }
2934 }
3035 name_prefix = var. name_prefix != " " ? var. name_prefix : var. resource_group_name
3136 name_list = [local . name_prefix , " cluster" ]
Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ module "resource_group" {
22 source = " github.com/cloud-native-toolkit/terraform-ibm-resource-group.git"
33
44 resource_group_name = var. resource_group_name
5- ibmcloud_api_key = false
5+ ibmcloud_api_key = var . ibmcloud_api_key
66}
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ variable "worker_count" {
6969
7070variable "ocp_version" {
7171 type = string
72- default = " 4.8 "
72+ default = " 4.9 "
7373}
7474
7575variable "vpc_subnet_label" {
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ variable "flavor" {
3636variable "ocp_version" {
3737 type = string
3838 description = " The version of the OpenShift cluster that should be provisioned (format 4.x)"
39- default = " 4.8 "
39+ default = " 4.9 "
4040}
4141
4242variable "exists" {
You can’t perform that action at this time.
0 commit comments