diff --git a/api/go.mod b/api/go.mod index 89881dc5c..cfffc6183 100644 --- a/api/go.mod +++ b/api/go.mod @@ -7,27 +7,27 @@ require ( github.com/go-playground/validator/v10 v10.30.1 github.com/onsi/ginkgo/v2 v2.28.2 github.com/onsi/gomega v1.42.0 - github.com/openstack-k8s-operators/barbican-operator/api v0.6.1-0.20260615155357-d0dd24fbae8a - github.com/openstack-k8s-operators/cinder-operator/api v0.6.1-0.20260615105721-3ac6ffeb5566 - github.com/openstack-k8s-operators/designate-operator/api v0.6.1-0.20260617131633-58230a626750 - github.com/openstack-k8s-operators/glance-operator/api v0.6.1-0.20260615074216-8ce9ecbb89b8 - github.com/openstack-k8s-operators/heat-operator/api v0.6.1-0.20260615091402-b2a0ac65a741 - github.com/openstack-k8s-operators/horizon-operator/api v0.6.1-0.20260615144840-a13794f0c43f - github.com/openstack-k8s-operators/infra-operator/apis v0.6.1-0.20260615144539-b47e14ac1eb2 - github.com/openstack-k8s-operators/ironic-operator/api v0.6.1-0.20260617191218-a77bb8988290 - github.com/openstack-k8s-operators/keystone-operator/api v0.6.1-0.20260615144839-a3699b737b93 - github.com/openstack-k8s-operators/lib-common/modules/common v0.6.1-0.20260618094501-5109daf5eda6 - github.com/openstack-k8s-operators/lib-common/modules/storage v0.6.1-0.20260618094501-5109daf5eda6 - github.com/openstack-k8s-operators/manila-operator/api v0.6.1-0.20260616061451-be3bf724cde1 - github.com/openstack-k8s-operators/mariadb-operator/api v0.6.1-0.20260616061453-b93404ca8098 - github.com/openstack-k8s-operators/neutron-operator/api v0.6.1-0.20260615071335-2692ed559d0f - github.com/openstack-k8s-operators/nova-operator/api v0.6.1-0.20260615152245-7ba93ca47943 - github.com/openstack-k8s-operators/octavia-operator/api v0.6.1-0.20260617133708-c3ed57798436 - github.com/openstack-k8s-operators/openstack-baremetal-operator/api v0.6.1-0.20260616061453-398b3c75e255 - github.com/openstack-k8s-operators/ovn-operator/api v0.6.1-0.20260616061453-4d1ed7d50594 - github.com/openstack-k8s-operators/swift-operator/api v0.6.1-0.20260617072918-d7ad7b28850e - github.com/openstack-k8s-operators/telemetry-operator/api v0.6.1-0.20260617204614-0fed94989e0a - github.com/openstack-k8s-operators/watcher-operator/api v0.6.1-0.20260616101713-d9e40c6abd74 + github.com/openstack-k8s-operators/barbican-operator/api v0.6.1-0.20260618185808-4040215bb9e9 + github.com/openstack-k8s-operators/cinder-operator/api v0.6.1-0.20260618172638-e217f9371a3e + github.com/openstack-k8s-operators/designate-operator/api v0.6.1-0.20260618172644-0d6d12554996 + github.com/openstack-k8s-operators/glance-operator/api v0.6.1-0.20260618172642-d49fa9d165d5 + github.com/openstack-k8s-operators/heat-operator/api v0.6.1-0.20260618172643-963d9a28ff2c + github.com/openstack-k8s-operators/horizon-operator/api v0.6.1-0.20260618172643-3842cd35042e + github.com/openstack-k8s-operators/infra-operator/apis v0.6.1-0.20260618172644-5a4764bdaa36 + github.com/openstack-k8s-operators/ironic-operator/api v0.6.1-0.20260618172645-f76b5f078531 + github.com/openstack-k8s-operators/keystone-operator/api v0.6.1-0.20260618171050-eb14893f440c + github.com/openstack-k8s-operators/lib-common/modules/common v0.6.1-0.20260618132757-fe8e60d1d8a6 + github.com/openstack-k8s-operators/lib-common/modules/storage v0.6.1-0.20260618132757-fe8e60d1d8a6 + github.com/openstack-k8s-operators/manila-operator/api v0.6.1-0.20260618172643-3f6e2abfe469 + github.com/openstack-k8s-operators/mariadb-operator/api v0.6.1-0.20260618213756-f815deaf2782 + github.com/openstack-k8s-operators/neutron-operator/api v0.6.1-0.20260618213143-e0bc0e7f7628 + github.com/openstack-k8s-operators/nova-operator/api v0.6.1-0.20260618174712-3db8dbcaf519 + github.com/openstack-k8s-operators/octavia-operator/api v0.6.1-0.20260618172338-15cd7c74b402 + github.com/openstack-k8s-operators/openstack-baremetal-operator/api v0.6.1-0.20260618173215-31a17b1de72a + github.com/openstack-k8s-operators/ovn-operator/api v0.6.1-0.20260618214922-a430f1535e32 + github.com/openstack-k8s-operators/swift-operator/api v0.6.1-0.20260618172642-feb2356ee876 + github.com/openstack-k8s-operators/telemetry-operator/api v0.6.1-0.20260618194556-f5e87e8f2ba8 + github.com/openstack-k8s-operators/watcher-operator/api v0.6.1-0.20260619080136-21ca33015cd3 github.com/rhobs/obo-prometheus-operator/pkg/apis/monitoring v0.77.1-rhobs1 // indirect github.com/rhobs/observability-operator v1.0.0 // indirect go.uber.org/multierr v1.11.0 // indirect @@ -79,7 +79,7 @@ require ( github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect github.com/openshift/api v3.9.0+incompatible // indirect - github.com/openstack-k8s-operators/lib-common/modules/openstack v0.6.1-0.20260610101308-d3778a549c89 // indirect + github.com/openstack-k8s-operators/lib-common/modules/openstack v0.6.1-0.20260618132757-fe8e60d1d8a6 // indirect github.com/pkg/errors v0.9.1 // indirect github.com/prometheus/client_golang v1.22.0 // indirect github.com/prometheus/client_model v0.6.2 // indirect diff --git a/api/go.sum b/api/go.sum index c52fd8b9b..7ddcbebdf 100644 --- a/api/go.sum +++ b/api/go.sum @@ -114,50 +114,50 @@ github.com/onsi/gomega v1.42.0 h1:CJby8u36xb7v34W78F8WKvqTQP7PCMIPB78IVDB73l4= github.com/onsi/gomega v1.42.0/go.mod h1:M/Uqpu/8qTjtzCLUA2zJHX9Iilrau25x1PdoSRbWh5A= github.com/openshift/api v0.0.0-20250711200046-c86d80652a9e h1:E1OdwSpqWuDPCedyUt0GEdoAE+r5TXy7YS21yNEo+2U= github.com/openshift/api v0.0.0-20250711200046-c86d80652a9e/go.mod h1:Shkl4HanLwDiiBzakv+con/aMGnVE2MAGvoKp5oyYUo= -github.com/openstack-k8s-operators/barbican-operator/api v0.6.1-0.20260615155357-d0dd24fbae8a h1:ad+cJ5NAu5wTsy10cdnqM+l46wNOz0AGbJjNCTo6Su4= -github.com/openstack-k8s-operators/barbican-operator/api v0.6.1-0.20260615155357-d0dd24fbae8a/go.mod h1:R+c9QNOpC2lkEck07AtKP1ANaP96Mck/lvKOH20l63M= -github.com/openstack-k8s-operators/cinder-operator/api v0.6.1-0.20260615105721-3ac6ffeb5566 h1:edXXd+vFzXtqoa5TnuDQt57ATqwpbl2kdWmbC+7HMIk= -github.com/openstack-k8s-operators/cinder-operator/api v0.6.1-0.20260615105721-3ac6ffeb5566/go.mod h1:lvFKeX0fwYBh57JpF6ZhVXOWyorxZGbVBV6PN/MrpmE= -github.com/openstack-k8s-operators/designate-operator/api v0.6.1-0.20260617131633-58230a626750 h1:pdczt8cc2ljySyum86e1Hz/I8ot9qNMsPrGJGckN744= -github.com/openstack-k8s-operators/designate-operator/api v0.6.1-0.20260617131633-58230a626750/go.mod h1:yCggrRMRAm3rams5bRKMAORf8HNFyuJO+0mQMnx/d3w= -github.com/openstack-k8s-operators/glance-operator/api v0.6.1-0.20260615074216-8ce9ecbb89b8 h1:Wu2eS9qpVryOHnfEZBT2ucU9ACTPwfduVos9W5BRoH0= -github.com/openstack-k8s-operators/glance-operator/api v0.6.1-0.20260615074216-8ce9ecbb89b8/go.mod h1:bJst+pTF+qr90rcTFrRR4hrfpUhnGgH0nibdUnuoAFM= -github.com/openstack-k8s-operators/heat-operator/api v0.6.1-0.20260615091402-b2a0ac65a741 h1:+r+bslwDF0ZPXhsz54mTxfbocHlvH8kBn8H3Mlq17ig= -github.com/openstack-k8s-operators/heat-operator/api v0.6.1-0.20260615091402-b2a0ac65a741/go.mod h1:wAqea1FLy0VJWwLP5LmXZErg46KRn4w93ydXKY/NiIU= -github.com/openstack-k8s-operators/horizon-operator/api v0.6.1-0.20260615144840-a13794f0c43f h1:rI4Gb9JTkRpLbCCZmS7Oa3f2vJmp7kHkvlQzrv+LNzY= -github.com/openstack-k8s-operators/horizon-operator/api v0.6.1-0.20260615144840-a13794f0c43f/go.mod h1:HCt4oH/+OcyvZeKxur3p7pTgfpjJdM+piYFXs151edM= -github.com/openstack-k8s-operators/infra-operator/apis v0.6.1-0.20260615144539-b47e14ac1eb2 h1:OwOP97J/d/yb65wZixOWXDBn9Jvk2SCUUno8eQYepBs= -github.com/openstack-k8s-operators/infra-operator/apis v0.6.1-0.20260615144539-b47e14ac1eb2/go.mod h1:OWqo6t7LwQmFxxLrOa9i5Gl8GAA2PwwThhjE8fTrVYc= -github.com/openstack-k8s-operators/ironic-operator/api v0.6.1-0.20260617191218-a77bb8988290 h1:JVzL3GfPlgp5OjTBbB8fUCwSWjXN2qXIhKo7gLCg2Ac= -github.com/openstack-k8s-operators/ironic-operator/api v0.6.1-0.20260617191218-a77bb8988290/go.mod h1:R3MsU1uiqYkLXw7yRJ9VZYvpPDiQAJK08EfyZLZZeZk= -github.com/openstack-k8s-operators/keystone-operator/api v0.6.1-0.20260615144839-a3699b737b93 h1:3ZHPYBAxteaedlGb1nW6w8NxeFIrPMSMiuYTSTYjqG0= -github.com/openstack-k8s-operators/keystone-operator/api v0.6.1-0.20260615144839-a3699b737b93/go.mod h1:RURtCihykyyH1VBNEZDleD1DseForvb8J6AlmG0WX7k= -github.com/openstack-k8s-operators/lib-common/modules/common v0.6.1-0.20260618094501-5109daf5eda6 h1:mabtMNJpbQheJAdQxXaG8Dncpoz0/r38o3/28ofkVo4= -github.com/openstack-k8s-operators/lib-common/modules/common v0.6.1-0.20260618094501-5109daf5eda6/go.mod h1:oeIagnkOxEsxluKFcFMW80Lf1rXdV7FT2W+peB6kSE0= -github.com/openstack-k8s-operators/lib-common/modules/openstack v0.6.1-0.20260610101308-d3778a549c89 h1:0rYrSFCNxuwZR2/SfnVRQLPw2uEkSZp+anZm/jXVESs= -github.com/openstack-k8s-operators/lib-common/modules/openstack v0.6.1-0.20260610101308-d3778a549c89/go.mod h1:7yqbVpg0k0vW+kZks+TMU/cd1ovoejyHfVPWcyGYLHI= -github.com/openstack-k8s-operators/lib-common/modules/storage v0.6.1-0.20260618094501-5109daf5eda6 h1:kghXAQ5zJpl3f6JV5jGxzsH1oYooTV0IItnQqe9n5XE= -github.com/openstack-k8s-operators/lib-common/modules/storage v0.6.1-0.20260618094501-5109daf5eda6/go.mod h1:x9v3qtFDuv8mitRPA6/dTPftl4GODnM4O9242mCoDoA= -github.com/openstack-k8s-operators/manila-operator/api v0.6.1-0.20260616061451-be3bf724cde1 h1:BF6bThibnzpEo5Dczgq9iCm6OJxz3Y+vhiw+ShYeMqY= -github.com/openstack-k8s-operators/manila-operator/api v0.6.1-0.20260616061451-be3bf724cde1/go.mod h1:hoGjN0pwjWfv0eGh4vDN1JkMsEbRXe+lVp9BnyNu6Lk= -github.com/openstack-k8s-operators/mariadb-operator/api v0.6.1-0.20260616061453-b93404ca8098 h1:i9vbvGPINjRTszXr0mKZ3rjTUGcqxltqoVFhq3k7CMw= -github.com/openstack-k8s-operators/mariadb-operator/api v0.6.1-0.20260616061453-b93404ca8098/go.mod h1:i/LbrD1ND5nmEzJ3Ec5HOPU/kZtF0gSxQNolkND8JYE= -github.com/openstack-k8s-operators/neutron-operator/api v0.6.1-0.20260615071335-2692ed559d0f h1:IBp0J28csO++Zb6OsgPrPOOruGDHf6erEjXnPNR0N70= -github.com/openstack-k8s-operators/neutron-operator/api v0.6.1-0.20260615071335-2692ed559d0f/go.mod h1:QkvaBSM54M66ZGQHDpC5IiTlrsNMKkcvL4Eh5puunbI= -github.com/openstack-k8s-operators/nova-operator/api v0.6.1-0.20260615152245-7ba93ca47943 h1:nDCHsVPM5RFSTN/jhTNta3K5DHcYFV/Ycp4HZDNZehE= -github.com/openstack-k8s-operators/nova-operator/api v0.6.1-0.20260615152245-7ba93ca47943/go.mod h1:T1cbPs89ySFTBHMCMPi/6CCAVkH6PYoK94KaxqZ/fzQ= -github.com/openstack-k8s-operators/octavia-operator/api v0.6.1-0.20260617133708-c3ed57798436 h1:NB3RwgwQH2+v/nRefWnpedvb2xHdc0vYT0yk7pOyeUk= -github.com/openstack-k8s-operators/octavia-operator/api v0.6.1-0.20260617133708-c3ed57798436/go.mod h1:UDDslPkc8arhZ/HzXzikEkLGSJMt7FT+Hs7H3pLjtPs= -github.com/openstack-k8s-operators/openstack-baremetal-operator/api v0.6.1-0.20260616061453-398b3c75e255 h1:vvmrQwhLRfTEbdpFsJFMlv4VKuEOvtgI0O07IgdKy1g= -github.com/openstack-k8s-operators/openstack-baremetal-operator/api v0.6.1-0.20260616061453-398b3c75e255/go.mod h1:bbV9jQfxwVoVmCS0W4nwFBclA5ySLyjCF05I+YddrxA= -github.com/openstack-k8s-operators/ovn-operator/api v0.6.1-0.20260616061453-4d1ed7d50594 h1:j2Ne/s/v3MnG7eS8KSWW4dIMPwcs6k9Ks9hDtTUdK7w= -github.com/openstack-k8s-operators/ovn-operator/api v0.6.1-0.20260616061453-4d1ed7d50594/go.mod h1:hkAcz5q0tuL13+S/MOJ3tNloPIZtrq6TiWfWdFJ/Yb4= -github.com/openstack-k8s-operators/swift-operator/api v0.6.1-0.20260617072918-d7ad7b28850e h1:F/I/JSfnTd+m7dh31OfMTl+YUAjHq2u3Mv9DzP5cNr4= -github.com/openstack-k8s-operators/swift-operator/api v0.6.1-0.20260617072918-d7ad7b28850e/go.mod h1:an5CpAr8e4uZjdoMdjEe6ZjunY9ntTodRRsQ0SqRO3M= -github.com/openstack-k8s-operators/telemetry-operator/api v0.6.1-0.20260617204614-0fed94989e0a h1:PWb5e4agsNih6iL847JilutPWRNe0+4gsiHodlm60tY= -github.com/openstack-k8s-operators/telemetry-operator/api v0.6.1-0.20260617204614-0fed94989e0a/go.mod h1:Ax9FmoG/IQN5AomhbUviLp2MfCLT7JgiEUzlbW2rHh4= -github.com/openstack-k8s-operators/watcher-operator/api v0.6.1-0.20260616101713-d9e40c6abd74 h1:d5UDPw/i9TKQPQekd0BKB9UAZYIksoj4n/D1bcWYOyE= -github.com/openstack-k8s-operators/watcher-operator/api v0.6.1-0.20260616101713-d9e40c6abd74/go.mod h1:gV5arxmUjCpj2J1nr5Icj3+b/6ApQIImtHC6InB0R/E= +github.com/openstack-k8s-operators/barbican-operator/api v0.6.1-0.20260618185808-4040215bb9e9 h1:zbBn2QFaLQoE/Szyn+lP/STGuTxYUS0ec7feh412jXw= +github.com/openstack-k8s-operators/barbican-operator/api v0.6.1-0.20260618185808-4040215bb9e9/go.mod h1:XmsD0Th7aLOGwrZQcluV9D1EDtvau7Inmimdj8xNnow= +github.com/openstack-k8s-operators/cinder-operator/api v0.6.1-0.20260618172638-e217f9371a3e h1:99wgSJBeMR+q0iP/0hcu9/q9/KYAio0ZT0GGAjBkD7A= +github.com/openstack-k8s-operators/cinder-operator/api v0.6.1-0.20260618172638-e217f9371a3e/go.mod h1:mZ53h2kRN+tPuYDgNjbGP22h+Fjfr/HZwfp3vCaVbG0= +github.com/openstack-k8s-operators/designate-operator/api v0.6.1-0.20260618172644-0d6d12554996 h1:bAhIXxFdF13WuOPVUs/LwGCSah8XJw1P5uE73zgcPmc= +github.com/openstack-k8s-operators/designate-operator/api v0.6.1-0.20260618172644-0d6d12554996/go.mod h1:0Hy+Eu9cCu7fuwVJyfZzz9qbYgLa1NF4MTrH0/3duo8= +github.com/openstack-k8s-operators/glance-operator/api v0.6.1-0.20260618172642-d49fa9d165d5 h1:sm9AUrXP28QpOOP0JjgeCij896dMcYf14sbAb8a3gtw= +github.com/openstack-k8s-operators/glance-operator/api v0.6.1-0.20260618172642-d49fa9d165d5/go.mod h1:ZXXtCU4k8y5Ou33Ho8otvomlypIGVSTn53WYFmZXa1c= +github.com/openstack-k8s-operators/heat-operator/api v0.6.1-0.20260618172643-963d9a28ff2c h1:kOG+9Cph5FUP6gOI8WeheqzGgFDV4i+jscb46RFv788= +github.com/openstack-k8s-operators/heat-operator/api v0.6.1-0.20260618172643-963d9a28ff2c/go.mod h1:Nm1NlNJX66ejSQNGSdeOPEWVcLYQGDHfvoWp8D91+l8= +github.com/openstack-k8s-operators/horizon-operator/api v0.6.1-0.20260618172643-3842cd35042e h1:cpcb+iM/k6lp4KzpCGOyDVyM//04DQdZcREp4wX+3XI= +github.com/openstack-k8s-operators/horizon-operator/api v0.6.1-0.20260618172643-3842cd35042e/go.mod h1:MHRvxdy5p2WrrMjteTfWAT66WyIkYu56LySBRHhl/B0= +github.com/openstack-k8s-operators/infra-operator/apis v0.6.1-0.20260618172644-5a4764bdaa36 h1:nGpBRRuWJbxiH9Vv5ir0TUWmL3XFChvqvXX8We5Lvnc= +github.com/openstack-k8s-operators/infra-operator/apis v0.6.1-0.20260618172644-5a4764bdaa36/go.mod h1:fcTuxQ/hzNBPxCf99vbsBt7dgZ3W12gUthaCXSvkPr8= +github.com/openstack-k8s-operators/ironic-operator/api v0.6.1-0.20260618172645-f76b5f078531 h1:6HIA9DJ1WSIt5FsK+K+FF5r+Y27Y11l6N6VTSpW8yWE= +github.com/openstack-k8s-operators/ironic-operator/api v0.6.1-0.20260618172645-f76b5f078531/go.mod h1:SYaptFeBl80lYcPEoQ1UzoZFC7r+eifS1GUYusjuhxs= +github.com/openstack-k8s-operators/keystone-operator/api v0.6.1-0.20260618171050-eb14893f440c h1:HLU/y6d4a26JkEOoZF+m7aUqZRWojgx0UY9UBPL4At8= +github.com/openstack-k8s-operators/keystone-operator/api v0.6.1-0.20260618171050-eb14893f440c/go.mod h1:AZ+ScPRFjfxxJ+A8j8Ukp2RVSo5N/IYzf6kCaMWro8w= +github.com/openstack-k8s-operators/lib-common/modules/common v0.6.1-0.20260618132757-fe8e60d1d8a6 h1:aIc5ECO3dubv265jjUZ66oi56kf5iUt8Y1DWmCPrzOc= +github.com/openstack-k8s-operators/lib-common/modules/common v0.6.1-0.20260618132757-fe8e60d1d8a6/go.mod h1:oeIagnkOxEsxluKFcFMW80Lf1rXdV7FT2W+peB6kSE0= +github.com/openstack-k8s-operators/lib-common/modules/openstack v0.6.1-0.20260618132757-fe8e60d1d8a6 h1:OVFoNXzinsI0rq8gbegu8TnlDPkO409iyVoWhU4nEdQ= +github.com/openstack-k8s-operators/lib-common/modules/openstack v0.6.1-0.20260618132757-fe8e60d1d8a6/go.mod h1:7yqbVpg0k0vW+kZks+TMU/cd1ovoejyHfVPWcyGYLHI= +github.com/openstack-k8s-operators/lib-common/modules/storage v0.6.1-0.20260618132757-fe8e60d1d8a6 h1:3cyU3HUhCoV7vscqea6ZUbkwxNSAJd1Rwk0P15vsUZw= +github.com/openstack-k8s-operators/lib-common/modules/storage v0.6.1-0.20260618132757-fe8e60d1d8a6/go.mod h1:x9v3qtFDuv8mitRPA6/dTPftl4GODnM4O9242mCoDoA= +github.com/openstack-k8s-operators/manila-operator/api v0.6.1-0.20260618172643-3f6e2abfe469 h1:DBV3+r3bnhncni0xis68ChTA3Rx0FS6N2kvcBB9T8v8= +github.com/openstack-k8s-operators/manila-operator/api v0.6.1-0.20260618172643-3f6e2abfe469/go.mod h1:JA0pPfQe7RKrvXu9ZK6MKo/Qp+du9JKDj7FM41TN+gc= +github.com/openstack-k8s-operators/mariadb-operator/api v0.6.1-0.20260618213756-f815deaf2782 h1:i+73n6q/gAOOuJkmWbdm7C5IHVzWMn6qQRHEohBLMOY= +github.com/openstack-k8s-operators/mariadb-operator/api v0.6.1-0.20260618213756-f815deaf2782/go.mod h1:TspAeCjdm3vb73yoeSAUoABV62GiiECPCFJUpPBXYaU= +github.com/openstack-k8s-operators/neutron-operator/api v0.6.1-0.20260618213143-e0bc0e7f7628 h1:LXUzZwXT6AISeIPZwd8O+oeUrcDW8lCEdfetm1fYxwQ= +github.com/openstack-k8s-operators/neutron-operator/api v0.6.1-0.20260618213143-e0bc0e7f7628/go.mod h1:z8+kQzLAa6adRqk2s6GZ75eGNga9xNgrNr0jsxDbyoQ= +github.com/openstack-k8s-operators/nova-operator/api v0.6.1-0.20260618174712-3db8dbcaf519 h1:9uBf8GiTDEcjpFW+RVKrgVmCEEug0je+aiItk9rn1Dg= +github.com/openstack-k8s-operators/nova-operator/api v0.6.1-0.20260618174712-3db8dbcaf519/go.mod h1:HZNTf2nKZuAmKOEKbROIiV4Jv4tX1Ez8awSFyKttoME= +github.com/openstack-k8s-operators/octavia-operator/api v0.6.1-0.20260618172338-15cd7c74b402 h1:7eBlTMDnZOljWDn8Bq3AH86af0XhhndLe8e+IEcA8ew= +github.com/openstack-k8s-operators/octavia-operator/api v0.6.1-0.20260618172338-15cd7c74b402/go.mod h1:6JclbeJLHYuFf85zuzSD7DSFGAZHDXuBKrxRhYuN3Rg= +github.com/openstack-k8s-operators/openstack-baremetal-operator/api v0.6.1-0.20260618173215-31a17b1de72a h1:WEnHJaLTNl22xdEu1FQ+Ru1iGiGpOV1L2Zv8TIs13cA= +github.com/openstack-k8s-operators/openstack-baremetal-operator/api v0.6.1-0.20260618173215-31a17b1de72a/go.mod h1:12F7+H+Uy5eDduRlxZnOUMtFG/3tEGLSLuZsbkZkPTA= +github.com/openstack-k8s-operators/ovn-operator/api v0.6.1-0.20260618214922-a430f1535e32 h1:ZG6l0MK7YjCPE3Vxah5YdN9J1mGiXzJ1n0EnOAjkAeM= +github.com/openstack-k8s-operators/ovn-operator/api v0.6.1-0.20260618214922-a430f1535e32/go.mod h1:q8lcvW+ku70ovZPJk9n+j3Mfno6TWgokw0ADx7Qphho= +github.com/openstack-k8s-operators/swift-operator/api v0.6.1-0.20260618172642-feb2356ee876 h1:nSErl7EQKlsC8UXGVjlC5gt31L7XNBxVkJcJPGainK8= +github.com/openstack-k8s-operators/swift-operator/api v0.6.1-0.20260618172642-feb2356ee876/go.mod h1:7qjQZhbRQsJcymjHD/W8toNWtZ+GDJSeNoT1ncEJMBQ= +github.com/openstack-k8s-operators/telemetry-operator/api v0.6.1-0.20260618194556-f5e87e8f2ba8 h1:fcNs0eZ0Vjc8pqP9SSMPGlviHFWTWBFPPPGQCTWIL2M= +github.com/openstack-k8s-operators/telemetry-operator/api v0.6.1-0.20260618194556-f5e87e8f2ba8/go.mod h1:OLzZYbruAP5Se9PpVZ/Ugjdf8z3+BrBV0FbBM0HFLIA= +github.com/openstack-k8s-operators/watcher-operator/api v0.6.1-0.20260619080136-21ca33015cd3 h1:dnaQnRfLvOI7mlaCFcKpOYwtZZ9rx9f4Sjx421lx1bM= +github.com/openstack-k8s-operators/watcher-operator/api v0.6.1-0.20260619080136-21ca33015cd3/go.mod h1:/OXB/YBWOtlAcHSrGFkVUzX7idbnEjUKSsFnOtD1YNI= github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4= github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= diff --git a/config/operator/manager_operator_images.yaml b/config/operator/manager_operator_images.yaml index 3776f3f8e..ccafdbee2 100644 --- a/config/operator/manager_operator_images.yaml +++ b/config/operator/manager_operator_images.yaml @@ -14,42 +14,42 @@ spec: - name: operator env: - name: RELATED_IMAGE_BARBICAN_OPERATOR_MANAGER_IMAGE_URL - value: quay.io/openstack-k8s-operators/barbican-operator@sha256:feca14ce5f2009eaf839fc384a2078501dd19bbd9c079fe325363ca91bd7baf0 + value: quay.io/openstack-k8s-operators/barbican-operator@sha256:878434ee6023e3385c94a7407a00fab5aea2b6dc84737284610504e33aebe81e - name: RELATED_IMAGE_CINDER_OPERATOR_MANAGER_IMAGE_URL - value: quay.io/openstack-k8s-operators/cinder-operator@sha256:ebc4676fe83556239243f73bcefbe187a99914ef5c3dced45e7cb0a627c56d3a + value: quay.io/openstack-k8s-operators/cinder-operator@sha256:cfd609317914693b513917ee2dd1ad95aa849b8896e784ea55ef5fb6674b5ce5 - name: RELATED_IMAGE_DESIGNATE_OPERATOR_MANAGER_IMAGE_URL - value: quay.io/openstack-k8s-operators/designate-operator@sha256:bed40a1e8997d9cb11d281639eba732e1e2d6c672787c5169c77b38e5cf2a784 + value: quay.io/openstack-k8s-operators/designate-operator@sha256:a4569593cd2ae3fd9a737936525b2e46a1c6417ccfac541f7f9b6d8d12e1bf3f - name: RELATED_IMAGE_GLANCE_OPERATOR_MANAGER_IMAGE_URL - value: quay.io/openstack-k8s-operators/glance-operator@sha256:306898dca9e23d8c1fa0977bd5381fa56c0f4630acb23fb7f8f688ae93f0c313 + value: quay.io/openstack-k8s-operators/glance-operator@sha256:faa2893356b48a810a63be2b89d268c23c82857bb200d0f19a86f43e47716608 - name: RELATED_IMAGE_HEAT_OPERATOR_MANAGER_IMAGE_URL - value: quay.io/openstack-k8s-operators/heat-operator@sha256:34e3f7f01d199036daad43cb75c11196725a1c90ac93fc183d6c09380fe3c00a + value: quay.io/openstack-k8s-operators/heat-operator@sha256:2cc732214586a8f3b012435e7cf31b1203816567f4742309ce01731526133b7d - name: RELATED_IMAGE_HORIZON_OPERATOR_MANAGER_IMAGE_URL - value: quay.io/openstack-k8s-operators/horizon-operator@sha256:cbb7f7dc9d7781a20212d14fdc3af935fbcd0f8a94ba784e00045c89c5f413b1 + value: quay.io/openstack-k8s-operators/horizon-operator@sha256:d6d102fd5844a3c1271c97ef70b9a4b9137209dab1754f363c4ba5a53750509a - name: RELATED_IMAGE_INFRA_OPERATOR_MANAGER_IMAGE_URL - value: quay.io/openstack-k8s-operators/infra-operator@sha256:f1de6a2dcdb917d6f810166e0512a9111c90cd6dbebba22aec717af0d8da1539 + value: quay.io/openstack-k8s-operators/infra-operator@sha256:44f3953f67584652fe7ee8e8598afd47453747fd5e5d87db45329554f9f755a7 - name: RELATED_IMAGE_IRONIC_OPERATOR_MANAGER_IMAGE_URL - value: quay.io/openstack-k8s-operators/ironic-operator@sha256:8403aab52231cdd2bb7cbd38a9ea02aabf84feb61428cad28c8a2b88d282fcd4 + value: quay.io/openstack-k8s-operators/ironic-operator@sha256:34cb2a915aa756685dfc42303fdfac34be7b504b92168160ef57f9da7f5a6b70 - name: RELATED_IMAGE_KEYSTONE_OPERATOR_MANAGER_IMAGE_URL - value: quay.io/openstack-k8s-operators/keystone-operator@sha256:e37a1a7fa144e1df7c00bebdeff99b59687d09dc8028bd6486a3c3c03f4a17a2 + value: quay.io/openstack-k8s-operators/keystone-operator@sha256:10d0760616a8d196960630eb42c55d5f2d9f1fdefb5e6164021db419bbce063e - name: RELATED_IMAGE_MANILA_OPERATOR_MANAGER_IMAGE_URL - value: quay.io/openstack-k8s-operators/manila-operator@sha256:14bddad47fe1adb6e93162244377f45ac5e21e115f0c502ddcd1057e634cb907 + value: quay.io/openstack-k8s-operators/manila-operator@sha256:e8888dbffb7c511eb9385c436b3b28aaf5865a9d042b61ad80659ae31aacbabd - name: RELATED_IMAGE_MARIADB_OPERATOR_MANAGER_IMAGE_URL - value: quay.io/openstack-k8s-operators/mariadb-operator@sha256:d15cd966d15ed8aa79d25b405c72f5187827c14f043eb52bddbced87a21b35c0 + value: quay.io/openstack-k8s-operators/mariadb-operator@sha256:9b6636da34aa873dff489c3c73e3d2f0cca8cef8d24e9a617f27da33ac569e77 - name: RELATED_IMAGE_NEUTRON_OPERATOR_MANAGER_IMAGE_URL - value: quay.io/openstack-k8s-operators/neutron-operator@sha256:f48db9f3192f46beaee16d7968e50609f9f13f517180ed5e2b6085bdcf2bcca0 + value: quay.io/openstack-k8s-operators/neutron-operator@sha256:8b034a2864ce9e5c97c2d30c85b3afff8ddbc9d98c6b9a8c836e5faa51428aec - name: RELATED_IMAGE_NOVA_OPERATOR_MANAGER_IMAGE_URL - value: quay.io/openstack-k8s-operators/nova-operator@sha256:4592ed70aa1f088e92ae60222d9af7f0421518cb4bdb66e6ed4677f0c9b51a94 + value: quay.io/openstack-k8s-operators/nova-operator@sha256:38453ab152459b121197dfa3d4bffbaf1b1e11b1f41746065a7d019c9aad4cfc - name: RELATED_IMAGE_OCTAVIA_OPERATOR_MANAGER_IMAGE_URL - value: quay.io/openstack-k8s-operators/octavia-operator@sha256:78666449d165d8ea475a35d0b0e5922d8d8f6b11539e193072aede9d59e80cd8 + value: quay.io/openstack-k8s-operators/octavia-operator@sha256:fd1fd9f1e75ab4a88d8673f9c7feccc2bd19620db2a7103025f2ca496715cb9a - name: RELATED_IMAGE_OPENSTACK_BAREMETAL_OPERATOR_MANAGER_IMAGE_URL - value: quay.io/openstack-k8s-operators/openstack-baremetal-operator@sha256:a20eef36a05301aa1e806595c7d5e85c0053d7161903be125b5ba6b173072707 + value: quay.io/openstack-k8s-operators/openstack-baremetal-operator@sha256:f20e626ac4cd7fe30481a4f8c509a76d7735a4839d14bfe576bd272e62b0de49 - name: RELATED_IMAGE_OVN_OPERATOR_MANAGER_IMAGE_URL - value: quay.io/openstack-k8s-operators/ovn-operator@sha256:f43c4df763af3154b7fc0cb2baf6c3507e7e4bb12ea3b6d276aaae1a5ec83c55 + value: quay.io/openstack-k8s-operators/ovn-operator@sha256:05d6147c215803b0cf08d768248fb440e2aa980f93725459fdfb714b7bb2e09a - name: RELATED_IMAGE_SWIFT_OPERATOR_MANAGER_IMAGE_URL - value: quay.io/openstack-k8s-operators/swift-operator@sha256:f861a3ae47246205564acf80cb599c0bc66c4e82b025f334595e37e65d083070 + value: quay.io/openstack-k8s-operators/swift-operator@sha256:02a7d0cc14162d5d0e4e564cd6c187914f08ed24a6c602a500797719e6369dc6 - name: RELATED_IMAGE_TELEMETRY_OPERATOR_MANAGER_IMAGE_URL - value: quay.io/openstack-k8s-operators/telemetry-operator@sha256:49b8f9a1c55d3d3ccb28b029fc0b5227ccf3ae80ab92d64b46aba45775138ef7 + value: quay.io/openstack-k8s-operators/telemetry-operator@sha256:1e7bf149c0201c1f5d27c4262171b09a99964341e7e86d94b9cd9da06d7b4321 - name: RELATED_IMAGE_TEST_OPERATOR_MANAGER_IMAGE_URL - value: quay.io/openstack-k8s-operators/test-operator@sha256:ca91d81bcefb16fff7065fbd68c6f832aef10b567048f6ee8af26baf518454eb + value: quay.io/openstack-k8s-operators/test-operator@sha256:b7b713567a084ad73d4bb7b54aec13cbcb2dc6b07b848d713854ed93206676b9 - name: RELATED_IMAGE_WATCHER_OPERATOR_MANAGER_IMAGE_URL - value: quay.io/openstack-k8s-operators/watcher-operator@sha256:5453c50a46982b56306e73bbcb2cdfdc72a18b1819a59092512e3010e2853ac2 + value: quay.io/openstack-k8s-operators/watcher-operator@sha256:0efcefed901c5fa18e43ec14e80265429f983c2236fcf848bd02fdf0ccaaa386 diff --git a/go.mod b/go.mod index 435276002..c9bfddd16 100644 --- a/go.mod +++ b/go.mod @@ -12,32 +12,32 @@ require ( github.com/onsi/ginkgo/v2 v2.28.2 github.com/onsi/gomega v1.42.0 github.com/openshift/api v3.9.0+incompatible - github.com/openstack-k8s-operators/barbican-operator/api v0.6.1-0.20260615155357-d0dd24fbae8a - github.com/openstack-k8s-operators/cinder-operator/api v0.6.1-0.20260615105721-3ac6ffeb5566 - github.com/openstack-k8s-operators/designate-operator/api v0.6.1-0.20260617131633-58230a626750 - github.com/openstack-k8s-operators/glance-operator/api v0.6.1-0.20260615074216-8ce9ecbb89b8 - github.com/openstack-k8s-operators/heat-operator/api v0.6.1-0.20260615091402-b2a0ac65a741 - github.com/openstack-k8s-operators/horizon-operator/api v0.6.1-0.20260615144840-a13794f0c43f - github.com/openstack-k8s-operators/infra-operator/apis v0.6.1-0.20260615144539-b47e14ac1eb2 - github.com/openstack-k8s-operators/ironic-operator/api v0.6.1-0.20260617191218-a77bb8988290 - github.com/openstack-k8s-operators/keystone-operator/api v0.6.1-0.20260615144839-a3699b737b93 - github.com/openstack-k8s-operators/lib-common/modules/ansible v0.6.1-0.20260618094501-5109daf5eda6 - github.com/openstack-k8s-operators/lib-common/modules/certmanager v0.6.1-0.20260618094501-5109daf5eda6 - github.com/openstack-k8s-operators/lib-common/modules/common v0.6.1-0.20260618094501-5109daf5eda6 - github.com/openstack-k8s-operators/lib-common/modules/storage v0.6.1-0.20260618094501-5109daf5eda6 - github.com/openstack-k8s-operators/lib-common/modules/test v0.6.1-0.20260618094501-5109daf5eda6 - github.com/openstack-k8s-operators/manila-operator/api v0.6.1-0.20260616061451-be3bf724cde1 - github.com/openstack-k8s-operators/mariadb-operator/api v0.6.1-0.20260616061453-b93404ca8098 - github.com/openstack-k8s-operators/neutron-operator/api v0.6.1-0.20260615071335-2692ed559d0f - github.com/openstack-k8s-operators/nova-operator/api v0.6.1-0.20260615152245-7ba93ca47943 - github.com/openstack-k8s-operators/octavia-operator/api v0.6.1-0.20260617133708-c3ed57798436 - github.com/openstack-k8s-operators/openstack-baremetal-operator/api v0.6.1-0.20260616061453-398b3c75e255 + github.com/openstack-k8s-operators/barbican-operator/api v0.6.1-0.20260618185808-4040215bb9e9 + github.com/openstack-k8s-operators/cinder-operator/api v0.6.1-0.20260618172638-e217f9371a3e + github.com/openstack-k8s-operators/designate-operator/api v0.6.1-0.20260618172644-0d6d12554996 + github.com/openstack-k8s-operators/glance-operator/api v0.6.1-0.20260618172642-d49fa9d165d5 + github.com/openstack-k8s-operators/heat-operator/api v0.6.1-0.20260618172643-963d9a28ff2c + github.com/openstack-k8s-operators/horizon-operator/api v0.6.1-0.20260618172643-3842cd35042e + github.com/openstack-k8s-operators/infra-operator/apis v0.6.1-0.20260618172644-5a4764bdaa36 + github.com/openstack-k8s-operators/ironic-operator/api v0.6.1-0.20260618172645-f76b5f078531 + github.com/openstack-k8s-operators/keystone-operator/api v0.6.1-0.20260618171050-eb14893f440c + github.com/openstack-k8s-operators/lib-common/modules/ansible v0.6.1-0.20260618132757-fe8e60d1d8a6 + github.com/openstack-k8s-operators/lib-common/modules/certmanager v0.6.1-0.20260618132757-fe8e60d1d8a6 + github.com/openstack-k8s-operators/lib-common/modules/common v0.6.1-0.20260618132757-fe8e60d1d8a6 + github.com/openstack-k8s-operators/lib-common/modules/storage v0.6.1-0.20260618132757-fe8e60d1d8a6 + github.com/openstack-k8s-operators/lib-common/modules/test v0.6.1-0.20260618132757-fe8e60d1d8a6 + github.com/openstack-k8s-operators/manila-operator/api v0.6.1-0.20260618172643-3f6e2abfe469 + github.com/openstack-k8s-operators/mariadb-operator/api v0.6.1-0.20260618213756-f815deaf2782 + github.com/openstack-k8s-operators/neutron-operator/api v0.6.1-0.20260618213143-e0bc0e7f7628 + github.com/openstack-k8s-operators/nova-operator/api v0.6.1-0.20260618174712-3db8dbcaf519 + github.com/openstack-k8s-operators/octavia-operator/api v0.6.1-0.20260618172338-15cd7c74b402 + github.com/openstack-k8s-operators/openstack-baremetal-operator/api v0.6.1-0.20260618173215-31a17b1de72a github.com/openstack-k8s-operators/openstack-operator/api v0.0.0-00010101000000-000000000000 - github.com/openstack-k8s-operators/ovn-operator/api v0.6.1-0.20260616061453-4d1ed7d50594 - github.com/openstack-k8s-operators/swift-operator/api v0.6.1-0.20260617072918-d7ad7b28850e - github.com/openstack-k8s-operators/telemetry-operator/api v0.6.1-0.20260617204614-0fed94989e0a - github.com/openstack-k8s-operators/test-operator/api v0.6.1-0.20260616104927-2755df479dad - github.com/openstack-k8s-operators/watcher-operator/api v0.6.1-0.20260616101713-d9e40c6abd74 + github.com/openstack-k8s-operators/ovn-operator/api v0.6.1-0.20260618214922-a430f1535e32 + github.com/openstack-k8s-operators/swift-operator/api v0.6.1-0.20260618172642-feb2356ee876 + github.com/openstack-k8s-operators/telemetry-operator/api v0.6.1-0.20260618194556-f5e87e8f2ba8 + github.com/openstack-k8s-operators/test-operator/api v0.6.1-0.20260618175018-5ad5fb731abc + github.com/openstack-k8s-operators/watcher-operator/api v0.6.1-0.20260619080136-21ca33015cd3 github.com/pkg/errors v0.9.1 github.com/stretchr/testify v1.11.1 go.uber.org/zap v1.28.0 @@ -94,7 +94,7 @@ require ( github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect - github.com/openstack-k8s-operators/lib-common/modules/openstack v0.6.1-0.20260610101308-d3778a549c89 // indirect + github.com/openstack-k8s-operators/lib-common/modules/openstack v0.6.1-0.20260618132757-fe8e60d1d8a6 // indirect github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect github.com/prometheus/client_golang v1.22.0 // indirect github.com/prometheus/client_model v0.6.2 // indirect diff --git a/go.sum b/go.sum index 3f41000c9..49b512ab6 100644 --- a/go.sum +++ b/go.sum @@ -138,58 +138,58 @@ github.com/onsi/gomega v1.42.0 h1:CJby8u36xb7v34W78F8WKvqTQP7PCMIPB78IVDB73l4= github.com/onsi/gomega v1.42.0/go.mod h1:M/Uqpu/8qTjtzCLUA2zJHX9Iilrau25x1PdoSRbWh5A= github.com/openshift/api v0.0.0-20250711200046-c86d80652a9e h1:E1OdwSpqWuDPCedyUt0GEdoAE+r5TXy7YS21yNEo+2U= github.com/openshift/api v0.0.0-20250711200046-c86d80652a9e/go.mod h1:Shkl4HanLwDiiBzakv+con/aMGnVE2MAGvoKp5oyYUo= -github.com/openstack-k8s-operators/barbican-operator/api v0.6.1-0.20260615155357-d0dd24fbae8a h1:ad+cJ5NAu5wTsy10cdnqM+l46wNOz0AGbJjNCTo6Su4= -github.com/openstack-k8s-operators/barbican-operator/api v0.6.1-0.20260615155357-d0dd24fbae8a/go.mod h1:R+c9QNOpC2lkEck07AtKP1ANaP96Mck/lvKOH20l63M= -github.com/openstack-k8s-operators/cinder-operator/api v0.6.1-0.20260615105721-3ac6ffeb5566 h1:edXXd+vFzXtqoa5TnuDQt57ATqwpbl2kdWmbC+7HMIk= -github.com/openstack-k8s-operators/cinder-operator/api v0.6.1-0.20260615105721-3ac6ffeb5566/go.mod h1:lvFKeX0fwYBh57JpF6ZhVXOWyorxZGbVBV6PN/MrpmE= -github.com/openstack-k8s-operators/designate-operator/api v0.6.1-0.20260617131633-58230a626750 h1:pdczt8cc2ljySyum86e1Hz/I8ot9qNMsPrGJGckN744= -github.com/openstack-k8s-operators/designate-operator/api v0.6.1-0.20260617131633-58230a626750/go.mod h1:yCggrRMRAm3rams5bRKMAORf8HNFyuJO+0mQMnx/d3w= -github.com/openstack-k8s-operators/glance-operator/api v0.6.1-0.20260615074216-8ce9ecbb89b8 h1:Wu2eS9qpVryOHnfEZBT2ucU9ACTPwfduVos9W5BRoH0= -github.com/openstack-k8s-operators/glance-operator/api v0.6.1-0.20260615074216-8ce9ecbb89b8/go.mod h1:bJst+pTF+qr90rcTFrRR4hrfpUhnGgH0nibdUnuoAFM= -github.com/openstack-k8s-operators/heat-operator/api v0.6.1-0.20260615091402-b2a0ac65a741 h1:+r+bslwDF0ZPXhsz54mTxfbocHlvH8kBn8H3Mlq17ig= -github.com/openstack-k8s-operators/heat-operator/api v0.6.1-0.20260615091402-b2a0ac65a741/go.mod h1:wAqea1FLy0VJWwLP5LmXZErg46KRn4w93ydXKY/NiIU= -github.com/openstack-k8s-operators/horizon-operator/api v0.6.1-0.20260615144840-a13794f0c43f h1:rI4Gb9JTkRpLbCCZmS7Oa3f2vJmp7kHkvlQzrv+LNzY= -github.com/openstack-k8s-operators/horizon-operator/api v0.6.1-0.20260615144840-a13794f0c43f/go.mod h1:HCt4oH/+OcyvZeKxur3p7pTgfpjJdM+piYFXs151edM= -github.com/openstack-k8s-operators/infra-operator/apis v0.6.1-0.20260615144539-b47e14ac1eb2 h1:OwOP97J/d/yb65wZixOWXDBn9Jvk2SCUUno8eQYepBs= -github.com/openstack-k8s-operators/infra-operator/apis v0.6.1-0.20260615144539-b47e14ac1eb2/go.mod h1:OWqo6t7LwQmFxxLrOa9i5Gl8GAA2PwwThhjE8fTrVYc= -github.com/openstack-k8s-operators/ironic-operator/api v0.6.1-0.20260617191218-a77bb8988290 h1:JVzL3GfPlgp5OjTBbB8fUCwSWjXN2qXIhKo7gLCg2Ac= -github.com/openstack-k8s-operators/ironic-operator/api v0.6.1-0.20260617191218-a77bb8988290/go.mod h1:R3MsU1uiqYkLXw7yRJ9VZYvpPDiQAJK08EfyZLZZeZk= -github.com/openstack-k8s-operators/keystone-operator/api v0.6.1-0.20260615144839-a3699b737b93 h1:3ZHPYBAxteaedlGb1nW6w8NxeFIrPMSMiuYTSTYjqG0= -github.com/openstack-k8s-operators/keystone-operator/api v0.6.1-0.20260615144839-a3699b737b93/go.mod h1:RURtCihykyyH1VBNEZDleD1DseForvb8J6AlmG0WX7k= -github.com/openstack-k8s-operators/lib-common/modules/ansible v0.6.1-0.20260618094501-5109daf5eda6 h1:l4weJcZT7sFiNGx4NRUosooLHfD6OEU1Ak5AfpwJc10= -github.com/openstack-k8s-operators/lib-common/modules/ansible v0.6.1-0.20260618094501-5109daf5eda6/go.mod h1:tXxVkkk8HlATwTmDA5RTP3b+c8apfuMM15mZ2wW5iNs= -github.com/openstack-k8s-operators/lib-common/modules/certmanager v0.6.1-0.20260618094501-5109daf5eda6 h1:rhHbgkeq7sWGz5chwDZA+Dl3u9V+LtdsbmqQrQO7a0Q= -github.com/openstack-k8s-operators/lib-common/modules/certmanager v0.6.1-0.20260618094501-5109daf5eda6/go.mod h1:2MTcu0IXZOQAZx/VHcCki1mD2Uq8cFX9KScFP3IdU9Q= -github.com/openstack-k8s-operators/lib-common/modules/common v0.6.1-0.20260618094501-5109daf5eda6 h1:mabtMNJpbQheJAdQxXaG8Dncpoz0/r38o3/28ofkVo4= -github.com/openstack-k8s-operators/lib-common/modules/common v0.6.1-0.20260618094501-5109daf5eda6/go.mod h1:oeIagnkOxEsxluKFcFMW80Lf1rXdV7FT2W+peB6kSE0= -github.com/openstack-k8s-operators/lib-common/modules/openstack v0.6.1-0.20260610101308-d3778a549c89 h1:0rYrSFCNxuwZR2/SfnVRQLPw2uEkSZp+anZm/jXVESs= -github.com/openstack-k8s-operators/lib-common/modules/openstack v0.6.1-0.20260610101308-d3778a549c89/go.mod h1:7yqbVpg0k0vW+kZks+TMU/cd1ovoejyHfVPWcyGYLHI= -github.com/openstack-k8s-operators/lib-common/modules/storage v0.6.1-0.20260618094501-5109daf5eda6 h1:kghXAQ5zJpl3f6JV5jGxzsH1oYooTV0IItnQqe9n5XE= -github.com/openstack-k8s-operators/lib-common/modules/storage v0.6.1-0.20260618094501-5109daf5eda6/go.mod h1:x9v3qtFDuv8mitRPA6/dTPftl4GODnM4O9242mCoDoA= -github.com/openstack-k8s-operators/lib-common/modules/test v0.6.1-0.20260618094501-5109daf5eda6 h1:axRpZMm29gcgAgL3nHOueRGj+GHa3M4VTzCFZXMvaqM= -github.com/openstack-k8s-operators/lib-common/modules/test v0.6.1-0.20260618094501-5109daf5eda6/go.mod h1:toaz58xq4JNYGaN03AakuG3OEdJZzMb3HL+SK1hTUT4= -github.com/openstack-k8s-operators/manila-operator/api v0.6.1-0.20260616061451-be3bf724cde1 h1:BF6bThibnzpEo5Dczgq9iCm6OJxz3Y+vhiw+ShYeMqY= -github.com/openstack-k8s-operators/manila-operator/api v0.6.1-0.20260616061451-be3bf724cde1/go.mod h1:hoGjN0pwjWfv0eGh4vDN1JkMsEbRXe+lVp9BnyNu6Lk= -github.com/openstack-k8s-operators/mariadb-operator/api v0.6.1-0.20260616061453-b93404ca8098 h1:i9vbvGPINjRTszXr0mKZ3rjTUGcqxltqoVFhq3k7CMw= -github.com/openstack-k8s-operators/mariadb-operator/api v0.6.1-0.20260616061453-b93404ca8098/go.mod h1:i/LbrD1ND5nmEzJ3Ec5HOPU/kZtF0gSxQNolkND8JYE= -github.com/openstack-k8s-operators/neutron-operator/api v0.6.1-0.20260615071335-2692ed559d0f h1:IBp0J28csO++Zb6OsgPrPOOruGDHf6erEjXnPNR0N70= -github.com/openstack-k8s-operators/neutron-operator/api v0.6.1-0.20260615071335-2692ed559d0f/go.mod h1:QkvaBSM54M66ZGQHDpC5IiTlrsNMKkcvL4Eh5puunbI= -github.com/openstack-k8s-operators/nova-operator/api v0.6.1-0.20260615152245-7ba93ca47943 h1:nDCHsVPM5RFSTN/jhTNta3K5DHcYFV/Ycp4HZDNZehE= -github.com/openstack-k8s-operators/nova-operator/api v0.6.1-0.20260615152245-7ba93ca47943/go.mod h1:T1cbPs89ySFTBHMCMPi/6CCAVkH6PYoK94KaxqZ/fzQ= -github.com/openstack-k8s-operators/octavia-operator/api v0.6.1-0.20260617133708-c3ed57798436 h1:NB3RwgwQH2+v/nRefWnpedvb2xHdc0vYT0yk7pOyeUk= -github.com/openstack-k8s-operators/octavia-operator/api v0.6.1-0.20260617133708-c3ed57798436/go.mod h1:UDDslPkc8arhZ/HzXzikEkLGSJMt7FT+Hs7H3pLjtPs= -github.com/openstack-k8s-operators/openstack-baremetal-operator/api v0.6.1-0.20260616061453-398b3c75e255 h1:vvmrQwhLRfTEbdpFsJFMlv4VKuEOvtgI0O07IgdKy1g= -github.com/openstack-k8s-operators/openstack-baremetal-operator/api v0.6.1-0.20260616061453-398b3c75e255/go.mod h1:bbV9jQfxwVoVmCS0W4nwFBclA5ySLyjCF05I+YddrxA= -github.com/openstack-k8s-operators/ovn-operator/api v0.6.1-0.20260616061453-4d1ed7d50594 h1:j2Ne/s/v3MnG7eS8KSWW4dIMPwcs6k9Ks9hDtTUdK7w= -github.com/openstack-k8s-operators/ovn-operator/api v0.6.1-0.20260616061453-4d1ed7d50594/go.mod h1:hkAcz5q0tuL13+S/MOJ3tNloPIZtrq6TiWfWdFJ/Yb4= -github.com/openstack-k8s-operators/swift-operator/api v0.6.1-0.20260617072918-d7ad7b28850e h1:F/I/JSfnTd+m7dh31OfMTl+YUAjHq2u3Mv9DzP5cNr4= -github.com/openstack-k8s-operators/swift-operator/api v0.6.1-0.20260617072918-d7ad7b28850e/go.mod h1:an5CpAr8e4uZjdoMdjEe6ZjunY9ntTodRRsQ0SqRO3M= -github.com/openstack-k8s-operators/telemetry-operator/api v0.6.1-0.20260617204614-0fed94989e0a h1:PWb5e4agsNih6iL847JilutPWRNe0+4gsiHodlm60tY= -github.com/openstack-k8s-operators/telemetry-operator/api v0.6.1-0.20260617204614-0fed94989e0a/go.mod h1:Ax9FmoG/IQN5AomhbUviLp2MfCLT7JgiEUzlbW2rHh4= -github.com/openstack-k8s-operators/test-operator/api v0.6.1-0.20260616104927-2755df479dad h1:LWxitdCo6nUEkrtr1auNlJwRArluTP4q6JPoUSw/NIo= -github.com/openstack-k8s-operators/test-operator/api v0.6.1-0.20260616104927-2755df479dad/go.mod h1:1UAhYvZDNf+/T4nak+p6SCQwIjBFQNY8CucFfr26xs4= -github.com/openstack-k8s-operators/watcher-operator/api v0.6.1-0.20260616101713-d9e40c6abd74 h1:d5UDPw/i9TKQPQekd0BKB9UAZYIksoj4n/D1bcWYOyE= -github.com/openstack-k8s-operators/watcher-operator/api v0.6.1-0.20260616101713-d9e40c6abd74/go.mod h1:gV5arxmUjCpj2J1nr5Icj3+b/6ApQIImtHC6InB0R/E= +github.com/openstack-k8s-operators/barbican-operator/api v0.6.1-0.20260618185808-4040215bb9e9 h1:zbBn2QFaLQoE/Szyn+lP/STGuTxYUS0ec7feh412jXw= +github.com/openstack-k8s-operators/barbican-operator/api v0.6.1-0.20260618185808-4040215bb9e9/go.mod h1:XmsD0Th7aLOGwrZQcluV9D1EDtvau7Inmimdj8xNnow= +github.com/openstack-k8s-operators/cinder-operator/api v0.6.1-0.20260618172638-e217f9371a3e h1:99wgSJBeMR+q0iP/0hcu9/q9/KYAio0ZT0GGAjBkD7A= +github.com/openstack-k8s-operators/cinder-operator/api v0.6.1-0.20260618172638-e217f9371a3e/go.mod h1:mZ53h2kRN+tPuYDgNjbGP22h+Fjfr/HZwfp3vCaVbG0= +github.com/openstack-k8s-operators/designate-operator/api v0.6.1-0.20260618172644-0d6d12554996 h1:bAhIXxFdF13WuOPVUs/LwGCSah8XJw1P5uE73zgcPmc= +github.com/openstack-k8s-operators/designate-operator/api v0.6.1-0.20260618172644-0d6d12554996/go.mod h1:0Hy+Eu9cCu7fuwVJyfZzz9qbYgLa1NF4MTrH0/3duo8= +github.com/openstack-k8s-operators/glance-operator/api v0.6.1-0.20260618172642-d49fa9d165d5 h1:sm9AUrXP28QpOOP0JjgeCij896dMcYf14sbAb8a3gtw= +github.com/openstack-k8s-operators/glance-operator/api v0.6.1-0.20260618172642-d49fa9d165d5/go.mod h1:ZXXtCU4k8y5Ou33Ho8otvomlypIGVSTn53WYFmZXa1c= +github.com/openstack-k8s-operators/heat-operator/api v0.6.1-0.20260618172643-963d9a28ff2c h1:kOG+9Cph5FUP6gOI8WeheqzGgFDV4i+jscb46RFv788= +github.com/openstack-k8s-operators/heat-operator/api v0.6.1-0.20260618172643-963d9a28ff2c/go.mod h1:Nm1NlNJX66ejSQNGSdeOPEWVcLYQGDHfvoWp8D91+l8= +github.com/openstack-k8s-operators/horizon-operator/api v0.6.1-0.20260618172643-3842cd35042e h1:cpcb+iM/k6lp4KzpCGOyDVyM//04DQdZcREp4wX+3XI= +github.com/openstack-k8s-operators/horizon-operator/api v0.6.1-0.20260618172643-3842cd35042e/go.mod h1:MHRvxdy5p2WrrMjteTfWAT66WyIkYu56LySBRHhl/B0= +github.com/openstack-k8s-operators/infra-operator/apis v0.6.1-0.20260618172644-5a4764bdaa36 h1:nGpBRRuWJbxiH9Vv5ir0TUWmL3XFChvqvXX8We5Lvnc= +github.com/openstack-k8s-operators/infra-operator/apis v0.6.1-0.20260618172644-5a4764bdaa36/go.mod h1:fcTuxQ/hzNBPxCf99vbsBt7dgZ3W12gUthaCXSvkPr8= +github.com/openstack-k8s-operators/ironic-operator/api v0.6.1-0.20260618172645-f76b5f078531 h1:6HIA9DJ1WSIt5FsK+K+FF5r+Y27Y11l6N6VTSpW8yWE= +github.com/openstack-k8s-operators/ironic-operator/api v0.6.1-0.20260618172645-f76b5f078531/go.mod h1:SYaptFeBl80lYcPEoQ1UzoZFC7r+eifS1GUYusjuhxs= +github.com/openstack-k8s-operators/keystone-operator/api v0.6.1-0.20260618171050-eb14893f440c h1:HLU/y6d4a26JkEOoZF+m7aUqZRWojgx0UY9UBPL4At8= +github.com/openstack-k8s-operators/keystone-operator/api v0.6.1-0.20260618171050-eb14893f440c/go.mod h1:AZ+ScPRFjfxxJ+A8j8Ukp2RVSo5N/IYzf6kCaMWro8w= +github.com/openstack-k8s-operators/lib-common/modules/ansible v0.6.1-0.20260618132757-fe8e60d1d8a6 h1:ANxnGopxqws+5bAqg409p0Ov7O/ORvSjTkhw70YE3sM= +github.com/openstack-k8s-operators/lib-common/modules/ansible v0.6.1-0.20260618132757-fe8e60d1d8a6/go.mod h1:tXxVkkk8HlATwTmDA5RTP3b+c8apfuMM15mZ2wW5iNs= +github.com/openstack-k8s-operators/lib-common/modules/certmanager v0.6.1-0.20260618132757-fe8e60d1d8a6 h1:46dbpV7xfpr9/QyPXcfW/ZPge1OUYZDwbrEYWf/Go6s= +github.com/openstack-k8s-operators/lib-common/modules/certmanager v0.6.1-0.20260618132757-fe8e60d1d8a6/go.mod h1:2MTcu0IXZOQAZx/VHcCki1mD2Uq8cFX9KScFP3IdU9Q= +github.com/openstack-k8s-operators/lib-common/modules/common v0.6.1-0.20260618132757-fe8e60d1d8a6 h1:aIc5ECO3dubv265jjUZ66oi56kf5iUt8Y1DWmCPrzOc= +github.com/openstack-k8s-operators/lib-common/modules/common v0.6.1-0.20260618132757-fe8e60d1d8a6/go.mod h1:oeIagnkOxEsxluKFcFMW80Lf1rXdV7FT2W+peB6kSE0= +github.com/openstack-k8s-operators/lib-common/modules/openstack v0.6.1-0.20260618132757-fe8e60d1d8a6 h1:OVFoNXzinsI0rq8gbegu8TnlDPkO409iyVoWhU4nEdQ= +github.com/openstack-k8s-operators/lib-common/modules/openstack v0.6.1-0.20260618132757-fe8e60d1d8a6/go.mod h1:7yqbVpg0k0vW+kZks+TMU/cd1ovoejyHfVPWcyGYLHI= +github.com/openstack-k8s-operators/lib-common/modules/storage v0.6.1-0.20260618132757-fe8e60d1d8a6 h1:3cyU3HUhCoV7vscqea6ZUbkwxNSAJd1Rwk0P15vsUZw= +github.com/openstack-k8s-operators/lib-common/modules/storage v0.6.1-0.20260618132757-fe8e60d1d8a6/go.mod h1:x9v3qtFDuv8mitRPA6/dTPftl4GODnM4O9242mCoDoA= +github.com/openstack-k8s-operators/lib-common/modules/test v0.6.1-0.20260618132757-fe8e60d1d8a6 h1:nB4z6MFza5xqsHIcutOIhnmUg+R3WNltA+ButngKNcY= +github.com/openstack-k8s-operators/lib-common/modules/test v0.6.1-0.20260618132757-fe8e60d1d8a6/go.mod h1:toaz58xq4JNYGaN03AakuG3OEdJZzMb3HL+SK1hTUT4= +github.com/openstack-k8s-operators/manila-operator/api v0.6.1-0.20260618172643-3f6e2abfe469 h1:DBV3+r3bnhncni0xis68ChTA3Rx0FS6N2kvcBB9T8v8= +github.com/openstack-k8s-operators/manila-operator/api v0.6.1-0.20260618172643-3f6e2abfe469/go.mod h1:JA0pPfQe7RKrvXu9ZK6MKo/Qp+du9JKDj7FM41TN+gc= +github.com/openstack-k8s-operators/mariadb-operator/api v0.6.1-0.20260618213756-f815deaf2782 h1:i+73n6q/gAOOuJkmWbdm7C5IHVzWMn6qQRHEohBLMOY= +github.com/openstack-k8s-operators/mariadb-operator/api v0.6.1-0.20260618213756-f815deaf2782/go.mod h1:TspAeCjdm3vb73yoeSAUoABV62GiiECPCFJUpPBXYaU= +github.com/openstack-k8s-operators/neutron-operator/api v0.6.1-0.20260618213143-e0bc0e7f7628 h1:LXUzZwXT6AISeIPZwd8O+oeUrcDW8lCEdfetm1fYxwQ= +github.com/openstack-k8s-operators/neutron-operator/api v0.6.1-0.20260618213143-e0bc0e7f7628/go.mod h1:z8+kQzLAa6adRqk2s6GZ75eGNga9xNgrNr0jsxDbyoQ= +github.com/openstack-k8s-operators/nova-operator/api v0.6.1-0.20260618174712-3db8dbcaf519 h1:9uBf8GiTDEcjpFW+RVKrgVmCEEug0je+aiItk9rn1Dg= +github.com/openstack-k8s-operators/nova-operator/api v0.6.1-0.20260618174712-3db8dbcaf519/go.mod h1:HZNTf2nKZuAmKOEKbROIiV4Jv4tX1Ez8awSFyKttoME= +github.com/openstack-k8s-operators/octavia-operator/api v0.6.1-0.20260618172338-15cd7c74b402 h1:7eBlTMDnZOljWDn8Bq3AH86af0XhhndLe8e+IEcA8ew= +github.com/openstack-k8s-operators/octavia-operator/api v0.6.1-0.20260618172338-15cd7c74b402/go.mod h1:6JclbeJLHYuFf85zuzSD7DSFGAZHDXuBKrxRhYuN3Rg= +github.com/openstack-k8s-operators/openstack-baremetal-operator/api v0.6.1-0.20260618173215-31a17b1de72a h1:WEnHJaLTNl22xdEu1FQ+Ru1iGiGpOV1L2Zv8TIs13cA= +github.com/openstack-k8s-operators/openstack-baremetal-operator/api v0.6.1-0.20260618173215-31a17b1de72a/go.mod h1:12F7+H+Uy5eDduRlxZnOUMtFG/3tEGLSLuZsbkZkPTA= +github.com/openstack-k8s-operators/ovn-operator/api v0.6.1-0.20260618214922-a430f1535e32 h1:ZG6l0MK7YjCPE3Vxah5YdN9J1mGiXzJ1n0EnOAjkAeM= +github.com/openstack-k8s-operators/ovn-operator/api v0.6.1-0.20260618214922-a430f1535e32/go.mod h1:q8lcvW+ku70ovZPJk9n+j3Mfno6TWgokw0ADx7Qphho= +github.com/openstack-k8s-operators/swift-operator/api v0.6.1-0.20260618172642-feb2356ee876 h1:nSErl7EQKlsC8UXGVjlC5gt31L7XNBxVkJcJPGainK8= +github.com/openstack-k8s-operators/swift-operator/api v0.6.1-0.20260618172642-feb2356ee876/go.mod h1:7qjQZhbRQsJcymjHD/W8toNWtZ+GDJSeNoT1ncEJMBQ= +github.com/openstack-k8s-operators/telemetry-operator/api v0.6.1-0.20260618194556-f5e87e8f2ba8 h1:fcNs0eZ0Vjc8pqP9SSMPGlviHFWTWBFPPPGQCTWIL2M= +github.com/openstack-k8s-operators/telemetry-operator/api v0.6.1-0.20260618194556-f5e87e8f2ba8/go.mod h1:OLzZYbruAP5Se9PpVZ/Ugjdf8z3+BrBV0FbBM0HFLIA= +github.com/openstack-k8s-operators/test-operator/api v0.6.1-0.20260618175018-5ad5fb731abc h1:rCkpT5oN4/xY7MfZczjEnKgkg2brLjROTDBdD1N9KXg= +github.com/openstack-k8s-operators/test-operator/api v0.6.1-0.20260618175018-5ad5fb731abc/go.mod h1:jOVjJjbzon+3MOnWQEGwWgXTFR0CtTvow7ob2dLQMu8= +github.com/openstack-k8s-operators/watcher-operator/api v0.6.1-0.20260619080136-21ca33015cd3 h1:dnaQnRfLvOI7mlaCFcKpOYwtZZ9rx9f4Sjx421lx1bM= +github.com/openstack-k8s-operators/watcher-operator/api v0.6.1-0.20260619080136-21ca33015cd3/go.mod h1:/OXB/YBWOtlAcHSrGFkVUzX7idbnEjUKSsFnOtD1YNI= github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4= github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= diff --git a/hack/export_operator_related_images.sh b/hack/export_operator_related_images.sh index 9f619c0d4..d9c476ded 100644 --- a/hack/export_operator_related_images.sh +++ b/hack/export_operator_related_images.sh @@ -1,22 +1,22 @@ # NOTE: this file is automatically generated by hack/sync-bindata.sh! -export RELATED_IMAGE_BARBICAN_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/barbican-operator@sha256:feca14ce5f2009eaf839fc384a2078501dd19bbd9c079fe325363ca91bd7baf0 -export RELATED_IMAGE_CINDER_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/cinder-operator@sha256:ebc4676fe83556239243f73bcefbe187a99914ef5c3dced45e7cb0a627c56d3a -export RELATED_IMAGE_DESIGNATE_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/designate-operator@sha256:bed40a1e8997d9cb11d281639eba732e1e2d6c672787c5169c77b38e5cf2a784 -export RELATED_IMAGE_GLANCE_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/glance-operator@sha256:306898dca9e23d8c1fa0977bd5381fa56c0f4630acb23fb7f8f688ae93f0c313 -export RELATED_IMAGE_HEAT_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/heat-operator@sha256:34e3f7f01d199036daad43cb75c11196725a1c90ac93fc183d6c09380fe3c00a -export RELATED_IMAGE_HORIZON_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/horizon-operator@sha256:cbb7f7dc9d7781a20212d14fdc3af935fbcd0f8a94ba784e00045c89c5f413b1 -export RELATED_IMAGE_INFRA_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/infra-operator@sha256:f1de6a2dcdb917d6f810166e0512a9111c90cd6dbebba22aec717af0d8da1539 -export RELATED_IMAGE_IRONIC_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/ironic-operator@sha256:8403aab52231cdd2bb7cbd38a9ea02aabf84feb61428cad28c8a2b88d282fcd4 -export RELATED_IMAGE_KEYSTONE_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/keystone-operator@sha256:e37a1a7fa144e1df7c00bebdeff99b59687d09dc8028bd6486a3c3c03f4a17a2 -export RELATED_IMAGE_MANILA_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/manila-operator@sha256:14bddad47fe1adb6e93162244377f45ac5e21e115f0c502ddcd1057e634cb907 -export RELATED_IMAGE_MARIADB_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/mariadb-operator@sha256:d15cd966d15ed8aa79d25b405c72f5187827c14f043eb52bddbced87a21b35c0 -export RELATED_IMAGE_NEUTRON_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/neutron-operator@sha256:f48db9f3192f46beaee16d7968e50609f9f13f517180ed5e2b6085bdcf2bcca0 -export RELATED_IMAGE_NOVA_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/nova-operator@sha256:4592ed70aa1f088e92ae60222d9af7f0421518cb4bdb66e6ed4677f0c9b51a94 -export RELATED_IMAGE_OCTAVIA_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/octavia-operator@sha256:78666449d165d8ea475a35d0b0e5922d8d8f6b11539e193072aede9d59e80cd8 -export RELATED_IMAGE_OPENSTACK_BAREMETAL_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/openstack-baremetal-operator@sha256:a20eef36a05301aa1e806595c7d5e85c0053d7161903be125b5ba6b173072707 -export RELATED_IMAGE_OVN_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/ovn-operator@sha256:f43c4df763af3154b7fc0cb2baf6c3507e7e4bb12ea3b6d276aaae1a5ec83c55 -export RELATED_IMAGE_SWIFT_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/swift-operator@sha256:f861a3ae47246205564acf80cb599c0bc66c4e82b025f334595e37e65d083070 -export RELATED_IMAGE_TELEMETRY_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/telemetry-operator@sha256:49b8f9a1c55d3d3ccb28b029fc0b5227ccf3ae80ab92d64b46aba45775138ef7 -export RELATED_IMAGE_TEST_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/test-operator@sha256:ca91d81bcefb16fff7065fbd68c6f832aef10b567048f6ee8af26baf518454eb -export RELATED_IMAGE_WATCHER_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/watcher-operator@sha256:5453c50a46982b56306e73bbcb2cdfdc72a18b1819a59092512e3010e2853ac2 +export RELATED_IMAGE_BARBICAN_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/barbican-operator@sha256:878434ee6023e3385c94a7407a00fab5aea2b6dc84737284610504e33aebe81e +export RELATED_IMAGE_CINDER_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/cinder-operator@sha256:cfd609317914693b513917ee2dd1ad95aa849b8896e784ea55ef5fb6674b5ce5 +export RELATED_IMAGE_DESIGNATE_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/designate-operator@sha256:a4569593cd2ae3fd9a737936525b2e46a1c6417ccfac541f7f9b6d8d12e1bf3f +export RELATED_IMAGE_GLANCE_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/glance-operator@sha256:faa2893356b48a810a63be2b89d268c23c82857bb200d0f19a86f43e47716608 +export RELATED_IMAGE_HEAT_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/heat-operator@sha256:2cc732214586a8f3b012435e7cf31b1203816567f4742309ce01731526133b7d +export RELATED_IMAGE_HORIZON_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/horizon-operator@sha256:d6d102fd5844a3c1271c97ef70b9a4b9137209dab1754f363c4ba5a53750509a +export RELATED_IMAGE_INFRA_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/infra-operator@sha256:44f3953f67584652fe7ee8e8598afd47453747fd5e5d87db45329554f9f755a7 +export RELATED_IMAGE_IRONIC_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/ironic-operator@sha256:34cb2a915aa756685dfc42303fdfac34be7b504b92168160ef57f9da7f5a6b70 +export RELATED_IMAGE_KEYSTONE_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/keystone-operator@sha256:10d0760616a8d196960630eb42c55d5f2d9f1fdefb5e6164021db419bbce063e +export RELATED_IMAGE_MANILA_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/manila-operator@sha256:e8888dbffb7c511eb9385c436b3b28aaf5865a9d042b61ad80659ae31aacbabd +export RELATED_IMAGE_MARIADB_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/mariadb-operator@sha256:9b6636da34aa873dff489c3c73e3d2f0cca8cef8d24e9a617f27da33ac569e77 +export RELATED_IMAGE_NEUTRON_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/neutron-operator@sha256:8b034a2864ce9e5c97c2d30c85b3afff8ddbc9d98c6b9a8c836e5faa51428aec +export RELATED_IMAGE_NOVA_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/nova-operator@sha256:38453ab152459b121197dfa3d4bffbaf1b1e11b1f41746065a7d019c9aad4cfc +export RELATED_IMAGE_OCTAVIA_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/octavia-operator@sha256:fd1fd9f1e75ab4a88d8673f9c7feccc2bd19620db2a7103025f2ca496715cb9a +export RELATED_IMAGE_OPENSTACK_BAREMETAL_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/openstack-baremetal-operator@sha256:f20e626ac4cd7fe30481a4f8c509a76d7735a4839d14bfe576bd272e62b0de49 +export RELATED_IMAGE_OVN_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/ovn-operator@sha256:05d6147c215803b0cf08d768248fb440e2aa980f93725459fdfb714b7bb2e09a +export RELATED_IMAGE_SWIFT_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/swift-operator@sha256:02a7d0cc14162d5d0e4e564cd6c187914f08ed24a6c602a500797719e6369dc6 +export RELATED_IMAGE_TELEMETRY_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/telemetry-operator@sha256:1e7bf149c0201c1f5d27c4262171b09a99964341e7e86d94b9cd9da06d7b4321 +export RELATED_IMAGE_TEST_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/test-operator@sha256:b7b713567a084ad73d4bb7b54aec13cbcb2dc6b07b848d713854ed93206676b9 +export RELATED_IMAGE_WATCHER_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/watcher-operator@sha256:0efcefed901c5fa18e43ec14e80265429f983c2236fcf848bd02fdf0ccaaa386