1+
12---
23# Copyright 2022 The Tekton Authors
34#
@@ -427,6 +428,7 @@ metadata:
427428 app.kubernetes.io/instance : default
428429 app.kubernetes.io/part-of : tekton-pipelines
429430data :
431+ metrics-protocol : prometheus
430432 _example : |
431433 ################################
432434 # #
@@ -443,27 +445,44 @@ data:
443445 # this example block and unindented to be in the data block
444446 # to actually change the configuration.
445447
446- # metrics.backend-destination field specifies the system metrics destination.
447- # It supports either prometheus (the default) or stackdriver.
448- # Note: Using stackdriver will incur additional charges
449- metrics.backend-destination: prometheus
448+ # OpenTelemetry Metrics Configuration
449+ # Protocol for metrics export (prometheus, grpc, http/protobuf, none)
450+ # Default if not specified: "none"
451+ metrics-protocol: prometheus
452+
453+ # Metrics endpoint (for grpc/http protocols)
454+ # Default: empty (uses default OTLP endpoint)
455+ metrics-endpoint: ""
456+
457+ # Metrics export interval (e.g., "30s", "1m")
458+ # Default: empty (uses default interval)
459+ metrics-export-interval: ""
460+
461+ # OpenTelemetry Tracing Configuration
462+ # Protocol for tracing export (grpc, http/protobuf, none, stdout)
463+ # Default: none
464+ tracing-protocol: none
465+
466+ # Tracing endpoint (for grpc/http protocols)
467+ # Default: empty
468+ tracing-endpoint: ""
469+
470+ # Tracing sampling rate (0.0 to 1.0)
471+ # Default: 1.0 (100% sampling)
472+ tracing-sampling-rate: "1.0"
450473
451- # metrics.request-metrics-backend-destination specifies the request metrics
452- # destination. If non-empty, it enables queue proxy to send request metrics.
453- # Currently supported values: prometheus, stackdriver.
454- metrics.request-metrics-backend-destination: prometheus
474+ # Runtime Configuration
475+ # Enable profiling (enabled, disabled)
476+ # Default: disabled
477+ runtime-profiling: disabled
455478
456- # metrics.stackdriver-project-id field specifies the stackdriver project ID. This
457- # field is optional. When running on GCE, application default credentials will be
458- # used if this field is not provided.
459- metrics.stackdriver-project-id: "<your stackdriver project id>"
479+ # Runtime export interval (e.g., "15s")
480+ # Default: 15s
481+ runtime-export-interval: "15s"
460482
461- # metrics.allow-stackdriver-custom-metrics indicates whether it is allowed to send metrics to
462- # Stackdriver using "global" resource type and custom metric type if the
463- # metrics are not supported by "knative_revision" resource type. Setting this
464- # flag to "true" could cause extra Stackdriver charge.
465- # If metrics.backend-destination is not Stackdriver, this is ignored.
466- metrics.allow-stackdriver-custom-metrics: "false"
483+ # Note: Legacy OpenCensus configuration (metrics.backend-destination, etc.) has been
484+ # removed as OpenCensus support is no longer provided by the underlying infrastructure.
485+ # Please use the OpenTelemetry configuration options above.
467486
468487 ---
469488# Copyright 2022 The Tekton Authors
@@ -578,6 +597,17 @@ data:
578597 default-kind : " task"
579598 # the default hub source to pull the resource from.
580599 default-type : " artifact"
600+ # Ordered list of Artifact Hub API URLs to try. First successful response wins.
601+ # If not set, the ARTIFACT_HUB_API env var or default (https://artifacthub.io) is used.
602+ # URLs must use http or https scheme.
603+ # artifact-hub-urls: |
604+ # - https://internal-hub.example.com/
605+ # - https://artifacthub.io/
606+ # Ordered list of Tekton Hub API URLs to try. First successful response wins.
607+ # If not set, the TEKTON_HUB_API env var is used.
608+ # URLs must use http or https scheme.
609+ # tekton-hub-urls: |
610+ # - https://api.hub.tekton.dev/
581611
582612---
583613# Copyright 2025 The Tekton Authors
@@ -632,12 +662,12 @@ metadata:
632662 app.kubernetes.io/name : resolvers
633663 app.kubernetes.io/component : resolvers
634664 app.kubernetes.io/instance : default
635- app.kubernetes.io/version : " v1.9 .0"
665+ app.kubernetes.io/version : " v1.13 .0"
636666 app.kubernetes.io/part-of : tekton-pipelines
637667 # tekton.dev/release value replaced with inputs.params.versionTag in pipeline/tekton/publish.yaml
638- pipeline.tekton.dev/release : " v1.9 .0"
668+ pipeline.tekton.dev/release : " v1.13 .0"
639669 # labels below are related to istio and should not be used for resource lookup
640- version : " v1.9 .0"
670+ version : " v1.13 .0"
641671spec :
642672 replicas : 1
643673 selector :
@@ -652,13 +682,13 @@ spec:
652682 app.kubernetes.io/name : resolvers
653683 app.kubernetes.io/component : resolvers
654684 app.kubernetes.io/instance : default
655- app.kubernetes.io/version : " v1.9 .0"
685+ app.kubernetes.io/version : " v1.13 .0"
656686 app.kubernetes.io/part-of : tekton-pipelines
657687 # tekton.dev/release value replaced with inputs.params.versionTag in pipeline/tekton/publish.yaml
658- pipeline.tekton.dev/release : " v1.9 .0"
688+ pipeline.tekton.dev/release : " v1.13 .0"
659689 # labels below are related to istio and should not be used for resource lookup
660690 app : tekton-pipelines-resolvers
661- version : " v1.9 .0"
691+ version : " v1.13 .0"
662692 spec :
663693 affinity :
664694 nodeAffinity :
@@ -683,7 +713,7 @@ spec:
683713 serviceAccountName : tekton-pipelines-resolvers
684714 containers :
685715 - name : controller
686- image : ghcr.io/tektoncd/pipeline/resolvers-ff86b24f130c42b88983d3c13993056d:v1.9 .0@sha256:1f3e346ba5b9b2a702cff5224713d0bbd7b31372614f3a5441a3df3df7a17e1e
716+ image : ghcr.io/tektoncd/pipeline/resolvers-ff86b24f130c42b88983d3c13993056d:v1.13 .0@sha256:6baeb2aa990387ed4afed4fa095845ed137b35c2471dffdc95ea8d32142775fa
687717 command :
688718 - /sbin/tini
689719 - --
@@ -769,13 +799,13 @@ metadata:
769799 app.kubernetes.io/name : resolvers
770800 app.kubernetes.io/component : resolvers
771801 app.kubernetes.io/instance : default
772- app.kubernetes.io/version : " v1.9 .0"
802+ app.kubernetes.io/version : " v1.13 .0"
773803 app.kubernetes.io/part-of : tekton-pipelines
774804 # tekton.dev/release value replaced with inputs.params.versionTag in pipeline/tekton/publish.yaml
775- pipeline.tekton.dev/release : " v1.9 .0"
805+ pipeline.tekton.dev/release : " v1.13 .0"
776806 # labels below are related to istio and should not be used for resource lookup
777807 app : tekton-pipelines-remote-resolvers
778- version : " v1.9 .0"
808+ version : " v1.13 .0"
779809 name : tekton-pipelines-remote-resolvers
780810 namespace : tekton-pipelines-resolvers
781811spec :
0 commit comments