We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Kyverno is blocking an update to the chains controller.
$ kubectl rollout restart -n tekton-chains deployment tekton-chains-controller error: failed to patch: admission webhook "validate.kyverno.svc-fail" denied the request: policy Deployment/tekton-chains/tekton-chains-controller for resource violation: verify-image: autogen-verify-image: image is not verified
A restart of chains should succeed.
Fix kyverno, or switch to sigstore/policy-controller.
kubectl rollout restart -n tekton-chains deployment tekton-chains-controller
I can't restart chains after adjusting the config.
Last commit: 5688ad8 Merge branch 'main' into tekton-chains-v0.15.0 (HEAD -> pr-411, upstream/tekton-chains-v0.15.0) Kubernetes: Client Version: version.Info{Major:"1", Minor:"24", GitVersion:"v1.24.3", GitCommit:"aef86a93758dc3cb2c658dd9657ab4ad4afc21cb", GitTreeState:"clean", BuildDate:"2022-07-13T14:30:46Z", GoVersion:"go1.18.3", Compiler:"gc", Platform:"linux/amd64"} Kustomize Version: v4.5.4 Server Version: version.Info{Major:"1", Minor:"24", GitVersion:"v1.24.3", GitCommit:"aef86a93758dc3cb2c658dd9657ab4ad4afc21cb", GitTreeState:"clean", BuildDate:"2022-07-13T14:23:26Z", GoVersion:"go1.18.3", Compiler:"gc", Platform:"linux/amd64"} Tekton: Client version: 0.30.0 Chains version: v0.15.0 Pipeline version: v0.41.0 Triggers version: v0.22.0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bug Report
Kyverno is blocking an update to the chains controller.
Current Behavior
Expected Behavior
A restart of chains should succeed.
Possible Solution
Fix kyverno, or switch to sigstore/policy-controller.
Steps to Reproduce
Context
I can't restart chains after adjusting the config.
Your Environment
The text was updated successfully, but these errors were encountered: