@abayer is it me, or was installing Tekton 0.43 a bit premature? All the examples and hub tasks still use v1beta1. (Saw your name in the release notes ;))
@joostvdg v1beta1 is still the actual stored version that gets reconciled, so yeah, there’s some bug in the CLI apparently… https://github.com/tektoncd/pipeline/issues/5932
TektonHub Tasks apiversion v1beta1 not supported with new pipeline release v0.43.0 · Issue #5932 · tektoncd/pipeline

Expected Behavior tkn hub install task [task-from-hub] succeeds with task installed. Actual Behavior tkn hub install task kaniko Error: the API version in the data (tekton.dev/v1beta1) does not mat...

GitHub
@abayer auch, oké, not just me then. I'm still just exploring, so I'll just port those tasks that I use for now.
@joostvdg fwiw, v0.43.1 is getting released today/tomorrow morning, which _may_ fix this.