Skip to content

Commit 35968f9

Browse files
openshift-pipelines-botpramodbindal
openshift-pipelines-bot
authored andcommittedApr 10, 2025·
[bot] Update main from pb-rh/operator to c0834525a8eb467cab6c54a4be28b86f01467d00
$ git diff --stat c0834525a8eb467cab6c54a4be28b86f01467d00..130414c145b9016aad2f9ad9234e6bfb58b45ce8 Makefile | 28 +--- operatorhub/Makefile | 91 +----------- operatorhub/kubernetes/README.md | 45 ------ .../tekton-operator-channel-candidate.json | 10 -- .../catalog/candidate/tekton-operator-package.json | 9 -- .../kubernetes/catalog_source/catalog_source.yaml | 20 --- .../kubernetes/catalog_source/kustomization.yaml | 7 - .../kubernetes/release-artifacts/bundle.Dockerfile | 2 +- .../manifests/config-logging_v1_configmap.yaml | 13 +- .../operator.tekton.dev_manualapprovalgates.yaml | 45 ------ .../operator.tekton.dev_tektonchains.yaml | 6 +- .../operator.tekton.dev_tektonconfigs.yaml | 6 +- .../operator.tekton.dev_tektondashboards.yaml | 6 +- .../manifests/operator.tekton.dev_tektonhubs.yaml | 6 +- .../operator.tekton.dev_tektoninstallersets.yaml | 6 +- .../operator.tekton.dev_tektonpipelines.yaml | 6 +- .../operator.tekton.dev_tektonresults.yaml | 78 +++++++++- .../operator.tekton.dev_tektontriggers.yaml | 6 +- ...roller-config-leader-election_v1_configmap.yaml | 37 ----- ...tor-info_rbac.authorization.k8s.io_v1_role.yaml | 1 - .../tekton-operator-info_v1_configmap.yaml | 2 +- ...ebhook-config-leader-election_v1_configmap.yaml | 37 ----- .../tekton-operator-webhook_v1_service.yaml | 4 +- .../manifests/tekton-operator_v1_service.yaml | 2 +- ...e_rbac.authorization.k8s.io_v1_clusterrole.yaml | 14 -- ...authorization.k8s.io_v1_clusterrolebinding.yaml | 13 -- .../tektoncd-operator.clusterserviceversion.yaml | 157 ++++----------------- .../bundle/metadata/annotations.yaml | 2 +- .../kubernetes/subscription/kustomization.yaml | 8 -- .../kubernetes/subscription/operator_group.yaml | 6 - .../kubernetes/subscription/subscription.yaml | 12 -- operatorhub/tools/bundle.py | 6 +- operatorhub/tools/install_operator-sdk.sh | 39 ++--- operatorhub/tools/render-candidate-catalog.sh | 45 ------ operatorhub/tools/run-operator-catalog.sh | 147 ------------------- pkg/apis/operator/v1alpha1/tektonpruner_types.go | 2 - pkg/reconciler/shared/tektonconfig/tektonconfig.go | 7 +- 37 files changed, 164 insertions(+), 767 deletions(-) https://github.com/pb-rh/operator/compare/c0834525a8eb467cab6c54a4be28b86f01467d00..130414c145b9016aad2f9ad9234e6bfb58b45ce8
1 parent dce5ef1 commit 35968f9

File tree

42 files changed

+887
-284
lines changed

Some content is hidden

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

42 files changed

+887
-284
lines changed
 

‎.konflux/olm-catalog/bundle/kodata/tekton-chains/0.0.0-nightly/00-chains.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ metadata:
6363
app.kubernetes.io/component: controller
6464
app.kubernetes.io/instance: default
6565
app.kubernetes.io/part-of: tekton-chains
66-
pipeline.tekton.dev/release: "v20250406-0d2c5a6172"
67-
version: "v20250406-0d2c5a6172"
66+
pipeline.tekton.dev/release: "v20250410-ef3e92864c"
67+
version: "v20250410-ef3e92864c"
6868
spec:
6969
replicas: 1
7070
selector:
@@ -84,13 +84,13 @@ spec:
8484
app.kubernetes.io/instance: default
8585
app.kubernetes.io/part-of: tekton-chains
8686
# # tekton.dev/release value replaced with inputs.params.versionTag in pipeline/tekton/publish.yaml
87-
pipeline.tekton.dev/release: "v20250406-0d2c5a6172"
88-
version: "v20250406-0d2c5a6172"
87+
pipeline.tekton.dev/release: "v20250410-ef3e92864c"
88+
version: "v20250410-ef3e92864c"
8989
spec:
9090
serviceAccountName: tekton-chains-controller
9191
containers:
9292
- name: tekton-chains-controller
93-
image: ghcr.io/tektoncd/chains/controller-92006fd957c0afd31de6a40b3e33b39f:v20250406-0d2c5a6172@sha256:7572b28dfdcbb956aa506f359796bdd02cd23172bf112b852ca18825d52ccb72
93+
image: ghcr.io/tektoncd/chains/controller-92006fd957c0afd31de6a40b3e33b39f:v20250410-ef3e92864c@sha256:5998ff956b66f90f478bd29404797b4c61889afc62f514bcfabaa7e800daf6ed
9494
volumeMounts:
9595
- name: signing-secrets
9696
mountPath: /etc/signing-secrets
@@ -342,7 +342,7 @@ data:
342342
# this ConfigMap such that even if we don't have access to
343343
# other resources in the namespace, we can still access
344344
# this ConfigMap.
345-
version: "v20250406-0d2c5a6172"
345+
version: "v20250410-ef3e92864c"
346346

347347
---
348348
# Copyright 2023 Tekton Authors LLC

‎.konflux/olm-catalog/bundle/kodata/tekton-pipeline/0.0.0-nightly/00-pipelines.yaml

+65-65
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
Please sign in to comment.