Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Latest release broke backwards compatibility with git resolver configurations #8378

Open
ralphbean opened this issue Nov 7, 2024 · 3 comments
Assignees
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@ralphbean
Copy link
Contributor

Expected Behavior

In 006c9ac, it is stated that the old format for git resolver config maps will be supported. Updating to the latest should not cause existing git resolver usage to break.

Actual Behavior

Updating caused a pipeline git resolver reference to fail, with message: resolver failed to get Pipeline : error requesting remote resource: error getting "Git" "<redacted>": missing or empty server-url value in configmap.

The end user was able to work around the issue by providing an explicit serverURL in the params of their resolver reference, but the docs state that the serverURL is optional.

Additional Info

  • Kubernetes version:
Server Version: version.Info{Major:"1", Minor:"28", GitVersion:"v1.28.12+f154a54", GitCommit:"d616c148c25194c61415fb2f8388497125d193fa", GitTreeState:"clean", BuildDate:"2024-09-03T14:59:33Z", GoVersion:"go1.20.12 X:strictfipsruntime", Compiler:"gc", Platform:"linux/amd64"}
  • Tekton Pipeline version:
❯ tkn version
Client version: 0.37.0
Chains version: v0.22.2
Pipeline version: v0.65.0
Triggers version: v0.29.1
Operator version: devel
@ralphbean ralphbean added the kind/bug Categorizes issue or PR as related to a bug. label Nov 7, 2024
@vdemeester
Copy link
Member

@piyush-garg

@PuneetPunamiya
Copy link
Member

/assign

@vdemeester
Copy link
Member

@ralphbean can you share us a redacted version of the configmap ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

No branches or pull requests

3 participants