You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
release.yaml will only contain the controller/webhook/eventlistener but not the core interceptors.
Additional Info
With #976, core interceptors are now installed as instances of the
ClusterInterceptor CRD. They are also bundled in a separate YAML file. We need
to wait for the Interceptors CRD to become established before we can create the
core interceptors. Otherwise, we run the risk of trying to create the
core-interceptors too early leading to installation errors. In #976 we fixed
the e2e install scripts to account for these changes but not the release
pipeline.
The text was updated successfully, but these errors were encountered:
With tektoncd#976, core interceptors are now installed as instances of the
ClusterInterceptor CRD. They are also bundled in a separate YAML file. We need
to wait for the Interceptors CRD to become established before we can create the
core interceptors. Otherwise, we run the risk of trying to create the
core-interceptors too early leading to installation errors. In tektoncd#976 we fixed
the e2e install scripts to account for these changes but not the release
pipeline. This commit updates the release pipeline to add the new interceptors
YAML as part of the release assets.
Fixestektoncd#1006
Signed-off-by: Dibyo Mukherjee <dibyo@google.com>
With #976, core interceptors are now installed as instances of the
ClusterInterceptor CRD. They are also bundled in a separate YAML file. We need
to wait for the Interceptors CRD to become established before we can create the
core interceptors. Otherwise, we run the risk of trying to create the
core-interceptors too early leading to installation errors. In #976 we fixed
the e2e install scripts to account for these changes but not the release
pipeline. This commit updates the release pipeline to add the new interceptors
YAML as part of the release assets.
Fixes#1006
Signed-off-by: Dibyo Mukherjee <dibyo@google.com>
Expected Behavior
The triggers release YAML should contain the core interceptor definitions + deployment YAMLs
Actual Behavior
Broken with #976
release.yaml will only contain the controller/webhook/eventlistener but not the core interceptors.
Additional Info
With #976, core interceptors are now installed as instances of the
ClusterInterceptor CRD. They are also bundled in a separate YAML file. We need
to wait for the Interceptors CRD to become established before we can create the
core interceptors. Otherwise, we run the risk of trying to create the
core-interceptors too early leading to installation errors. In #976 we fixed
the e2e install scripts to account for these changes but not the release
pipeline.
The text was updated successfully, but these errors were encountered: