Alan Greene

Results 353 comments of Alan Greene

Updated docs published to the website

Thanks for reporting this @yzaazy. The minimum Kubernetes version required since Tekton Pipelines v0.59 is 1.27: https://github.com/tektoncd/pipeline/releases/tag/v0.59.0 Would you be interested in submitting a PR to update the minikube start...

PR opened: https://github.com/tektoncd/website/pull/616

> Starting from the v0.45.x release of Tekton: Kubernetes version 1.24 or later > Starting from the v0.51.x release of Tekton: Kubernetes version 1.25 or later 'Starting from' is the...

Thanks for the feature request, this makes sense as an enhancement. Array param support is already being tracked in https://github.com/tektoncd/dashboard/issues/2171 and there's a related issue tracking enum support: https://github.com/tektoncd/dashboard/issues/3901 We'll...

This turned out to be much simpler than expected. All of the underlying support was already in place, it was a purely UI problem where it was using a single...

fyi, this is already supported today via the `options` field: https://tekton.dev/docs/operator/tektonconfig/#additional-fields-as-options You can set any of the Dashboard deployment's args using that approach. e.g. ``` apiVersion: operator.tekton.dev/v1alpha1 kind: TektonConfig metadata:...

I'll let the @tektoncd/operator-maintainers answer that as I'm not sure if there are advantages from the Operator point of view to having these be predefined fields rather than in `options`...

Thanks for the feature request @coillteoir. Can you share some more details about the pipelines you're working with? Could you provide some example resources or even screenshots / recording to...