Kuadrant / multicluster-gateway-controller

multi-cluster gateway controller, manages multi-cluster gateways based on gateway api and policy attachment
Apache License 2.0
10 stars 23 forks source link

Use full sha for policy-controller builds #759

Closed adam-cattermole closed 6 months ago

adam-cattermole commented 6 months ago

The kuadrant nightly builds depend on policy-controller nightlies. We extract the commit sha from the tag in quay, but when pulling the dependencies to create the bundle, the pipeline fails. This is due to kustomize not supporting pulling the dependencies using the short sha and needs the full sha. If we tag the quay images with the full commit sha the nightlies should start to work again.