From 43bda36e699ec667f330168332c1cd8c4ddbe693 Mon Sep 17 00:00:00 2001 From: openstack-k8s-operators-ci Date: Sun, 23 Aug 2026 04:11:28 +0000 Subject: [PATCH] Update openstack-k8s-operators (main) --- api/go.mod | 46 ++++---- api/go.sum | 92 +++++++-------- .../barbican.openstack.org_barbicanapis.yaml | 6 +- ...enstack.org_barbicankeystonelisteners.yaml | 6 +- .../barbican.openstack.org_barbicans.yaml | 6 +- ...arbican.openstack.org_barbicanworkers.yaml | 6 +- .../watcher.openstack.org_watcherapis.yaml | 5 + ...watcher.openstack.org_watcherappliers.yaml | 5 + ....openstack.org_watcherdecisionengines.yaml | 5 + .../barbican-operator-manager-role.yaml | 1 + .../cinder-operator-manager-role.yaml | 2 +- .../designate-operator-manager-role.yaml | 1 + .../glance-operator-manager-role.yaml | 3 +- .../heat-operator-manager-role.yaml | 2 +- .../horizon-operator-manager-role.yaml | 10 +- .../infra-operator-manager-role.yaml | 2 +- .../ironic-operator-manager-role.yaml | 1 + .../keystone-operator-manager-role.yaml | 2 +- .../manila-operator-manager-role.yaml | 3 +- .../neutron-operator-manager-role.yaml | 2 +- .../nova-operator-manager-role.yaml | 8 ++ .../octavia-operator-manager-role.yaml | 10 +- config/operator/manager_operator_images.yaml | 40 +++---- go.mod | 54 ++++----- go.sum | 108 +++++++++--------- hack/export_operator_related_images.sh | 40 +++---- 26 files changed, 243 insertions(+), 223 deletions(-) diff --git a/api/go.mod b/api/go.mod index bac8757a69..61fa909666 100644 --- a/api/go.mod +++ b/api/go.mod @@ -7,27 +7,27 @@ require ( github.com/go-playground/validator/v10 v10.30.3 github.com/onsi/ginkgo/v2 v2.32.1 github.com/onsi/gomega v1.42.1 - github.com/openstack-k8s-operators/barbican-operator/api v0.6.1-0.20260815073051-f0dedab3b024 - github.com/openstack-k8s-operators/cinder-operator/api v0.6.1-0.20260815073050-c25c043ca4ae - github.com/openstack-k8s-operators/designate-operator/api v0.6.1-0.20260815074930-cb3fe627beaa - github.com/openstack-k8s-operators/glance-operator/api v0.6.1-0.20260815073700-5afadb4eb584 - github.com/openstack-k8s-operators/heat-operator/api v0.6.1-0.20260815073700-3979681dc9f0 - github.com/openstack-k8s-operators/horizon-operator/api v0.6.1-0.20260815073353-f53bfe5815ef - github.com/openstack-k8s-operators/infra-operator/apis v0.6.1-0.20260811190835-054aa14112d8 - github.com/openstack-k8s-operators/ironic-operator/api v0.6.1-0.20260811232801-39845d6991d2 - github.com/openstack-k8s-operators/keystone-operator/api v0.6.1-0.20260815074929-4ac69c11afca - github.com/openstack-k8s-operators/lib-common/modules/common v0.6.1-0.20260815052137-cfc51390472e - github.com/openstack-k8s-operators/lib-common/modules/storage v0.6.1-0.20260815052137-cfc51390472e - github.com/openstack-k8s-operators/manila-operator/api v0.6.1-0.20260815074006-4fae00f90510 - github.com/openstack-k8s-operators/mariadb-operator/api v0.6.1-0.20260815095432-ee0e4a46015e - github.com/openstack-k8s-operators/neutron-operator/api v0.6.1-0.20260815100037-cd2ac3283266 - github.com/openstack-k8s-operators/nova-operator/api v0.6.1-0.20260814001024-80a63d2d555f - github.com/openstack-k8s-operators/octavia-operator/api v0.6.1-0.20260815074607-ebcbe88dc375 - github.com/openstack-k8s-operators/openstack-baremetal-operator/api v0.6.1-0.20260815053044-b1de07d3dec3 - github.com/openstack-k8s-operators/ovn-operator/api v0.6.1-0.20260815075235-e695ce054c02 - github.com/openstack-k8s-operators/swift-operator/api v0.6.1-0.20260815093640-19216d8cebdf - github.com/openstack-k8s-operators/telemetry-operator/api v0.6.1-0.20260813064120-95f8cb07a4a7 - github.com/openstack-k8s-operators/watcher-operator/api v0.6.1-0.20260810142218-4d2e4f853116 + github.com/openstack-k8s-operators/barbican-operator/api v0.6.1-0.20260822070011-9997d23ba011 + github.com/openstack-k8s-operators/cinder-operator/api v0.6.1-0.20260819143714-114b7c23d91d + github.com/openstack-k8s-operators/designate-operator/api v0.6.1-0.20260822070327-bc820e193cf5 + github.com/openstack-k8s-operators/glance-operator/api v0.6.1-0.20260819143713-65990ced6a86 + github.com/openstack-k8s-operators/heat-operator/api v0.6.1-0.20260822071001-e29bb0b954ed + github.com/openstack-k8s-operators/horizon-operator/api v0.6.1-0.20260822072259-4c3a386dcadd + github.com/openstack-k8s-operators/infra-operator/apis v0.6.1-0.20260820165931-18e54edd62e6 + github.com/openstack-k8s-operators/ironic-operator/api v0.6.1-0.20260822071315-66f6112fc035 + github.com/openstack-k8s-operators/keystone-operator/api v0.6.1-0.20260822072640-7bd662ad0284 + github.com/openstack-k8s-operators/lib-common/modules/common v0.6.1-0.20260818072803-e18950de3098 + github.com/openstack-k8s-operators/lib-common/modules/storage v0.6.1-0.20260818072803-e18950de3098 + github.com/openstack-k8s-operators/manila-operator/api v0.6.1-0.20260819143353-54e418a4e480 + github.com/openstack-k8s-operators/mariadb-operator/api v0.6.1-0.20260822071633-1e127e728e62 + github.com/openstack-k8s-operators/neutron-operator/api v0.6.1-0.20260822072640-756f4ac745b5 + github.com/openstack-k8s-operators/nova-operator/api v0.6.1-0.20260820095250-09486f9bf637 + github.com/openstack-k8s-operators/octavia-operator/api v0.6.1-0.20260822215725-f4a66af57796 + github.com/openstack-k8s-operators/openstack-baremetal-operator/api v0.6.1-0.20260822082002-6132af40644a + github.com/openstack-k8s-operators/ovn-operator/api v0.6.1-0.20260822081959-0a0ad59d7e62 + github.com/openstack-k8s-operators/swift-operator/api v0.6.1-0.20260822105105-985f694c05b6 + github.com/openstack-k8s-operators/telemetry-operator/api v0.6.1-0.20260819093739-a1df4abf6fa0 + github.com/openstack-k8s-operators/watcher-operator/api v0.6.1-0.20260821140809-6c158b428e01 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 @@ -85,7 +85,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.20260813160234-fdcb3ee3699d // indirect + github.com/openstack-k8s-operators/lib-common/modules/openstack v0.6.1-0.20260818072803-e18950de3098 // 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 @@ -103,7 +103,7 @@ require ( golang.org/x/sync v0.22.0 // indirect golang.org/x/sys v0.47.0 // indirect golang.org/x/term v0.45.0 // indirect - golang.org/x/text v0.40.0 // indirect + golang.org/x/text v0.41.0 // indirect golang.org/x/time v0.15.0 // indirect gomodules.xyz/jsonpatch/v2 v2.5.0 // indirect google.golang.org/protobuf v1.36.7 // indirect diff --git a/api/go.sum b/api/go.sum index b96e5df47b..77337659e0 100644 --- a/api/go.sum +++ b/api/go.sum @@ -134,50 +134,50 @@ github.com/onsi/gomega v1.42.1 h1:iN1rCUX+44NZ1Dc97MPoeFYbFR0vh8zxoxMFwKdyZ6I= github.com/onsi/gomega v1.42.1/go.mod h1:REff/hsDsodHoKlWsP2mAPhu1+5/6hVYNf9rIEBpeSg= github.com/openshift/api v0.0.0-20260710141509-36dec0bfafe4 h1:YVY7Mb0AdJBbNgC/Zz9R/ZwhixOmZNA8P+6ZPaDW/0M= github.com/openshift/api v0.0.0-20260710141509-36dec0bfafe4/go.mod h1:SPLf21TYPipzCO67BURkCfK6dcIIxx0oNRVWaOyRcXM= -github.com/openstack-k8s-operators/barbican-operator/api v0.6.1-0.20260815073051-f0dedab3b024 h1:yvdeIo/zQfSQ7Iev8j9eRgZG8GLASfVqMdfDqbMmsTo= -github.com/openstack-k8s-operators/barbican-operator/api v0.6.1-0.20260815073051-f0dedab3b024/go.mod h1:cwJw972GCj6XTwjAVPB9NflmIIOP3qoslvbTGjSPUFU= -github.com/openstack-k8s-operators/cinder-operator/api v0.6.1-0.20260815073050-c25c043ca4ae h1:z/rLFGeMJln4jdDlbE5Xz6nsVvYLC7GWGDqmhPXZMoE= -github.com/openstack-k8s-operators/cinder-operator/api v0.6.1-0.20260815073050-c25c043ca4ae/go.mod h1:tRJZgKCtPoo1SQJRnf/2g6yNSvT/gczGch267d810wE= -github.com/openstack-k8s-operators/designate-operator/api v0.6.1-0.20260815074930-cb3fe627beaa h1:Pc0mZsloLkN8AZkclWH7rnapbl+ComqBloBwBKVHoA0= -github.com/openstack-k8s-operators/designate-operator/api v0.6.1-0.20260815074930-cb3fe627beaa/go.mod h1:47STnaKy20nQvEGOH42f9K9rv1b28eltZQPPrdJKh6U= -github.com/openstack-k8s-operators/glance-operator/api v0.6.1-0.20260815073700-5afadb4eb584 h1:rR6+za3fQ+db8Zyt/iJp56CzZFOVYdMcu2wvyp6GQho= -github.com/openstack-k8s-operators/glance-operator/api v0.6.1-0.20260815073700-5afadb4eb584/go.mod h1:JGhoGI/jJU4juykz2YUwoJh9+2sCfRQRwWqN5sICc30= -github.com/openstack-k8s-operators/heat-operator/api v0.6.1-0.20260815073700-3979681dc9f0 h1:biAk3mQLXWklzeq8HvygsMowQyjY5pQ4/baQ2hYzW/c= -github.com/openstack-k8s-operators/heat-operator/api v0.6.1-0.20260815073700-3979681dc9f0/go.mod h1:eLXwcrjmUiO6twgdSeOXihCJsW4mpVarup+//uRf64Q= -github.com/openstack-k8s-operators/horizon-operator/api v0.6.1-0.20260815073353-f53bfe5815ef h1:OQlHNcXhbhLoIvJLcAiHYzwRhIMHUzhf+GeEiO++8CU= -github.com/openstack-k8s-operators/horizon-operator/api v0.6.1-0.20260815073353-f53bfe5815ef/go.mod h1:X4iMBQTJkgaQXpJ4/t3l71dTsabzZmwgV0VcR+qfhg8= -github.com/openstack-k8s-operators/infra-operator/apis v0.6.1-0.20260811190835-054aa14112d8 h1:V+M1QXCXaYlrgMl863bjZWpCA0grSuePt2QjZ5QX6G0= -github.com/openstack-k8s-operators/infra-operator/apis v0.6.1-0.20260811190835-054aa14112d8/go.mod h1:nPqCNb6LtP2HIkAoOrM4Jr4BMdNnuY0puKx6v6fwOhI= -github.com/openstack-k8s-operators/ironic-operator/api v0.6.1-0.20260811232801-39845d6991d2 h1:Ocf1YtuGjU3CYx6qLM4igzEwW5Jbgmh1QNQ17unhoi8= -github.com/openstack-k8s-operators/ironic-operator/api v0.6.1-0.20260811232801-39845d6991d2/go.mod h1:Ge+fQIcL/iMnYiMQJsD9nWdrUFo5lSpO1Tz2n2uBgCI= -github.com/openstack-k8s-operators/keystone-operator/api v0.6.1-0.20260815074929-4ac69c11afca h1:xC0DvwZdiVFM05+7IsSrSX8MnZ4XPVkWKITWlygoHWM= -github.com/openstack-k8s-operators/keystone-operator/api v0.6.1-0.20260815074929-4ac69c11afca/go.mod h1:+C11m+ufdqsK777ql66CbBVoiDXKa7u5dhyEaSuZqp8= -github.com/openstack-k8s-operators/lib-common/modules/common v0.6.1-0.20260815052137-cfc51390472e h1:+49VTYcsFatI4C5ZHn6UQvMwq26LWVPqR0vkGfgfFoY= -github.com/openstack-k8s-operators/lib-common/modules/common v0.6.1-0.20260815052137-cfc51390472e/go.mod h1:vDcTSyaI7R6tjtZOqonr0hzq8JMOfBhJCWZy0tVjQPw= -github.com/openstack-k8s-operators/lib-common/modules/openstack v0.6.1-0.20260813160234-fdcb3ee3699d h1:btd0N5D9BwZPfXmUCcN5hPPi/v2RlIjsaNwZkbLdtx4= -github.com/openstack-k8s-operators/lib-common/modules/openstack v0.6.1-0.20260813160234-fdcb3ee3699d/go.mod h1:Q5wcK4PnlDJ55H+M38CFNLzL53OHYiwq81mR/gKtJXs= -github.com/openstack-k8s-operators/lib-common/modules/storage v0.6.1-0.20260815052137-cfc51390472e h1:yAaJqMxgAriw8DQdLUdY45N+oACenX2SGA5CKYvrYk8= -github.com/openstack-k8s-operators/lib-common/modules/storage v0.6.1-0.20260815052137-cfc51390472e/go.mod h1:fJ9CCRKpo8mQODfv4UDJ3tjUTbyCznYslXQwCkDaGg0= -github.com/openstack-k8s-operators/manila-operator/api v0.6.1-0.20260815074006-4fae00f90510 h1:NjeKx1jp8Os5Fj/P5/3wRs6GzZ8izCTpdrygJ1oG21s= -github.com/openstack-k8s-operators/manila-operator/api v0.6.1-0.20260815074006-4fae00f90510/go.mod h1:RouuWd+tGN9UaBLrYvWauXyMeayj3c5U7x/UYsC1Gms= -github.com/openstack-k8s-operators/mariadb-operator/api v0.6.1-0.20260815095432-ee0e4a46015e h1:3ya0F++4D3LngM1KBEgeMO8Ikk/9PRgv4mpAACqn/YY= -github.com/openstack-k8s-operators/mariadb-operator/api v0.6.1-0.20260815095432-ee0e4a46015e/go.mod h1:f3KPR3QM0jPbWGhXougv1BxnW+Bnc2vLE4TvBlYTLdo= -github.com/openstack-k8s-operators/neutron-operator/api v0.6.1-0.20260815100037-cd2ac3283266 h1:JlEZxQLMck1GrXbYSX7BCZVWe2JGWVpLftG0/BX0DmM= -github.com/openstack-k8s-operators/neutron-operator/api v0.6.1-0.20260815100037-cd2ac3283266/go.mod h1:MqaSkvkEeMCLR3/tVAPg8jlB7nJw2pHymfGJ9mNgjHg= -github.com/openstack-k8s-operators/nova-operator/api v0.6.1-0.20260814001024-80a63d2d555f h1:p71R2Iji6NPJHlJ9S0DeVqo58n+9GFgojheYIP/fYS4= -github.com/openstack-k8s-operators/nova-operator/api v0.6.1-0.20260814001024-80a63d2d555f/go.mod h1:/xrb6NvHRgj38XXz5RJjtqsrLBEgkaZ+6WTPpL5X3Rw= -github.com/openstack-k8s-operators/octavia-operator/api v0.6.1-0.20260815074607-ebcbe88dc375 h1:A+BwSwm/oSOvBEbPz3tQwhi4ucvRceSBepk3tZ91STU= -github.com/openstack-k8s-operators/octavia-operator/api v0.6.1-0.20260815074607-ebcbe88dc375/go.mod h1:BtUafbYGalxauqo4tRJRSDeas7OXWsPQgZLKR1JrXhc= -github.com/openstack-k8s-operators/openstack-baremetal-operator/api v0.6.1-0.20260815053044-b1de07d3dec3 h1:Mrx9sDELzfO8JJEeeSbMdCWqdpG3SfY9ZTVlDLBklJ8= -github.com/openstack-k8s-operators/openstack-baremetal-operator/api v0.6.1-0.20260815053044-b1de07d3dec3/go.mod h1:SaeG0dRz2oF6rkKl5lb1GXbbQ5oFUpJMlq+O2YvOhbE= -github.com/openstack-k8s-operators/ovn-operator/api v0.6.1-0.20260815075235-e695ce054c02 h1:d4El4zXDR4BWcA13u7x/lbL+h5Ln5iWIa77t9OBYBNw= -github.com/openstack-k8s-operators/ovn-operator/api v0.6.1-0.20260815075235-e695ce054c02/go.mod h1:WsxYq/XES1hiBp5yqMU4Mfes9Bf/q1RuMYyRBWA3FDE= -github.com/openstack-k8s-operators/swift-operator/api v0.6.1-0.20260815093640-19216d8cebdf h1:XmJPbfNGn4z/W8KZ13rg/dCxptNjcjvbh0jFYz/lE64= -github.com/openstack-k8s-operators/swift-operator/api v0.6.1-0.20260815093640-19216d8cebdf/go.mod h1:/5wIaUUl7pY9cMRSfyv6PxtGaWcgi37YXQAI/0GM7Ao= -github.com/openstack-k8s-operators/telemetry-operator/api v0.6.1-0.20260813064120-95f8cb07a4a7 h1:9cx2dss8amhWdBtDQcMLY8wzBupK3WWj55yLlPO5M9Y= -github.com/openstack-k8s-operators/telemetry-operator/api v0.6.1-0.20260813064120-95f8cb07a4a7/go.mod h1:63zjpPjZ61h5IpNZ+Ga4GkLZ5C/hgCo3j3GDZ4xWZOw= -github.com/openstack-k8s-operators/watcher-operator/api v0.6.1-0.20260810142218-4d2e4f853116 h1:RtfYkMT4q71stXAmFrPx+TmnvRR7Z9rVsQByNVtiQkA= -github.com/openstack-k8s-operators/watcher-operator/api v0.6.1-0.20260810142218-4d2e4f853116/go.mod h1:MmcWDtrUvcUq/4Kyy+uV52HgGJg9EvkpJHln/8yZhgE= +github.com/openstack-k8s-operators/barbican-operator/api v0.6.1-0.20260822070011-9997d23ba011 h1:m9Ivqy0a5Gs8YJVZloto2M8KHKdYzicdLJGjnJEtDcQ= +github.com/openstack-k8s-operators/barbican-operator/api v0.6.1-0.20260822070011-9997d23ba011/go.mod h1:S6JCjfqy157Y0vFf8wQ2ubhOwRmw4MOc0OLHcpd4SRw= +github.com/openstack-k8s-operators/cinder-operator/api v0.6.1-0.20260819143714-114b7c23d91d h1:vfD75sToKpPLO+WXhuO9Hb1L0ZSHMGmwXu4xnEKI8ak= +github.com/openstack-k8s-operators/cinder-operator/api v0.6.1-0.20260819143714-114b7c23d91d/go.mod h1:CwlGd88bfwyINzPC5ZSr/NPFG9ISlw2keZNWsZgg358= +github.com/openstack-k8s-operators/designate-operator/api v0.6.1-0.20260822070327-bc820e193cf5 h1:REQEhYxXWd4CeW0K5eOm9n72khamtCgLuRTmvCli8VU= +github.com/openstack-k8s-operators/designate-operator/api v0.6.1-0.20260822070327-bc820e193cf5/go.mod h1:bJKxBgeb1Q8RAKJMTL+o8GuSDyiqYf4+B2yO6l1/Gv8= +github.com/openstack-k8s-operators/glance-operator/api v0.6.1-0.20260819143713-65990ced6a86 h1:I7vZsCjCI+19icGlXH4iOdZ38KSqiRcNZTRvMDM5k7o= +github.com/openstack-k8s-operators/glance-operator/api v0.6.1-0.20260819143713-65990ced6a86/go.mod h1:X27lkRf+Bvh331N32iIVIl+F2rd+kB4YmkzR2wstELI= +github.com/openstack-k8s-operators/heat-operator/api v0.6.1-0.20260822071001-e29bb0b954ed h1:BuiW5z+GmutECXCMQy/UDd/y5OSpCbJ+SnV5hcVmbmo= +github.com/openstack-k8s-operators/heat-operator/api v0.6.1-0.20260822071001-e29bb0b954ed/go.mod h1:YgfeNmyQtVONoALfSmWObh9un4BUj4IfpKlZZfY5O+Y= +github.com/openstack-k8s-operators/horizon-operator/api v0.6.1-0.20260822072259-4c3a386dcadd h1:9cvIzA8sqJ3zYd37PYeROniCvIlSVR5K1SziSa8vcBI= +github.com/openstack-k8s-operators/horizon-operator/api v0.6.1-0.20260822072259-4c3a386dcadd/go.mod h1:axGYF0U60XGHqIiRW0QG8W5wD6OqD5Xab6F8ma504j0= +github.com/openstack-k8s-operators/infra-operator/apis v0.6.1-0.20260820165931-18e54edd62e6 h1:tpEqoZd8Coet0tobEG19DPWgv8lfeqea8yhURk+A+e4= +github.com/openstack-k8s-operators/infra-operator/apis v0.6.1-0.20260820165931-18e54edd62e6/go.mod h1:2nZqLpDUKJR2HzPJPuWGGiXS/nH4PPBwwTuNeKY7QT0= +github.com/openstack-k8s-operators/ironic-operator/api v0.6.1-0.20260822071315-66f6112fc035 h1:qnTcm3Bc1MrS9218mwL7QBlwReMskqvqmXMhlGVe74U= +github.com/openstack-k8s-operators/ironic-operator/api v0.6.1-0.20260822071315-66f6112fc035/go.mod h1:nKEfzhIJ5rN5GOYYoJlJ4GXvk5u2TSP105gOOyX05Oc= +github.com/openstack-k8s-operators/keystone-operator/api v0.6.1-0.20260822072640-7bd662ad0284 h1:ERZkiJP+trC/2tiWZ7cVcQSFc3K16mhdVlV+nVy4Vhk= +github.com/openstack-k8s-operators/keystone-operator/api v0.6.1-0.20260822072640-7bd662ad0284/go.mod h1:UCwCYAGhumXDqnViXuvwd6N+BC4fE5KTpbcJq+PFd40= +github.com/openstack-k8s-operators/lib-common/modules/common v0.6.1-0.20260818072803-e18950de3098 h1:+0Ojl8v2iGmSo+KQefj7XdVwRcf8+bV1R9AYqa/PaN4= +github.com/openstack-k8s-operators/lib-common/modules/common v0.6.1-0.20260818072803-e18950de3098/go.mod h1:vDcTSyaI7R6tjtZOqonr0hzq8JMOfBhJCWZy0tVjQPw= +github.com/openstack-k8s-operators/lib-common/modules/openstack v0.6.1-0.20260818072803-e18950de3098 h1:XF46E0eH0F91XaC6UIQqiuD5q+i2zPM8OWqJatRgap4= +github.com/openstack-k8s-operators/lib-common/modules/openstack v0.6.1-0.20260818072803-e18950de3098/go.mod h1:Q5wcK4PnlDJ55H+M38CFNLzL53OHYiwq81mR/gKtJXs= +github.com/openstack-k8s-operators/lib-common/modules/storage v0.6.1-0.20260818072803-e18950de3098 h1:1yHjBoRwSKTHVDDhgPdAPpBF9kSzw/ued/X+5KCkHyM= +github.com/openstack-k8s-operators/lib-common/modules/storage v0.6.1-0.20260818072803-e18950de3098/go.mod h1:fJ9CCRKpo8mQODfv4UDJ3tjUTbyCznYslXQwCkDaGg0= +github.com/openstack-k8s-operators/manila-operator/api v0.6.1-0.20260819143353-54e418a4e480 h1:Ly4DDkvoK/pYuEcQIvAkVXwsgubuJX64GQ+s1VCvHm8= +github.com/openstack-k8s-operators/manila-operator/api v0.6.1-0.20260819143353-54e418a4e480/go.mod h1:1GxA01Q63gvnZH+vljX/+Xz7wQmZxtYpTHO/JTAbCbE= +github.com/openstack-k8s-operators/mariadb-operator/api v0.6.1-0.20260822071633-1e127e728e62 h1:kPodlXj+hrF6Q3m0VpEz9gBU8QcQXXuRkQbTcDwI00E= +github.com/openstack-k8s-operators/mariadb-operator/api v0.6.1-0.20260822071633-1e127e728e62/go.mod h1:A1yXU4F8Qs+F29KcgaI3zBvPJjY3OUzlCt7QCY73wAI= +github.com/openstack-k8s-operators/neutron-operator/api v0.6.1-0.20260822072640-756f4ac745b5 h1:mvhxTeMhH/U5hlkTjKUg07FFJpklss37MA5UFD2XIJQ= +github.com/openstack-k8s-operators/neutron-operator/api v0.6.1-0.20260822072640-756f4ac745b5/go.mod h1:fayH8kSHQUhv4oQY/hONoFVG6pgYihLQBHJPoyELrt4= +github.com/openstack-k8s-operators/nova-operator/api v0.6.1-0.20260820095250-09486f9bf637 h1:V6N9EHfjmL5TTWE/jPXO4ztScmkRgpGlpGSR3a6ZIzQ= +github.com/openstack-k8s-operators/nova-operator/api v0.6.1-0.20260820095250-09486f9bf637/go.mod h1:6Kk+XtByMkeQj7cKrRQxHsWFCHCyq1o0i4ls/niFBW4= +github.com/openstack-k8s-operators/octavia-operator/api v0.6.1-0.20260822215725-f4a66af57796 h1:Vce2BPD48OnknETN2hEStXdZMyzY3i7/X/p4cvZZTMg= +github.com/openstack-k8s-operators/octavia-operator/api v0.6.1-0.20260822215725-f4a66af57796/go.mod h1:dTkTtEZBxp/3TAcN4cPiyKkCnot60NYtgS2QhoVxNVM= +github.com/openstack-k8s-operators/openstack-baremetal-operator/api v0.6.1-0.20260822082002-6132af40644a h1:Yt0H4os0Di+oCV5LP4PBaHNp68R8S2mvz54OyY0cTtw= +github.com/openstack-k8s-operators/openstack-baremetal-operator/api v0.6.1-0.20260822082002-6132af40644a/go.mod h1:jXXgsJgQt3Va4J6OWL+lUCTUWiFPdIUTiZDBGPvdNco= +github.com/openstack-k8s-operators/ovn-operator/api v0.6.1-0.20260822081959-0a0ad59d7e62 h1:uPxEtKJ3tmLdd1CG0Eld8uYIaen52it9+kUp/kNeDLM= +github.com/openstack-k8s-operators/ovn-operator/api v0.6.1-0.20260822081959-0a0ad59d7e62/go.mod h1:InzuSc8ozng6GumpAKGTWvmbsm/JSgygZh0d+d42FXY= +github.com/openstack-k8s-operators/swift-operator/api v0.6.1-0.20260822105105-985f694c05b6 h1:9urX2NrgOWuMC5XGjuLhqs1j7GzF729n4nDyqdvgLCI= +github.com/openstack-k8s-operators/swift-operator/api v0.6.1-0.20260822105105-985f694c05b6/go.mod h1:+CcUkje13P9D1mXAsq0f5ekOBFoPv3zlzT+h5dpWRy8= +github.com/openstack-k8s-operators/telemetry-operator/api v0.6.1-0.20260819093739-a1df4abf6fa0 h1:VQq9vfKk/e/77qw01T5szUqe4EwJuJNRHt0+DeyiZP8= +github.com/openstack-k8s-operators/telemetry-operator/api v0.6.1-0.20260819093739-a1df4abf6fa0/go.mod h1:63zjpPjZ61h5IpNZ+Ga4GkLZ5C/hgCo3j3GDZ4xWZOw= +github.com/openstack-k8s-operators/watcher-operator/api v0.6.1-0.20260821140809-6c158b428e01 h1:hq7aMnQK1PHXycwqD1LynV+PLrpkcsJhXteIcoWAnXo= +github.com/openstack-k8s-operators/watcher-operator/api v0.6.1-0.20260821140809-6c158b428e01/go.mod h1:4P5Z+/+omAVtqGL/D+ucFxBryCF+XzpnLbrVpjvRsyc= 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= @@ -262,8 +262,8 @@ golang.org/x/term v0.45.0 h1:NwWyBmoJCbfTHpxrWoZ9C6/VxOf7ic219I8xZZFdrf0= golang.org/x/term v0.45.0/go.mod h1:9aqxs0blBcrm/n0L9QW0aRVD+ktan8ssZromtqJC43w= golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= -golang.org/x/text v0.40.0 h1:Ub2Z6/xjgF1WrYQz2nuITOEegKFtiIy+rieRJ5lHZKs= -golang.org/x/text v0.40.0/go.mod h1:hpnzDAfGV753zIKo+wk3u1bVKCGPbrnF7+7LBF/UHVY= +golang.org/x/text v0.41.0 h1:vz/seA0lnX87Othu2f/0L24RcgrXD9/YFTSuGjj3rH8= +golang.org/x/text v0.41.0/go.mod h1:jvf1O8ajNzZqhSrQBPbutR/EB83Cc0CFrezNQIwbb5M= golang.org/x/time v0.15.0 h1:bbrp8t3bGUeFOx08pvsMYRTCVSMk89u4tKbNOZbp88U= golang.org/x/time v0.15.0/go.mod h1:Y4YMaQmXwGQZoFaVFk4YpCt4FLQMYKZe9oeV/f4MSno= golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= diff --git a/bindata/crds/barbican.openstack.org_barbicanapis.yaml b/bindata/crds/barbican.openstack.org_barbicanapis.yaml index 012ead0851..770a4cee55 100644 --- a/bindata/crds/barbican.openstack.org_barbicanapis.yaml +++ b/bindata/crds/barbican.openstack.org_barbicanapis.yaml @@ -1082,12 +1082,14 @@ spec: properties: clientDataPath: default: /etc/hsm-client - description: Location to which kolla will copy the data in ClientDataSecret. + description: |- + Location at which ClientDataSecret is mounted, i.e. where the HSM + vendor client library expects to find it. type: string clientDataSecret: description: |- The OpenShift secret that stores the HSM client data. - These will be mounted to /var/lib/config-data/hsm + These will be mounted directly at ClientDataPath. type: string loginSecret: description: OpenShift secret that stores the password to login diff --git a/bindata/crds/barbican.openstack.org_barbicankeystonelisteners.yaml b/bindata/crds/barbican.openstack.org_barbicankeystonelisteners.yaml index 3ad709d42e..7e15ff4740 100644 --- a/bindata/crds/barbican.openstack.org_barbicankeystonelisteners.yaml +++ b/bindata/crds/barbican.openstack.org_barbicankeystonelisteners.yaml @@ -915,12 +915,14 @@ spec: properties: clientDataPath: default: /etc/hsm-client - description: Location to which kolla will copy the data in ClientDataSecret. + description: |- + Location at which ClientDataSecret is mounted, i.e. where the HSM + vendor client library expects to find it. type: string clientDataSecret: description: |- The OpenShift secret that stores the HSM client data. - These will be mounted to /var/lib/config-data/hsm + These will be mounted directly at ClientDataPath. type: string loginSecret: description: OpenShift secret that stores the password to login diff --git a/bindata/crds/barbican.openstack.org_barbicans.yaml b/bindata/crds/barbican.openstack.org_barbicans.yaml index 15699fc0e4..48a5b11fae 100644 --- a/bindata/crds/barbican.openstack.org_barbicans.yaml +++ b/bindata/crds/barbican.openstack.org_barbicans.yaml @@ -1494,12 +1494,14 @@ spec: properties: clientDataPath: default: /etc/hsm-client - description: Location to which kolla will copy the data in ClientDataSecret. + description: |- + Location at which ClientDataSecret is mounted, i.e. where the HSM + vendor client library expects to find it. type: string clientDataSecret: description: |- The OpenShift secret that stores the HSM client data. - These will be mounted to /var/lib/config-data/hsm + These will be mounted directly at ClientDataPath. type: string loginSecret: description: OpenShift secret that stores the password to login diff --git a/bindata/crds/barbican.openstack.org_barbicanworkers.yaml b/bindata/crds/barbican.openstack.org_barbicanworkers.yaml index cfbb2dc23e..59d4f7e9cc 100644 --- a/bindata/crds/barbican.openstack.org_barbicanworkers.yaml +++ b/bindata/crds/barbican.openstack.org_barbicanworkers.yaml @@ -913,12 +913,14 @@ spec: properties: clientDataPath: default: /etc/hsm-client - description: Location to which kolla will copy the data in ClientDataSecret. + description: |- + Location at which ClientDataSecret is mounted, i.e. where the HSM + vendor client library expects to find it. type: string clientDataSecret: description: |- The OpenShift secret that stores the HSM client data. - These will be mounted to /var/lib/config-data/hsm + These will be mounted directly at ClientDataPath. type: string loginSecret: description: OpenShift secret that stores the password to login diff --git a/bindata/crds/watcher.openstack.org_watcherapis.yaml b/bindata/crds/watcher.openstack.org_watcherapis.yaml index b48fd4783a..a4ca1371c2 100644 --- a/bindata/crds/watcher.openstack.org_watcherapis.yaml +++ b/bindata/crds/watcher.openstack.org_watcherapis.yaml @@ -392,6 +392,11 @@ spec: status: description: WatcherAPIStatus defines the observed state of WatcherAPI properties: + appliedInputSecretHash: + description: |- + AppliedInputSecretHash is the hash of the input Secret consumed by the + currently ready workload. + type: string conditions: description: Conditions items: diff --git a/bindata/crds/watcher.openstack.org_watcherappliers.yaml b/bindata/crds/watcher.openstack.org_watcherappliers.yaml index eca8f023ab..1fd6519e28 100644 --- a/bindata/crds/watcher.openstack.org_watcherappliers.yaml +++ b/bindata/crds/watcher.openstack.org_watcherappliers.yaml @@ -204,6 +204,11 @@ spec: status: description: WatcherApplierStatus defines the observed state of WatcherApplier properties: + appliedInputSecretHash: + description: |- + AppliedInputSecretHash is the hash of the input Secret consumed by the + currently ready workload. + type: string conditions: description: Conditions items: diff --git a/bindata/crds/watcher.openstack.org_watcherdecisionengines.yaml b/bindata/crds/watcher.openstack.org_watcherdecisionengines.yaml index d416080679..900dd0a1c6 100644 --- a/bindata/crds/watcher.openstack.org_watcherdecisionengines.yaml +++ b/bindata/crds/watcher.openstack.org_watcherdecisionengines.yaml @@ -206,6 +206,11 @@ spec: description: WatcherDecisionEngineStatus defines the observed state of WatcherDecisionEngine properties: + appliedInputSecretHash: + description: |- + AppliedInputSecretHash is the hash of the input Secret consumed by the + currently ready workload. + type: string conditions: description: |- INSERT ADDITIONAL STATUS FIELD - define observed state of cluster diff --git a/config/operator/bundle-rbac/barbican-operator-manager-role.yaml b/config/operator/bundle-rbac/barbican-operator-manager-role.yaml index 6e3e3fb140..42fa9e706c 100644 --- a/config/operator/bundle-rbac/barbican-operator-manager-role.yaml +++ b/config/operator/bundle-rbac/barbican-operator-manager-role.yaml @@ -172,6 +172,7 @@ rules: - security.openshift.io resourceNames: - anyuid + - nonroot-v2 resources: - securitycontextconstraints verbs: diff --git a/config/operator/bundle-rbac/cinder-operator-manager-role.yaml b/config/operator/bundle-rbac/cinder-operator-manager-role.yaml index 0aaa0a067e..6fa64a82ea 100644 --- a/config/operator/bundle-rbac/cinder-operator-manager-role.yaml +++ b/config/operator/bundle-rbac/cinder-operator-manager-role.yaml @@ -183,7 +183,7 @@ rules: - apiGroups: - security.openshift.io resourceNames: - - anyuid + - nonroot-v2 - privileged resources: - securitycontextconstraints diff --git a/config/operator/bundle-rbac/designate-operator-manager-role.yaml b/config/operator/bundle-rbac/designate-operator-manager-role.yaml index ce7d2024ba..fa1d703daa 100644 --- a/config/operator/bundle-rbac/designate-operator-manager-role.yaml +++ b/config/operator/bundle-rbac/designate-operator-manager-role.yaml @@ -236,6 +236,7 @@ rules: - security.openshift.io resourceNames: - anyuid + - nonroot-v2 - privileged resources: - securitycontextconstraints diff --git a/config/operator/bundle-rbac/glance-operator-manager-role.yaml b/config/operator/bundle-rbac/glance-operator-manager-role.yaml index c429e081cd..8923a46035 100644 --- a/config/operator/bundle-rbac/glance-operator-manager-role.yaml +++ b/config/operator/bundle-rbac/glance-operator-manager-role.yaml @@ -199,7 +199,8 @@ rules: - apiGroups: - security.openshift.io resourceNames: - - anyuid + - hostmount-anyuid + - nonroot-v2 - privileged resources: - securitycontextconstraints diff --git a/config/operator/bundle-rbac/heat-operator-manager-role.yaml b/config/operator/bundle-rbac/heat-operator-manager-role.yaml index 9e9e11c478..595cff0e78 100644 --- a/config/operator/bundle-rbac/heat-operator-manager-role.yaml +++ b/config/operator/bundle-rbac/heat-operator-manager-role.yaml @@ -166,7 +166,7 @@ rules: - apiGroups: - security.openshift.io resourceNames: - - anyuid + - nonroot-v2 resources: - securitycontextconstraints verbs: diff --git a/config/operator/bundle-rbac/horizon-operator-manager-role.yaml b/config/operator/bundle-rbac/horizon-operator-manager-role.yaml index 561e54465e..a52fe46b23 100644 --- a/config/operator/bundle-rbac/horizon-operator-manager-role.yaml +++ b/config/operator/bundle-rbac/horizon-operator-manager-role.yaml @@ -116,15 +116,7 @@ rules: - apiGroups: - security.openshift.io resourceNames: - - anyuid - resources: - - securitycontextconstraints - verbs: - - use -- apiGroups: - - security.openshift.io - resourceNames: - - hostmount-anyuid + - nonroot-v2 resources: - securitycontextconstraints verbs: diff --git a/config/operator/bundle-rbac/infra-operator-manager-role.yaml b/config/operator/bundle-rbac/infra-operator-manager-role.yaml index 300e1148a1..7fc9035b0a 100644 --- a/config/operator/bundle-rbac/infra-operator-manager-role.yaml +++ b/config/operator/bundle-rbac/infra-operator-manager-role.yaml @@ -325,7 +325,7 @@ rules: - apiGroups: - security.openshift.io resourceNames: - - anyuid + - nonroot-v2 resources: - securitycontextconstraints verbs: diff --git a/config/operator/bundle-rbac/ironic-operator-manager-role.yaml b/config/operator/bundle-rbac/ironic-operator-manager-role.yaml index 8651468d6b..69be15919c 100644 --- a/config/operator/bundle-rbac/ironic-operator-manager-role.yaml +++ b/config/operator/bundle-rbac/ironic-operator-manager-role.yaml @@ -197,6 +197,7 @@ rules: - security.openshift.io resourceNames: - anyuid + - nonroot-v2 - privileged resources: - securitycontextconstraints diff --git a/config/operator/bundle-rbac/keystone-operator-manager-role.yaml b/config/operator/bundle-rbac/keystone-operator-manager-role.yaml index b4f981031b..c05a345b0d 100644 --- a/config/operator/bundle-rbac/keystone-operator-manager-role.yaml +++ b/config/operator/bundle-rbac/keystone-operator-manager-role.yaml @@ -207,7 +207,7 @@ rules: - apiGroups: - security.openshift.io resourceNames: - - anyuid + - nonroot-v2 resources: - securitycontextconstraints verbs: diff --git a/config/operator/bundle-rbac/manila-operator-manager-role.yaml b/config/operator/bundle-rbac/manila-operator-manager-role.yaml index 18e0eeada0..d37d588081 100644 --- a/config/operator/bundle-rbac/manila-operator-manager-role.yaml +++ b/config/operator/bundle-rbac/manila-operator-manager-role.yaml @@ -182,7 +182,8 @@ rules: - apiGroups: - security.openshift.io resourceNames: - - anyuid + - hostmount-anyuid + - nonroot-v2 resources: - securitycontextconstraints verbs: diff --git a/config/operator/bundle-rbac/neutron-operator-manager-role.yaml b/config/operator/bundle-rbac/neutron-operator-manager-role.yaml index dde080a40e..ea588c0ad6 100644 --- a/config/operator/bundle-rbac/neutron-operator-manager-role.yaml +++ b/config/operator/bundle-rbac/neutron-operator-manager-role.yaml @@ -178,7 +178,7 @@ rules: - apiGroups: - security.openshift.io resourceNames: - - anyuid + - nonroot-v2 resources: - securitycontextconstraints verbs: diff --git a/config/operator/bundle-rbac/nova-operator-manager-role.yaml b/config/operator/bundle-rbac/nova-operator-manager-role.yaml index 59e9981c11..c3d3a63eda 100644 --- a/config/operator/bundle-rbac/nova-operator-manager-role.yaml +++ b/config/operator/bundle-rbac/nova-operator-manager-role.yaml @@ -280,6 +280,14 @@ rules: - securitycontextconstraints verbs: - use +- apiGroups: + - security.openshift.io + resourceNames: + - nonroot-v2 + resources: + - securitycontextconstraints + verbs: + - use - apiGroups: - topology.openstack.org resources: diff --git a/config/operator/bundle-rbac/octavia-operator-manager-role.yaml b/config/operator/bundle-rbac/octavia-operator-manager-role.yaml index dabcff3c83..a95f6e27bb 100644 --- a/config/operator/bundle-rbac/octavia-operator-manager-role.yaml +++ b/config/operator/bundle-rbac/octavia-operator-manager-role.yaml @@ -220,15 +220,7 @@ rules: - security.openshift.io resourceNames: - anyuid - - hostmount-anyuid - resources: - - securitycontextconstraints - verbs: - - use -- apiGroups: - - security.openshift.io - resourceNames: - - anyuid + - nonroot-v2 - privileged resources: - securitycontextconstraints diff --git a/config/operator/manager_operator_images.yaml b/config/operator/manager_operator_images.yaml index bc2b51263e..e3b009dec5 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:d7e784d822ccb3f8204e52ef538ce2331682c944542ab146d401a596c41a33ac + value: quay.io/openstack-k8s-operators/barbican-operator@sha256:05666f07f32fc89ec60356a721a2ffa3d72f810d0e25d2417678d2f0fe957a02 - name: RELATED_IMAGE_CINDER_OPERATOR_MANAGER_IMAGE_URL - value: quay.io/openstack-k8s-operators/cinder-operator@sha256:49438d88b7802edc8bd1a7b982bef54503d636a88eab17b302feb31038a39c04 + value: quay.io/openstack-k8s-operators/cinder-operator@sha256:d4f9e6675aead9bba6315f4f5286c4d43148f73dd4fdc44b4a825aa66bbc39c7 - name: RELATED_IMAGE_DESIGNATE_OPERATOR_MANAGER_IMAGE_URL - value: quay.io/openstack-k8s-operators/designate-operator@sha256:c9ad5a09d9d1e71b1865b4bac1f2c1af81b515ba9db8755a66caed7c52fc6dab + value: quay.io/openstack-k8s-operators/designate-operator@sha256:8b1821694daa28195c062f29ccedf251c7026a119eb204b7508e901345a1a7a2 - name: RELATED_IMAGE_GLANCE_OPERATOR_MANAGER_IMAGE_URL - value: quay.io/openstack-k8s-operators/glance-operator@sha256:55f7022224d4f392a233d3c7ebb6ae0e37e77068142e133a3660b9ce6a6c596b + value: quay.io/openstack-k8s-operators/glance-operator@sha256:f1f0270ef9d8b577caec7ce2d9419679fe33728d903b781e7f939291216ccc36 - name: RELATED_IMAGE_HEAT_OPERATOR_MANAGER_IMAGE_URL - value: quay.io/openstack-k8s-operators/heat-operator@sha256:4aea37efb670f15ab430d0653f80b7880c4714526cb252d355c0ec031bfd3b4b + value: quay.io/openstack-k8s-operators/heat-operator@sha256:542935738b04d77b355a00f360f43e8c60f28ef75565dd9133661176397ccd64 - name: RELATED_IMAGE_HORIZON_OPERATOR_MANAGER_IMAGE_URL - value: quay.io/openstack-k8s-operators/horizon-operator@sha256:a493ff6393dfde1a1cb0a06decdcee172de5912944e9634314f84d3a449a4382 + value: quay.io/openstack-k8s-operators/horizon-operator@sha256:428de2dd4f55dbe33f1296eb503ab313dbd28b33543335da8cfaf359c2261f19 - name: RELATED_IMAGE_INFRA_OPERATOR_MANAGER_IMAGE_URL - value: quay.io/openstack-k8s-operators/infra-operator@sha256:8da0c72a6d8a4bda49957f40fbcea81ac4749e0a12118dd7d4ba955031b98f32 + value: quay.io/openstack-k8s-operators/infra-operator@sha256:509168fabd686b8f95f256bec8d926041842f38cb4cd9164bb9cf677a453f8fc - name: RELATED_IMAGE_IRONIC_OPERATOR_MANAGER_IMAGE_URL - value: quay.io/openstack-k8s-operators/ironic-operator@sha256:17c40a8a6c9923d49207b4c536a9f0ef80ad86a97062b73125239dd41d13baf3 + value: quay.io/openstack-k8s-operators/ironic-operator@sha256:3359b352bf452a6d85a141b137c6b3436d8a427934a01d1f31809bba06ec52b4 - name: RELATED_IMAGE_KEYSTONE_OPERATOR_MANAGER_IMAGE_URL - value: quay.io/openstack-k8s-operators/keystone-operator@sha256:d45a82cedf37f234b0811b4e38e6e23274eb1e3312a05c75f15c44f1bc62122e + value: quay.io/openstack-k8s-operators/keystone-operator@sha256:f46ce044451d9c2b2a2f2f11fb2fdf5272003978581cc785ba98b8651d63caf2 - name: RELATED_IMAGE_MANILA_OPERATOR_MANAGER_IMAGE_URL - value: quay.io/openstack-k8s-operators/manila-operator@sha256:d3f293155e7d53f9ea983c3b3c4826f2aafa8bc3875416db4a86b77e3e88979f + value: quay.io/openstack-k8s-operators/manila-operator@sha256:41960d2a3c5224aec54b03c25b523b8d97801e10bc6a0170b5ae9d59e4cd1261 - name: RELATED_IMAGE_MARIADB_OPERATOR_MANAGER_IMAGE_URL - value: quay.io/openstack-k8s-operators/mariadb-operator@sha256:68c13707abfb5bc4bdac0e3fd20979c59c940ac8aaaab5c7b11a472d7243379e + value: quay.io/openstack-k8s-operators/mariadb-operator@sha256:5501da826fd1e48b1e546033e7be64e008a34793ef9c995390b375250dafd937 - name: RELATED_IMAGE_NEUTRON_OPERATOR_MANAGER_IMAGE_URL - value: quay.io/openstack-k8s-operators/neutron-operator@sha256:299c0d38979676b5348977d65f0b0244df983d2ddad91e8f8f7939316ed3bc31 + value: quay.io/openstack-k8s-operators/neutron-operator@sha256:d45f5e323447ff76a9198b1ac0b5ee9c4b2b5fd47a989177a939a3edb0fcc650 - name: RELATED_IMAGE_NOVA_OPERATOR_MANAGER_IMAGE_URL - value: quay.io/openstack-k8s-operators/nova-operator@sha256:d52b8ade84ba1aaa61a38dc3b72a1a63b1812a095206511b4f5f829bc403b7cc + value: quay.io/openstack-k8s-operators/nova-operator@sha256:7ce1937e6bf37f930c438e998974c988e0bbb11bf7bbf1e436f3af7c11f6e39a - name: RELATED_IMAGE_OCTAVIA_OPERATOR_MANAGER_IMAGE_URL - value: quay.io/openstack-k8s-operators/octavia-operator@sha256:286a7a19ed07bef549a5e434460207067095a665e0762b2a3e2ff88345ffe68b + value: quay.io/openstack-k8s-operators/octavia-operator@sha256:b7491d21c7123fbdda6ce11f7ed5d00fa519062502e1eda0f6d136eb58638ac6 - name: RELATED_IMAGE_OPENSTACK_BAREMETAL_OPERATOR_MANAGER_IMAGE_URL - value: quay.io/openstack-k8s-operators/openstack-baremetal-operator@sha256:41806556b53c0af7fe79c0abb8433273a78f4a2a618cf6dafaea89c5b2c80be8 + value: quay.io/openstack-k8s-operators/openstack-baremetal-operator@sha256:788b1b3c682e9a9145b8d8897762ce40b7c0bdb02666e864bf5b4cd59ed3c2ae - name: RELATED_IMAGE_OVN_OPERATOR_MANAGER_IMAGE_URL - value: quay.io/openstack-k8s-operators/ovn-operator@sha256:adae9b33ab4a73c20a52b675f7fc1a3eb9089b4b27f719c68540102a6d214ac9 + value: quay.io/openstack-k8s-operators/ovn-operator@sha256:fc579997e6ffae34b3a4c0af2cec89266c6cf29c129492f8073171c439e4d154 - name: RELATED_IMAGE_SWIFT_OPERATOR_MANAGER_IMAGE_URL - value: quay.io/openstack-k8s-operators/swift-operator@sha256:d0549287530a7897d20a34600aab907d5c95ac4fd7073f070e4838362fb1789e + value: quay.io/openstack-k8s-operators/swift-operator@sha256:d3fb151074a3ca9f635bd10e3fcfb3b8baa1151d60f1e22e67db49940bfc74c3 - name: RELATED_IMAGE_TELEMETRY_OPERATOR_MANAGER_IMAGE_URL - value: quay.io/openstack-k8s-operators/telemetry-operator@sha256:d9bcffd3ce4274c98f72441fa185f04e2160cc608e6bd83e695b73a360f9f948 + value: quay.io/openstack-k8s-operators/telemetry-operator@sha256:fea321f508f1ae22cea58192f4dfcde7bdf067b12aab0ecfaff8af96aacc9219 - name: RELATED_IMAGE_TEST_OPERATOR_MANAGER_IMAGE_URL - value: quay.io/openstack-k8s-operators/test-operator@sha256:5a8c7acdf8d0de1deff09252592c7d95ecf88fb6c336c7bce985f957c576d8a0 + value: quay.io/openstack-k8s-operators/test-operator@sha256:10c11903f329029f04525ce38991af3294013b164fd08ca32c97f5e74ab0f22b - name: RELATED_IMAGE_WATCHER_OPERATOR_MANAGER_IMAGE_URL - value: quay.io/openstack-k8s-operators/watcher-operator@sha256:1b68f416d7332a8265c0415a2cb0513d3e0d6ebab70e2e15b0ce7156124bbc28 + value: quay.io/openstack-k8s-operators/watcher-operator@sha256:00f9bb6c5b39cd6932506a6ecd7cdda2bdd3702e7d369aa37c0811f9e6d6380d diff --git a/go.mod b/go.mod index f34a590d2f..f7e68d4b06 100644 --- a/go.mod +++ b/go.mod @@ -12,32 +12,32 @@ require ( github.com/onsi/ginkgo/v2 v2.32.1 github.com/onsi/gomega v1.42.1 github.com/openshift/api v3.9.0+incompatible - github.com/openstack-k8s-operators/barbican-operator/api v0.6.1-0.20260815073051-f0dedab3b024 - github.com/openstack-k8s-operators/cinder-operator/api v0.6.1-0.20260815073050-c25c043ca4ae - github.com/openstack-k8s-operators/designate-operator/api v0.6.1-0.20260815074930-cb3fe627beaa - github.com/openstack-k8s-operators/glance-operator/api v0.6.1-0.20260815073700-5afadb4eb584 - github.com/openstack-k8s-operators/heat-operator/api v0.6.1-0.20260815073700-3979681dc9f0 - github.com/openstack-k8s-operators/horizon-operator/api v0.6.1-0.20260815073353-f53bfe5815ef - github.com/openstack-k8s-operators/infra-operator/apis v0.6.1-0.20260811190835-054aa14112d8 - github.com/openstack-k8s-operators/ironic-operator/api v0.6.1-0.20260811232801-39845d6991d2 - github.com/openstack-k8s-operators/keystone-operator/api v0.6.1-0.20260815074929-4ac69c11afca - github.com/openstack-k8s-operators/lib-common/modules/ansible v0.6.1-0.20260815052137-cfc51390472e - github.com/openstack-k8s-operators/lib-common/modules/certmanager v0.6.1-0.20260815052137-cfc51390472e - github.com/openstack-k8s-operators/lib-common/modules/common v0.6.1-0.20260815052137-cfc51390472e - github.com/openstack-k8s-operators/lib-common/modules/storage v0.6.1-0.20260815052137-cfc51390472e - github.com/openstack-k8s-operators/lib-common/modules/test v0.6.1-0.20260815052137-cfc51390472e - github.com/openstack-k8s-operators/manila-operator/api v0.6.1-0.20260815074006-4fae00f90510 - github.com/openstack-k8s-operators/mariadb-operator/api v0.6.1-0.20260815095432-ee0e4a46015e - github.com/openstack-k8s-operators/neutron-operator/api v0.6.1-0.20260815100037-cd2ac3283266 - github.com/openstack-k8s-operators/nova-operator/api v0.6.1-0.20260814001024-80a63d2d555f - github.com/openstack-k8s-operators/octavia-operator/api v0.6.1-0.20260815074607-ebcbe88dc375 - github.com/openstack-k8s-operators/openstack-baremetal-operator/api v0.6.1-0.20260815053044-b1de07d3dec3 + github.com/openstack-k8s-operators/barbican-operator/api v0.6.1-0.20260822070011-9997d23ba011 + github.com/openstack-k8s-operators/cinder-operator/api v0.6.1-0.20260819143714-114b7c23d91d + github.com/openstack-k8s-operators/designate-operator/api v0.6.1-0.20260822070327-bc820e193cf5 + github.com/openstack-k8s-operators/glance-operator/api v0.6.1-0.20260819143713-65990ced6a86 + github.com/openstack-k8s-operators/heat-operator/api v0.6.1-0.20260822071001-e29bb0b954ed + github.com/openstack-k8s-operators/horizon-operator/api v0.6.1-0.20260822072259-4c3a386dcadd + github.com/openstack-k8s-operators/infra-operator/apis v0.6.1-0.20260820165931-18e54edd62e6 + github.com/openstack-k8s-operators/ironic-operator/api v0.6.1-0.20260822071315-66f6112fc035 + github.com/openstack-k8s-operators/keystone-operator/api v0.6.1-0.20260822072640-7bd662ad0284 + github.com/openstack-k8s-operators/lib-common/modules/ansible v0.6.1-0.20260818072803-e18950de3098 + github.com/openstack-k8s-operators/lib-common/modules/certmanager v0.6.1-0.20260818072803-e18950de3098 + github.com/openstack-k8s-operators/lib-common/modules/common v0.6.1-0.20260818072803-e18950de3098 + github.com/openstack-k8s-operators/lib-common/modules/storage v0.6.1-0.20260818072803-e18950de3098 + github.com/openstack-k8s-operators/lib-common/modules/test v0.6.1-0.20260818072803-e18950de3098 + github.com/openstack-k8s-operators/manila-operator/api v0.6.1-0.20260819143353-54e418a4e480 + github.com/openstack-k8s-operators/mariadb-operator/api v0.6.1-0.20260822071633-1e127e728e62 + github.com/openstack-k8s-operators/neutron-operator/api v0.6.1-0.20260822072640-756f4ac745b5 + github.com/openstack-k8s-operators/nova-operator/api v0.6.1-0.20260820095250-09486f9bf637 + github.com/openstack-k8s-operators/octavia-operator/api v0.6.1-0.20260822215725-f4a66af57796 + github.com/openstack-k8s-operators/openstack-baremetal-operator/api v0.6.1-0.20260822082002-6132af40644a 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.20260815075235-e695ce054c02 - github.com/openstack-k8s-operators/swift-operator/api v0.6.1-0.20260815093640-19216d8cebdf - github.com/openstack-k8s-operators/telemetry-operator/api v0.6.1-0.20260813064120-95f8cb07a4a7 - github.com/openstack-k8s-operators/test-operator/api v0.6.1-0.20260813083727-f0c50ad175da - github.com/openstack-k8s-operators/watcher-operator/api v0.6.1-0.20260810142218-4d2e4f853116 + github.com/openstack-k8s-operators/ovn-operator/api v0.6.1-0.20260822081959-0a0ad59d7e62 + github.com/openstack-k8s-operators/swift-operator/api v0.6.1-0.20260822105105-985f694c05b6 + github.com/openstack-k8s-operators/telemetry-operator/api v0.6.1-0.20260819093739-a1df4abf6fa0 + github.com/openstack-k8s-operators/test-operator/api v0.6.1-0.20260819093741-6822b527e14f + github.com/openstack-k8s-operators/watcher-operator/api v0.6.1-0.20260821140809-6c158b428e01 github.com/pkg/errors v0.9.1 github.com/stretchr/testify v1.11.1 go.uber.org/zap v1.28.0 @@ -99,7 +99,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.20260813160234-fdcb3ee3699d // indirect + github.com/openstack-k8s-operators/lib-common/modules/openstack v0.6.1-0.20260818072803-e18950de3098 // 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 @@ -132,7 +132,7 @@ require ( golang.org/x/sync v0.22.0 // indirect golang.org/x/sys v0.47.0 // indirect golang.org/x/term v0.45.0 // indirect - golang.org/x/text v0.40.0 // indirect + golang.org/x/text v0.41.0 // indirect golang.org/x/time v0.15.0 // indirect golang.org/x/tools v0.48.0 // indirect gomodules.xyz/jsonpatch/v2 v2.5.0 // indirect diff --git a/go.sum b/go.sum index 0072a3ee92..9ede081665 100644 --- a/go.sum +++ b/go.sum @@ -158,58 +158,58 @@ github.com/onsi/gomega v1.42.1 h1:iN1rCUX+44NZ1Dc97MPoeFYbFR0vh8zxoxMFwKdyZ6I= github.com/onsi/gomega v1.42.1/go.mod h1:REff/hsDsodHoKlWsP2mAPhu1+5/6hVYNf9rIEBpeSg= github.com/openshift/api v0.0.0-20260710141509-36dec0bfafe4 h1:YVY7Mb0AdJBbNgC/Zz9R/ZwhixOmZNA8P+6ZPaDW/0M= github.com/openshift/api v0.0.0-20260710141509-36dec0bfafe4/go.mod h1:SPLf21TYPipzCO67BURkCfK6dcIIxx0oNRVWaOyRcXM= -github.com/openstack-k8s-operators/barbican-operator/api v0.6.1-0.20260815073051-f0dedab3b024 h1:yvdeIo/zQfSQ7Iev8j9eRgZG8GLASfVqMdfDqbMmsTo= -github.com/openstack-k8s-operators/barbican-operator/api v0.6.1-0.20260815073051-f0dedab3b024/go.mod h1:cwJw972GCj6XTwjAVPB9NflmIIOP3qoslvbTGjSPUFU= -github.com/openstack-k8s-operators/cinder-operator/api v0.6.1-0.20260815073050-c25c043ca4ae h1:z/rLFGeMJln4jdDlbE5Xz6nsVvYLC7GWGDqmhPXZMoE= -github.com/openstack-k8s-operators/cinder-operator/api v0.6.1-0.20260815073050-c25c043ca4ae/go.mod h1:tRJZgKCtPoo1SQJRnf/2g6yNSvT/gczGch267d810wE= -github.com/openstack-k8s-operators/designate-operator/api v0.6.1-0.20260815074930-cb3fe627beaa h1:Pc0mZsloLkN8AZkclWH7rnapbl+ComqBloBwBKVHoA0= -github.com/openstack-k8s-operators/designate-operator/api v0.6.1-0.20260815074930-cb3fe627beaa/go.mod h1:47STnaKy20nQvEGOH42f9K9rv1b28eltZQPPrdJKh6U= -github.com/openstack-k8s-operators/glance-operator/api v0.6.1-0.20260815073700-5afadb4eb584 h1:rR6+za3fQ+db8Zyt/iJp56CzZFOVYdMcu2wvyp6GQho= -github.com/openstack-k8s-operators/glance-operator/api v0.6.1-0.20260815073700-5afadb4eb584/go.mod h1:JGhoGI/jJU4juykz2YUwoJh9+2sCfRQRwWqN5sICc30= -github.com/openstack-k8s-operators/heat-operator/api v0.6.1-0.20260815073700-3979681dc9f0 h1:biAk3mQLXWklzeq8HvygsMowQyjY5pQ4/baQ2hYzW/c= -github.com/openstack-k8s-operators/heat-operator/api v0.6.1-0.20260815073700-3979681dc9f0/go.mod h1:eLXwcrjmUiO6twgdSeOXihCJsW4mpVarup+//uRf64Q= -github.com/openstack-k8s-operators/horizon-operator/api v0.6.1-0.20260815073353-f53bfe5815ef h1:OQlHNcXhbhLoIvJLcAiHYzwRhIMHUzhf+GeEiO++8CU= -github.com/openstack-k8s-operators/horizon-operator/api v0.6.1-0.20260815073353-f53bfe5815ef/go.mod h1:X4iMBQTJkgaQXpJ4/t3l71dTsabzZmwgV0VcR+qfhg8= -github.com/openstack-k8s-operators/infra-operator/apis v0.6.1-0.20260811190835-054aa14112d8 h1:V+M1QXCXaYlrgMl863bjZWpCA0grSuePt2QjZ5QX6G0= -github.com/openstack-k8s-operators/infra-operator/apis v0.6.1-0.20260811190835-054aa14112d8/go.mod h1:nPqCNb6LtP2HIkAoOrM4Jr4BMdNnuY0puKx6v6fwOhI= -github.com/openstack-k8s-operators/ironic-operator/api v0.6.1-0.20260811232801-39845d6991d2 h1:Ocf1YtuGjU3CYx6qLM4igzEwW5Jbgmh1QNQ17unhoi8= -github.com/openstack-k8s-operators/ironic-operator/api v0.6.1-0.20260811232801-39845d6991d2/go.mod h1:Ge+fQIcL/iMnYiMQJsD9nWdrUFo5lSpO1Tz2n2uBgCI= -github.com/openstack-k8s-operators/keystone-operator/api v0.6.1-0.20260815074929-4ac69c11afca h1:xC0DvwZdiVFM05+7IsSrSX8MnZ4XPVkWKITWlygoHWM= -github.com/openstack-k8s-operators/keystone-operator/api v0.6.1-0.20260815074929-4ac69c11afca/go.mod h1:+C11m+ufdqsK777ql66CbBVoiDXKa7u5dhyEaSuZqp8= -github.com/openstack-k8s-operators/lib-common/modules/ansible v0.6.1-0.20260815052137-cfc51390472e h1:46ZvwnPihfyOlsrqjDcu98PVI14+d1m5x9W/5AJksG4= -github.com/openstack-k8s-operators/lib-common/modules/ansible v0.6.1-0.20260815052137-cfc51390472e/go.mod h1:TkZgZE92VUKHHNKXwuV8b7tT9toaxsZkcGffRafKCSA= -github.com/openstack-k8s-operators/lib-common/modules/certmanager v0.6.1-0.20260815052137-cfc51390472e h1:th2GR1MFTXkUPw78aDYArPYkoebGxdGBsDQNOy4T7lU= -github.com/openstack-k8s-operators/lib-common/modules/certmanager v0.6.1-0.20260815052137-cfc51390472e/go.mod h1:58CB6+Dq4B7NYPmVz4S60N4/pTt70ZFABrkS/1w7tDA= -github.com/openstack-k8s-operators/lib-common/modules/common v0.6.1-0.20260815052137-cfc51390472e h1:+49VTYcsFatI4C5ZHn6UQvMwq26LWVPqR0vkGfgfFoY= -github.com/openstack-k8s-operators/lib-common/modules/common v0.6.1-0.20260815052137-cfc51390472e/go.mod h1:vDcTSyaI7R6tjtZOqonr0hzq8JMOfBhJCWZy0tVjQPw= -github.com/openstack-k8s-operators/lib-common/modules/openstack v0.6.1-0.20260813160234-fdcb3ee3699d h1:btd0N5D9BwZPfXmUCcN5hPPi/v2RlIjsaNwZkbLdtx4= -github.com/openstack-k8s-operators/lib-common/modules/openstack v0.6.1-0.20260813160234-fdcb3ee3699d/go.mod h1:Q5wcK4PnlDJ55H+M38CFNLzL53OHYiwq81mR/gKtJXs= -github.com/openstack-k8s-operators/lib-common/modules/storage v0.6.1-0.20260815052137-cfc51390472e h1:yAaJqMxgAriw8DQdLUdY45N+oACenX2SGA5CKYvrYk8= -github.com/openstack-k8s-operators/lib-common/modules/storage v0.6.1-0.20260815052137-cfc51390472e/go.mod h1:fJ9CCRKpo8mQODfv4UDJ3tjUTbyCznYslXQwCkDaGg0= -github.com/openstack-k8s-operators/lib-common/modules/test v0.6.1-0.20260815052137-cfc51390472e h1:C/apf8vQcjqKGzGzRTjDAdQldLTQ61RX9sQ6uf/0Wv0= -github.com/openstack-k8s-operators/lib-common/modules/test v0.6.1-0.20260815052137-cfc51390472e/go.mod h1:tT5uXteekJ3lRgFO5/C3i6Q5A7dj40SDy6XbOJhnRuw= -github.com/openstack-k8s-operators/manila-operator/api v0.6.1-0.20260815074006-4fae00f90510 h1:NjeKx1jp8Os5Fj/P5/3wRs6GzZ8izCTpdrygJ1oG21s= -github.com/openstack-k8s-operators/manila-operator/api v0.6.1-0.20260815074006-4fae00f90510/go.mod h1:RouuWd+tGN9UaBLrYvWauXyMeayj3c5U7x/UYsC1Gms= -github.com/openstack-k8s-operators/mariadb-operator/api v0.6.1-0.20260815095432-ee0e4a46015e h1:3ya0F++4D3LngM1KBEgeMO8Ikk/9PRgv4mpAACqn/YY= -github.com/openstack-k8s-operators/mariadb-operator/api v0.6.1-0.20260815095432-ee0e4a46015e/go.mod h1:f3KPR3QM0jPbWGhXougv1BxnW+Bnc2vLE4TvBlYTLdo= -github.com/openstack-k8s-operators/neutron-operator/api v0.6.1-0.20260815100037-cd2ac3283266 h1:JlEZxQLMck1GrXbYSX7BCZVWe2JGWVpLftG0/BX0DmM= -github.com/openstack-k8s-operators/neutron-operator/api v0.6.1-0.20260815100037-cd2ac3283266/go.mod h1:MqaSkvkEeMCLR3/tVAPg8jlB7nJw2pHymfGJ9mNgjHg= -github.com/openstack-k8s-operators/nova-operator/api v0.6.1-0.20260814001024-80a63d2d555f h1:p71R2Iji6NPJHlJ9S0DeVqo58n+9GFgojheYIP/fYS4= -github.com/openstack-k8s-operators/nova-operator/api v0.6.1-0.20260814001024-80a63d2d555f/go.mod h1:/xrb6NvHRgj38XXz5RJjtqsrLBEgkaZ+6WTPpL5X3Rw= -github.com/openstack-k8s-operators/octavia-operator/api v0.6.1-0.20260815074607-ebcbe88dc375 h1:A+BwSwm/oSOvBEbPz3tQwhi4ucvRceSBepk3tZ91STU= -github.com/openstack-k8s-operators/octavia-operator/api v0.6.1-0.20260815074607-ebcbe88dc375/go.mod h1:BtUafbYGalxauqo4tRJRSDeas7OXWsPQgZLKR1JrXhc= -github.com/openstack-k8s-operators/openstack-baremetal-operator/api v0.6.1-0.20260815053044-b1de07d3dec3 h1:Mrx9sDELzfO8JJEeeSbMdCWqdpG3SfY9ZTVlDLBklJ8= -github.com/openstack-k8s-operators/openstack-baremetal-operator/api v0.6.1-0.20260815053044-b1de07d3dec3/go.mod h1:SaeG0dRz2oF6rkKl5lb1GXbbQ5oFUpJMlq+O2YvOhbE= -github.com/openstack-k8s-operators/ovn-operator/api v0.6.1-0.20260815075235-e695ce054c02 h1:d4El4zXDR4BWcA13u7x/lbL+h5Ln5iWIa77t9OBYBNw= -github.com/openstack-k8s-operators/ovn-operator/api v0.6.1-0.20260815075235-e695ce054c02/go.mod h1:WsxYq/XES1hiBp5yqMU4Mfes9Bf/q1RuMYyRBWA3FDE= -github.com/openstack-k8s-operators/swift-operator/api v0.6.1-0.20260815093640-19216d8cebdf h1:XmJPbfNGn4z/W8KZ13rg/dCxptNjcjvbh0jFYz/lE64= -github.com/openstack-k8s-operators/swift-operator/api v0.6.1-0.20260815093640-19216d8cebdf/go.mod h1:/5wIaUUl7pY9cMRSfyv6PxtGaWcgi37YXQAI/0GM7Ao= -github.com/openstack-k8s-operators/telemetry-operator/api v0.6.1-0.20260813064120-95f8cb07a4a7 h1:9cx2dss8amhWdBtDQcMLY8wzBupK3WWj55yLlPO5M9Y= -github.com/openstack-k8s-operators/telemetry-operator/api v0.6.1-0.20260813064120-95f8cb07a4a7/go.mod h1:63zjpPjZ61h5IpNZ+Ga4GkLZ5C/hgCo3j3GDZ4xWZOw= -github.com/openstack-k8s-operators/test-operator/api v0.6.1-0.20260813083727-f0c50ad175da h1:BZ7KxLHf8k1Zw5/RU+9jtfAhTSY8Ut299z6+bnhJfSU= -github.com/openstack-k8s-operators/test-operator/api v0.6.1-0.20260813083727-f0c50ad175da/go.mod h1:xwbGqtrBqbuR2+eP6+6u4KvzWyqSvRuoYCpsrbJj9+A= -github.com/openstack-k8s-operators/watcher-operator/api v0.6.1-0.20260810142218-4d2e4f853116 h1:RtfYkMT4q71stXAmFrPx+TmnvRR7Z9rVsQByNVtiQkA= -github.com/openstack-k8s-operators/watcher-operator/api v0.6.1-0.20260810142218-4d2e4f853116/go.mod h1:MmcWDtrUvcUq/4Kyy+uV52HgGJg9EvkpJHln/8yZhgE= +github.com/openstack-k8s-operators/barbican-operator/api v0.6.1-0.20260822070011-9997d23ba011 h1:m9Ivqy0a5Gs8YJVZloto2M8KHKdYzicdLJGjnJEtDcQ= +github.com/openstack-k8s-operators/barbican-operator/api v0.6.1-0.20260822070011-9997d23ba011/go.mod h1:S6JCjfqy157Y0vFf8wQ2ubhOwRmw4MOc0OLHcpd4SRw= +github.com/openstack-k8s-operators/cinder-operator/api v0.6.1-0.20260819143714-114b7c23d91d h1:vfD75sToKpPLO+WXhuO9Hb1L0ZSHMGmwXu4xnEKI8ak= +github.com/openstack-k8s-operators/cinder-operator/api v0.6.1-0.20260819143714-114b7c23d91d/go.mod h1:CwlGd88bfwyINzPC5ZSr/NPFG9ISlw2keZNWsZgg358= +github.com/openstack-k8s-operators/designate-operator/api v0.6.1-0.20260822070327-bc820e193cf5 h1:REQEhYxXWd4CeW0K5eOm9n72khamtCgLuRTmvCli8VU= +github.com/openstack-k8s-operators/designate-operator/api v0.6.1-0.20260822070327-bc820e193cf5/go.mod h1:bJKxBgeb1Q8RAKJMTL+o8GuSDyiqYf4+B2yO6l1/Gv8= +github.com/openstack-k8s-operators/glance-operator/api v0.6.1-0.20260819143713-65990ced6a86 h1:I7vZsCjCI+19icGlXH4iOdZ38KSqiRcNZTRvMDM5k7o= +github.com/openstack-k8s-operators/glance-operator/api v0.6.1-0.20260819143713-65990ced6a86/go.mod h1:X27lkRf+Bvh331N32iIVIl+F2rd+kB4YmkzR2wstELI= +github.com/openstack-k8s-operators/heat-operator/api v0.6.1-0.20260822071001-e29bb0b954ed h1:BuiW5z+GmutECXCMQy/UDd/y5OSpCbJ+SnV5hcVmbmo= +github.com/openstack-k8s-operators/heat-operator/api v0.6.1-0.20260822071001-e29bb0b954ed/go.mod h1:YgfeNmyQtVONoALfSmWObh9un4BUj4IfpKlZZfY5O+Y= +github.com/openstack-k8s-operators/horizon-operator/api v0.6.1-0.20260822072259-4c3a386dcadd h1:9cvIzA8sqJ3zYd37PYeROniCvIlSVR5K1SziSa8vcBI= +github.com/openstack-k8s-operators/horizon-operator/api v0.6.1-0.20260822072259-4c3a386dcadd/go.mod h1:axGYF0U60XGHqIiRW0QG8W5wD6OqD5Xab6F8ma504j0= +github.com/openstack-k8s-operators/infra-operator/apis v0.6.1-0.20260820165931-18e54edd62e6 h1:tpEqoZd8Coet0tobEG19DPWgv8lfeqea8yhURk+A+e4= +github.com/openstack-k8s-operators/infra-operator/apis v0.6.1-0.20260820165931-18e54edd62e6/go.mod h1:2nZqLpDUKJR2HzPJPuWGGiXS/nH4PPBwwTuNeKY7QT0= +github.com/openstack-k8s-operators/ironic-operator/api v0.6.1-0.20260822071315-66f6112fc035 h1:qnTcm3Bc1MrS9218mwL7QBlwReMskqvqmXMhlGVe74U= +github.com/openstack-k8s-operators/ironic-operator/api v0.6.1-0.20260822071315-66f6112fc035/go.mod h1:nKEfzhIJ5rN5GOYYoJlJ4GXvk5u2TSP105gOOyX05Oc= +github.com/openstack-k8s-operators/keystone-operator/api v0.6.1-0.20260822072640-7bd662ad0284 h1:ERZkiJP+trC/2tiWZ7cVcQSFc3K16mhdVlV+nVy4Vhk= +github.com/openstack-k8s-operators/keystone-operator/api v0.6.1-0.20260822072640-7bd662ad0284/go.mod h1:UCwCYAGhumXDqnViXuvwd6N+BC4fE5KTpbcJq+PFd40= +github.com/openstack-k8s-operators/lib-common/modules/ansible v0.6.1-0.20260818072803-e18950de3098 h1:MTre2gyRzTHQVbkcxawIrKch7bSTq60T115hc6dFQmo= +github.com/openstack-k8s-operators/lib-common/modules/ansible v0.6.1-0.20260818072803-e18950de3098/go.mod h1:TkZgZE92VUKHHNKXwuV8b7tT9toaxsZkcGffRafKCSA= +github.com/openstack-k8s-operators/lib-common/modules/certmanager v0.6.1-0.20260818072803-e18950de3098 h1:ISyBBLx9xc2yWyvgJcNkmsSrWCPfLRlhLrTxBiMXid0= +github.com/openstack-k8s-operators/lib-common/modules/certmanager v0.6.1-0.20260818072803-e18950de3098/go.mod h1:58CB6+Dq4B7NYPmVz4S60N4/pTt70ZFABrkS/1w7tDA= +github.com/openstack-k8s-operators/lib-common/modules/common v0.6.1-0.20260818072803-e18950de3098 h1:+0Ojl8v2iGmSo+KQefj7XdVwRcf8+bV1R9AYqa/PaN4= +github.com/openstack-k8s-operators/lib-common/modules/common v0.6.1-0.20260818072803-e18950de3098/go.mod h1:vDcTSyaI7R6tjtZOqonr0hzq8JMOfBhJCWZy0tVjQPw= +github.com/openstack-k8s-operators/lib-common/modules/openstack v0.6.1-0.20260818072803-e18950de3098 h1:XF46E0eH0F91XaC6UIQqiuD5q+i2zPM8OWqJatRgap4= +github.com/openstack-k8s-operators/lib-common/modules/openstack v0.6.1-0.20260818072803-e18950de3098/go.mod h1:Q5wcK4PnlDJ55H+M38CFNLzL53OHYiwq81mR/gKtJXs= +github.com/openstack-k8s-operators/lib-common/modules/storage v0.6.1-0.20260818072803-e18950de3098 h1:1yHjBoRwSKTHVDDhgPdAPpBF9kSzw/ued/X+5KCkHyM= +github.com/openstack-k8s-operators/lib-common/modules/storage v0.6.1-0.20260818072803-e18950de3098/go.mod h1:fJ9CCRKpo8mQODfv4UDJ3tjUTbyCznYslXQwCkDaGg0= +github.com/openstack-k8s-operators/lib-common/modules/test v0.6.1-0.20260818072803-e18950de3098 h1:JhbLR4n161arcIjyziOcP3RXASQJF9uMqDLpU2pS/dA= +github.com/openstack-k8s-operators/lib-common/modules/test v0.6.1-0.20260818072803-e18950de3098/go.mod h1:tT5uXteekJ3lRgFO5/C3i6Q5A7dj40SDy6XbOJhnRuw= +github.com/openstack-k8s-operators/manila-operator/api v0.6.1-0.20260819143353-54e418a4e480 h1:Ly4DDkvoK/pYuEcQIvAkVXwsgubuJX64GQ+s1VCvHm8= +github.com/openstack-k8s-operators/manila-operator/api v0.6.1-0.20260819143353-54e418a4e480/go.mod h1:1GxA01Q63gvnZH+vljX/+Xz7wQmZxtYpTHO/JTAbCbE= +github.com/openstack-k8s-operators/mariadb-operator/api v0.6.1-0.20260822071633-1e127e728e62 h1:kPodlXj+hrF6Q3m0VpEz9gBU8QcQXXuRkQbTcDwI00E= +github.com/openstack-k8s-operators/mariadb-operator/api v0.6.1-0.20260822071633-1e127e728e62/go.mod h1:A1yXU4F8Qs+F29KcgaI3zBvPJjY3OUzlCt7QCY73wAI= +github.com/openstack-k8s-operators/neutron-operator/api v0.6.1-0.20260822072640-756f4ac745b5 h1:mvhxTeMhH/U5hlkTjKUg07FFJpklss37MA5UFD2XIJQ= +github.com/openstack-k8s-operators/neutron-operator/api v0.6.1-0.20260822072640-756f4ac745b5/go.mod h1:fayH8kSHQUhv4oQY/hONoFVG6pgYihLQBHJPoyELrt4= +github.com/openstack-k8s-operators/nova-operator/api v0.6.1-0.20260820095250-09486f9bf637 h1:V6N9EHfjmL5TTWE/jPXO4ztScmkRgpGlpGSR3a6ZIzQ= +github.com/openstack-k8s-operators/nova-operator/api v0.6.1-0.20260820095250-09486f9bf637/go.mod h1:6Kk+XtByMkeQj7cKrRQxHsWFCHCyq1o0i4ls/niFBW4= +github.com/openstack-k8s-operators/octavia-operator/api v0.6.1-0.20260822215725-f4a66af57796 h1:Vce2BPD48OnknETN2hEStXdZMyzY3i7/X/p4cvZZTMg= +github.com/openstack-k8s-operators/octavia-operator/api v0.6.1-0.20260822215725-f4a66af57796/go.mod h1:dTkTtEZBxp/3TAcN4cPiyKkCnot60NYtgS2QhoVxNVM= +github.com/openstack-k8s-operators/openstack-baremetal-operator/api v0.6.1-0.20260822082002-6132af40644a h1:Yt0H4os0Di+oCV5LP4PBaHNp68R8S2mvz54OyY0cTtw= +github.com/openstack-k8s-operators/openstack-baremetal-operator/api v0.6.1-0.20260822082002-6132af40644a/go.mod h1:jXXgsJgQt3Va4J6OWL+lUCTUWiFPdIUTiZDBGPvdNco= +github.com/openstack-k8s-operators/ovn-operator/api v0.6.1-0.20260822081959-0a0ad59d7e62 h1:uPxEtKJ3tmLdd1CG0Eld8uYIaen52it9+kUp/kNeDLM= +github.com/openstack-k8s-operators/ovn-operator/api v0.6.1-0.20260822081959-0a0ad59d7e62/go.mod h1:InzuSc8ozng6GumpAKGTWvmbsm/JSgygZh0d+d42FXY= +github.com/openstack-k8s-operators/swift-operator/api v0.6.1-0.20260822105105-985f694c05b6 h1:9urX2NrgOWuMC5XGjuLhqs1j7GzF729n4nDyqdvgLCI= +github.com/openstack-k8s-operators/swift-operator/api v0.6.1-0.20260822105105-985f694c05b6/go.mod h1:+CcUkje13P9D1mXAsq0f5ekOBFoPv3zlzT+h5dpWRy8= +github.com/openstack-k8s-operators/telemetry-operator/api v0.6.1-0.20260819093739-a1df4abf6fa0 h1:VQq9vfKk/e/77qw01T5szUqe4EwJuJNRHt0+DeyiZP8= +github.com/openstack-k8s-operators/telemetry-operator/api v0.6.1-0.20260819093739-a1df4abf6fa0/go.mod h1:63zjpPjZ61h5IpNZ+Ga4GkLZ5C/hgCo3j3GDZ4xWZOw= +github.com/openstack-k8s-operators/test-operator/api v0.6.1-0.20260819093741-6822b527e14f h1:mjwXHzYoMl+voF7r8SJFIth3gu3u+6B7qxzInuD8lg4= +github.com/openstack-k8s-operators/test-operator/api v0.6.1-0.20260819093741-6822b527e14f/go.mod h1:RecbxxkTmzsgnOH62D4kPkvEvrACd/yPavoRQyNxDcc= +github.com/openstack-k8s-operators/watcher-operator/api v0.6.1-0.20260821140809-6c158b428e01 h1:hq7aMnQK1PHXycwqD1LynV+PLrpkcsJhXteIcoWAnXo= +github.com/openstack-k8s-operators/watcher-operator/api v0.6.1-0.20260821140809-6c158b428e01/go.mod h1:4P5Z+/+omAVtqGL/D+ucFxBryCF+XzpnLbrVpjvRsyc= 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= @@ -325,8 +325,8 @@ golang.org/x/term v0.45.0 h1:NwWyBmoJCbfTHpxrWoZ9C6/VxOf7ic219I8xZZFdrf0= golang.org/x/term v0.45.0/go.mod h1:9aqxs0blBcrm/n0L9QW0aRVD+ktan8ssZromtqJC43w= golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= -golang.org/x/text v0.40.0 h1:Ub2Z6/xjgF1WrYQz2nuITOEegKFtiIy+rieRJ5lHZKs= -golang.org/x/text v0.40.0/go.mod h1:hpnzDAfGV753zIKo+wk3u1bVKCGPbrnF7+7LBF/UHVY= +golang.org/x/text v0.41.0 h1:vz/seA0lnX87Othu2f/0L24RcgrXD9/YFTSuGjj3rH8= +golang.org/x/text v0.41.0/go.mod h1:jvf1O8ajNzZqhSrQBPbutR/EB83Cc0CFrezNQIwbb5M= golang.org/x/time v0.15.0 h1:bbrp8t3bGUeFOx08pvsMYRTCVSMk89u4tKbNOZbp88U= golang.org/x/time v0.15.0/go.mod h1:Y4YMaQmXwGQZoFaVFk4YpCt4FLQMYKZe9oeV/f4MSno= golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= diff --git a/hack/export_operator_related_images.sh b/hack/export_operator_related_images.sh index 2362380341..489bb2cbaf 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:d7e784d822ccb3f8204e52ef538ce2331682c944542ab146d401a596c41a33ac -export RELATED_IMAGE_CINDER_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/cinder-operator@sha256:49438d88b7802edc8bd1a7b982bef54503d636a88eab17b302feb31038a39c04 -export RELATED_IMAGE_DESIGNATE_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/designate-operator@sha256:c9ad5a09d9d1e71b1865b4bac1f2c1af81b515ba9db8755a66caed7c52fc6dab -export RELATED_IMAGE_GLANCE_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/glance-operator@sha256:55f7022224d4f392a233d3c7ebb6ae0e37e77068142e133a3660b9ce6a6c596b -export RELATED_IMAGE_HEAT_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/heat-operator@sha256:4aea37efb670f15ab430d0653f80b7880c4714526cb252d355c0ec031bfd3b4b -export RELATED_IMAGE_HORIZON_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/horizon-operator@sha256:a493ff6393dfde1a1cb0a06decdcee172de5912944e9634314f84d3a449a4382 -export RELATED_IMAGE_INFRA_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/infra-operator@sha256:8da0c72a6d8a4bda49957f40fbcea81ac4749e0a12118dd7d4ba955031b98f32 -export RELATED_IMAGE_IRONIC_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/ironic-operator@sha256:17c40a8a6c9923d49207b4c536a9f0ef80ad86a97062b73125239dd41d13baf3 -export RELATED_IMAGE_KEYSTONE_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/keystone-operator@sha256:d45a82cedf37f234b0811b4e38e6e23274eb1e3312a05c75f15c44f1bc62122e -export RELATED_IMAGE_MANILA_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/manila-operator@sha256:d3f293155e7d53f9ea983c3b3c4826f2aafa8bc3875416db4a86b77e3e88979f -export RELATED_IMAGE_MARIADB_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/mariadb-operator@sha256:68c13707abfb5bc4bdac0e3fd20979c59c940ac8aaaab5c7b11a472d7243379e -export RELATED_IMAGE_NEUTRON_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/neutron-operator@sha256:299c0d38979676b5348977d65f0b0244df983d2ddad91e8f8f7939316ed3bc31 -export RELATED_IMAGE_NOVA_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/nova-operator@sha256:d52b8ade84ba1aaa61a38dc3b72a1a63b1812a095206511b4f5f829bc403b7cc -export RELATED_IMAGE_OCTAVIA_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/octavia-operator@sha256:286a7a19ed07bef549a5e434460207067095a665e0762b2a3e2ff88345ffe68b -export RELATED_IMAGE_OPENSTACK_BAREMETAL_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/openstack-baremetal-operator@sha256:41806556b53c0af7fe79c0abb8433273a78f4a2a618cf6dafaea89c5b2c80be8 -export RELATED_IMAGE_OVN_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/ovn-operator@sha256:adae9b33ab4a73c20a52b675f7fc1a3eb9089b4b27f719c68540102a6d214ac9 -export RELATED_IMAGE_SWIFT_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/swift-operator@sha256:d0549287530a7897d20a34600aab907d5c95ac4fd7073f070e4838362fb1789e -export RELATED_IMAGE_TELEMETRY_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/telemetry-operator@sha256:d9bcffd3ce4274c98f72441fa185f04e2160cc608e6bd83e695b73a360f9f948 -export RELATED_IMAGE_TEST_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/test-operator@sha256:5a8c7acdf8d0de1deff09252592c7d95ecf88fb6c336c7bce985f957c576d8a0 -export RELATED_IMAGE_WATCHER_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/watcher-operator@sha256:1b68f416d7332a8265c0415a2cb0513d3e0d6ebab70e2e15b0ce7156124bbc28 +export RELATED_IMAGE_BARBICAN_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/barbican-operator@sha256:05666f07f32fc89ec60356a721a2ffa3d72f810d0e25d2417678d2f0fe957a02 +export RELATED_IMAGE_CINDER_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/cinder-operator@sha256:d4f9e6675aead9bba6315f4f5286c4d43148f73dd4fdc44b4a825aa66bbc39c7 +export RELATED_IMAGE_DESIGNATE_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/designate-operator@sha256:8b1821694daa28195c062f29ccedf251c7026a119eb204b7508e901345a1a7a2 +export RELATED_IMAGE_GLANCE_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/glance-operator@sha256:f1f0270ef9d8b577caec7ce2d9419679fe33728d903b781e7f939291216ccc36 +export RELATED_IMAGE_HEAT_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/heat-operator@sha256:542935738b04d77b355a00f360f43e8c60f28ef75565dd9133661176397ccd64 +export RELATED_IMAGE_HORIZON_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/horizon-operator@sha256:428de2dd4f55dbe33f1296eb503ab313dbd28b33543335da8cfaf359c2261f19 +export RELATED_IMAGE_INFRA_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/infra-operator@sha256:509168fabd686b8f95f256bec8d926041842f38cb4cd9164bb9cf677a453f8fc +export RELATED_IMAGE_IRONIC_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/ironic-operator@sha256:3359b352bf452a6d85a141b137c6b3436d8a427934a01d1f31809bba06ec52b4 +export RELATED_IMAGE_KEYSTONE_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/keystone-operator@sha256:f46ce044451d9c2b2a2f2f11fb2fdf5272003978581cc785ba98b8651d63caf2 +export RELATED_IMAGE_MANILA_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/manila-operator@sha256:41960d2a3c5224aec54b03c25b523b8d97801e10bc6a0170b5ae9d59e4cd1261 +export RELATED_IMAGE_MARIADB_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/mariadb-operator@sha256:5501da826fd1e48b1e546033e7be64e008a34793ef9c995390b375250dafd937 +export RELATED_IMAGE_NEUTRON_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/neutron-operator@sha256:d45f5e323447ff76a9198b1ac0b5ee9c4b2b5fd47a989177a939a3edb0fcc650 +export RELATED_IMAGE_NOVA_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/nova-operator@sha256:7ce1937e6bf37f930c438e998974c988e0bbb11bf7bbf1e436f3af7c11f6e39a +export RELATED_IMAGE_OCTAVIA_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/octavia-operator@sha256:b7491d21c7123fbdda6ce11f7ed5d00fa519062502e1eda0f6d136eb58638ac6 +export RELATED_IMAGE_OPENSTACK_BAREMETAL_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/openstack-baremetal-operator@sha256:788b1b3c682e9a9145b8d8897762ce40b7c0bdb02666e864bf5b4cd59ed3c2ae +export RELATED_IMAGE_OVN_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/ovn-operator@sha256:fc579997e6ffae34b3a4c0af2cec89266c6cf29c129492f8073171c439e4d154 +export RELATED_IMAGE_SWIFT_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/swift-operator@sha256:d3fb151074a3ca9f635bd10e3fcfb3b8baa1151d60f1e22e67db49940bfc74c3 +export RELATED_IMAGE_TELEMETRY_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/telemetry-operator@sha256:fea321f508f1ae22cea58192f4dfcde7bdf067b12aab0ecfaff8af96aacc9219 +export RELATED_IMAGE_TEST_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/test-operator@sha256:10c11903f329029f04525ce38991af3294013b164fd08ca32c97f5e74ab0f22b +export RELATED_IMAGE_WATCHER_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/watcher-operator@sha256:00f9bb6c5b39cd6932506a6ecd7cdda2bdd3702e7d369aa37c0811f9e6d6380d