Skip to content

Commit 229e3c8

Browse files
author
Sean Sundberg
authored
Merge branch 'master' into cloud-native-toolkit/terraform-ibm-activity-tracker
2 parents 196a296 + 332dc50 commit 229e3c8

39 files changed

+167
-66
lines changed

.github/workflows/verify-master.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
jobs:
1414
verify:
1515
runs-on: ubuntu-latest
16-
container: quay.io/ibmgaragecloud/cli-tools:v0.10.0-lite
16+
container: quay.io/ibmgaragecloud/cli-tools:v0.15
1717

1818
strategy:
1919
matrix:

.github/workflows/verify-pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
verify:
1212
if: ${{ !contains( github.event.pull_request.labels.*.name, 'skip ci' ) }}
1313
runs-on: ubuntu-latest
14-
container: quay.io/ibmgaragecloud/cli-tools:v0.10.0-lite
14+
container: quay.io/ibmgaragecloud/cli-tools:v0.15
1515

1616
strategy:
1717
matrix:

install/install-ibm-toolkit.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ spec:
3636
labels:
3737
run: ibm-toolkit
3838
spec:
39-
serviceAccount: ibm-toolkit
39+
serviceAccountName: ibm-toolkit
4040
volumes:
4141
- name: source
4242
emptyDir: {}
4343
containers:
44-
- image: quay.io/ibmgaragecloud/cli-tools:v0.10.0-lite
44+
- image: quay.io/ibmgaragecloud/cli-tools:v0.15
4545
name: toolkit
4646
envFrom:
4747
- configMapRef:

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="quay.io/ibmgaragecloud/cli-tools:v0.10.0-lite"
8+
DOCKER_IMAGE="quay.io/ibmgaragecloud/cli-tools:v0.15"
99

1010
helpFunction()
1111
{
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
module "buildah-unprivileged" {
2+
source = "github.com/cloud-native-toolkit/terraform-ocp-buildah-unprivileged.git?ref=v1.1.0"
3+
4+
cluster_config_file = module.dev_cluster.config_file_path
5+
namespace = module.toolkit_namespace.name
6+
}
Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,20 @@
11
module "dev_tools_namespace" {
2-
source = "github.com/cloud-native-toolkit/terraform-k8s-namespace.git?ref=v2.8.1"
2+
source = "github.com/cloud-native-toolkit/terraform-k8s-namespace.git?ref=v3.1.3"
33

4-
cluster_type = module.dev_cluster.type_code
54
cluster_config_file_path = module.dev_cluster.config_file_path
6-
tls_secret_name = module.dev_cluster.tls_secret_name
75
name = var.tools_namespace
86
}
97

108
module "dev_sre_namespace" {
11-
source = "github.com/cloud-native-toolkit/terraform-k8s-namespace.git?ref=v2.8.1"
9+
source = "github.com/cloud-native-toolkit/terraform-k8s-namespace.git?ref=v3.1.3"
1210

13-
cluster_type = module.dev_cluster.type_code
1411
cluster_config_file_path = module.dev_cluster.config_file_path
15-
tls_secret_name = module.dev_cluster.tls_secret_name
1612
name = var.sre_namespace
1713
}
14+
15+
module "toolkit_namespace" {
16+
source = "github.com/cloud-native-toolkit/terraform-k8s-namespace.git?ref=v3.1.3"
17+
18+
cluster_config_file_path = module.dev_cluster.config_file_path
19+
name = var.toolkit_namespace
20+
}

terraform/stages-ocp4/stage2-artifactory.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module "dev_tools_artifactory" {
2-
source = "github.com/cloud-native-toolkit/terraform-tools-artifactory.git?ref=v1.10.1"
2+
source = "github.com/cloud-native-toolkit/terraform-tools-artifactory.git?ref=v1.12.1"
33

44
cluster_type = module.dev_cluster.type_code
55
cluster_ingress_hostname = module.dev_cluster.ingress_hostname

terraform/stages-ocp4/stage2-cicd.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module "cicd" {
2-
source = "github.com/cloud-native-toolkit/terraform-tools-openshift-cicd.git?ref=v1.7.2"
2+
source = "github.com/cloud-native-toolkit/terraform-tools-openshift-cicd.git?ref=v1.7.5"
33

44
cluster_config_file = module.dev_cluster.config_file_path
55
cluster_type = module.dev_cluster.type_code
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
module "console-link-job" {
2+
source = "github.com/cloud-native-toolkit/terraform-k8s-console-link-job.git?ref=v1.0.0"
3+
4+
namespace = module.toolkit_namespace.name
5+
cluster_config_file = module.dev_cluster.config_file_path
6+
}

terraform/stages-ocp4/stage2-image-registry.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module "dev_tools_ibm_image_registry" {
2-
source = "github.com/cloud-native-toolkit/terraform-ibm-image-registry.git?ref=v1.4.0"
2+
source = "github.com/cloud-native-toolkit/terraform-ibm-image-registry.git?ref=v2.1.0"
33

44
resource_group_name = module.dev_cluster.resource_group_name
55
cluster_region = module.dev_cluster.region

0 commit comments

Comments
 (0)