Skip to content

Commit 5622902

Browse files
Run fetch-operator-upload to get a recent version.
Signed-off-by: Vincent Demeester <[email protected]>
1 parent 726d0ed commit 5622902

File tree

118 files changed

+17496
-82
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

118 files changed

+17496
-82
lines changed

openshift/olm-catalog/bundle/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ LABEL operators.operatorframework.io.bundle.manifests.v1=manifests/
1010
LABEL operators.operatorframework.io.bundle.metadata.v1=metadata/
1111
LABEL operators.operatorframework.io.bundle.package.v1=serverless-operator
1212
LABEL operators.operatorframework.io.bundle.channel.default.v1="latest"
13-
LABEL operators.operatorframework.io.bundle.channels.v1="latest,pipelines-1.16"
13+
LABEL operators.operatorframework.io.bundle.channels.v1="latest,pipelines-5.0"
1414

1515
LABEL \
1616
com.redhat.component="openshift-pipelines-operator-bundle-container" \
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Copyright 2020 The Tekton Authors
2+
#
3+
# Licensed under the Apache License, Version 2.0 (the "License");
4+
# you may not use this file except in compliance with the License.
5+
# You may obtain a copy of the License at
6+
#
7+
# http://www.apache.org/licenses/LICENSE-2.0
8+
#
9+
# Unless required by applicable law or agreed to in writing, software
10+
# distributed under the License is distributed on an "AS IS" BASIS,
11+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
# See the License for the specific language governing permissions and
13+
# limitations under the License.
14+
15+
# This ConfigMap is only meant to be applied to the openshift-pipelines
16+
# namespace and should be treated as an installation manifest for OpenShift
17+
# Pipelines. Other namespaces are taken care of by the reconcile loop.
18+
apiVersion: v1
19+
kind: ConfigMap
20+
metadata:
21+
name: config-service-cabundle
22+
namespace: openshift-pipelines
23+
labels:
24+
operator.tekton.dev/release: "devel"
25+
app.kubernetes.io/part-of: tekton-pipelines
26+
annotations:
27+
service.beta.openshift.io/inject-cabundle: "true"
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Copyright 2020 The Tekton Authors
2+
#
3+
# Licensed under the Apache License, Version 2.0 (the "License");
4+
# you may not use this file except in compliance with the License.
5+
# You may obtain a copy of the License at
6+
#
7+
# http://www.apache.org/licenses/LICENSE-2.0
8+
#
9+
# Unless required by applicable law or agreed to in writing, software
10+
# distributed under the License is distributed on an "AS IS" BASIS,
11+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
# See the License for the specific language governing permissions and
13+
# limitations under the License.
14+
15+
# This ConfigMap is only meant to be applied to the openshift-pipelines
16+
# namespace and should be treated as an installation manifest for OpenShift
17+
# Pipelines. Other namespaces are taken care of by the reconcile loop.
18+
apiVersion: v1
19+
kind: ConfigMap
20+
metadata:
21+
name: config-trusted-cabundle
22+
namespace: openshift-pipelines
23+
labels:
24+
operator.tekton.dev/release: "devel"
25+
app.kubernetes.io/part-of: tekton-pipelines
26+
config.openshift.io/inject-trusted-cabundle: "true"

0 commit comments

Comments
 (0)