Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Commit 84d6ec8

Browse files
committed
- tweaks to make things friendlier for the global template library.
1 parent 38767cf commit 84d6ec8

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

openshift/s2i-nginx-builder-bc.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"name": "base-centos7",
1111
"creationTimestamp": null,
1212
"labels": {
13-
"build": "s2i-nginx"
13+
"build": "bcgov-s2i-nginx"
1414
},
1515
"annotations": {
1616
"openshift.io/generated-by": "OpenShiftNewBuild"
@@ -40,10 +40,10 @@
4040
"kind": "ImageStream",
4141
"apiVersion": "v1",
4242
"metadata": {
43-
"name": "s2i-nginx",
43+
"name": "bcgov-s2i-nginx",
4444
"creationTimestamp": null,
4545
"labels": {
46-
"build": "s2i-nginx"
46+
"build": "bcgov-s2i-nginx"
4747
},
4848
"annotations": {
4949
"openshift.io/generated-by": "OpenShiftNewBuild"
@@ -58,10 +58,10 @@
5858
"kind": "BuildConfig",
5959
"apiVersion": "v1",
6060
"metadata": {
61-
"name": "s2i-nginx",
61+
"name": "bcgov-s2i-nginx",
6262
"creationTimestamp": null,
6363
"labels": {
64-
"build": "s2i-nginx"
64+
"build": "bcgov-s2i-nginx"
6565
},
6666
"annotations": {
6767
"openshift.io/generated-by": "OpenShiftNewBuild"
@@ -95,7 +95,7 @@
9595
"output": {
9696
"to": {
9797
"kind": "ImageStreamTag",
98-
"name": "s2i-nginx:latest"
98+
"name": "bcgov-s2i-nginx:latest"
9999
}
100100
},
101101
"resources": {},

openshift/templates/nginx-build-template.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
"displayName": "Builder ImageStreamTag",
9797
"description": "The image stream tag (e.g. rproxy:latest) of the S2I image that should be used to build the application.",
9898
"required": true,
99-
"value": "s2i-nginx:latest"
99+
"value": "bcgov-s2i-nginx:latest"
100100
},
101101
{
102102
"name": "BUILDER_IMAGESTREAM_NAMESPACE",

0 commit comments

Comments
 (0)