From a1ad84e2ec8fe4e040bd7bf411e20532407190a1 Mon Sep 17 00:00:00 2001 From: openstack-k8s-operators-ci Date: Mon, 4 May 2026 13:33:34 +0000 Subject: [PATCH] Update openstack-k8s-operators (main) --- ....openstack.org_openstackcontrolplanes.yaml | 97 +++++++++++++++ api/go.mod | 48 ++++---- api/go.sum | 96 +++++++-------- bindata/crds/crds.yaml | 97 +++++++++++++++ .../crds/glance.openstack.org_glanceapis.yaml | 87 ++++++++++++++ .../crds/glance.openstack.org_glances.yaml | 88 ++++++++++++++ .../ovn.openstack.org_ovncontrollers.yaml | 18 ++- .../crds/ovn.openstack.org_ovndbclusters.yaml | 10 +- .../crds/ovn.openstack.org_ovnnorthds.yaml | 10 +- ....openstack.org_openstackcontrolplanes.yaml | 97 +++++++++++++++ config/operator/manager_operator_images.yaml | 40 +++---- go.mod | 56 ++++----- go.sum | 112 +++++++++--------- hack/export_operator_related_images.sh | 40 +++---- 14 files changed, 696 insertions(+), 200 deletions(-) diff --git a/api/bases/core.openstack.org_openstackcontrolplanes.yaml b/api/bases/core.openstack.org_openstackcontrolplanes.yaml index 81a216d318..31e2de4a89 100644 --- a/api/bases/core.openstack.org_openstackcontrolplanes.yaml +++ b/api/bases/core.openstack.org_openstackcontrolplanes.yaml @@ -4538,6 +4538,75 @@ spec: type: object override: properties: + probes: + properties: + livenessProbes: + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + readinessProbes: + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + startupProbes: + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + type: object service: additionalProperties: properties: @@ -13079,9 +13148,23 @@ spec: type: object ovnLogLevel: default: info + enum: + - "off" + - emer + - err + - warn + - info + - dbg type: string ovsLogLevel: default: info + enum: + - "off" + - emer + - err + - warn + - info + - dbg type: string resources: properties: @@ -13148,6 +13231,13 @@ spec: type: integer logLevel: default: info + enum: + - "off" + - emer + - err + - warn + - info + - dbg type: string metricsEnabled: default: true @@ -13283,6 +13373,13 @@ spec: properties: logLevel: default: info + enum: + - "off" + - emer + - err + - warn + - info + - dbg type: string metricsEnabled: default: true diff --git a/api/go.mod b/api/go.mod index 85b76ae2e7..6f60605dc2 100644 --- a/api/go.mod +++ b/api/go.mod @@ -6,33 +6,33 @@ require ( github.com/cert-manager/cert-manager v1.16.5 github.com/go-playground/validator/v10 v10.30.1 github.com/onsi/ginkgo/v2 v2.28.2 - github.com/onsi/gomega v1.39.1 - github.com/openstack-k8s-operators/barbican-operator/api v0.6.1-0.20260420052305-96c3a8196933 - github.com/openstack-k8s-operators/cinder-operator/api v0.6.1-0.20260418071314-55ff2fc10b0c - github.com/openstack-k8s-operators/designate-operator/api v0.6.1-0.20260418051458-40035e96e631 - github.com/openstack-k8s-operators/glance-operator/api v0.6.1-0.20260418071313-4af756ba3dac - github.com/openstack-k8s-operators/heat-operator/api v0.6.1-0.20260420052550-a562e0ee16fd - github.com/openstack-k8s-operators/horizon-operator/api v0.6.1-0.20260418053129-fb096ad89dce - github.com/openstack-k8s-operators/infra-operator/apis v0.6.1-0.20260416122644-5476763a36b6 - github.com/openstack-k8s-operators/ironic-operator/api v0.6.1-0.20260420052552-1ba026c533d6 - github.com/openstack-k8s-operators/keystone-operator/api v0.6.1-0.20260420052838-77f94aef5af2 - github.com/openstack-k8s-operators/lib-common/modules/common v0.6.1-0.20260417092244-81c71b39e981 - github.com/openstack-k8s-operators/lib-common/modules/storage v0.6.1-0.20260417092244-81c71b39e981 - github.com/openstack-k8s-operators/manila-operator/api v0.6.1-0.20260420052836-ac1a4d8a769e - github.com/openstack-k8s-operators/mariadb-operator/api v0.6.1-0.20260413152655-564a51226a2a - github.com/openstack-k8s-operators/neutron-operator/api v0.6.1-0.20260420052839-b9314e4e03a3 - github.com/openstack-k8s-operators/nova-operator/api v0.6.1-0.20260413153813-b59b2a226c10 - github.com/openstack-k8s-operators/octavia-operator/api v0.6.1-0.20260413082059-d107b5bac378 - github.com/openstack-k8s-operators/openstack-baremetal-operator/api v0.6.1-0.20260413094947-83f411fa655c - github.com/openstack-k8s-operators/ovn-operator/api v0.6.1-0.20260420053123-cf0908d8cf39 + github.com/onsi/gomega v1.40.0 + github.com/openstack-k8s-operators/barbican-operator/api v0.6.1-0.20260503170320-6895f6339b76 + github.com/openstack-k8s-operators/cinder-operator/api v0.6.1-0.20260504115411-3b987eb43ffd + github.com/openstack-k8s-operators/designate-operator/api v0.6.1-0.20260503154330-45eb176c3fd3 + github.com/openstack-k8s-operators/glance-operator/api v0.6.1-0.20260504060308-4e1dada89499 + github.com/openstack-k8s-operators/heat-operator/api v0.6.1-0.20260428063332-32d27fe544a9 + github.com/openstack-k8s-operators/horizon-operator/api v0.6.1-0.20260503153504-c1032481b862 + github.com/openstack-k8s-operators/infra-operator/apis v0.6.1-0.20260429072348-e2e8eaa49a92 + github.com/openstack-k8s-operators/ironic-operator/api v0.6.1-0.20260503234301-f0b0f080be71 + github.com/openstack-k8s-operators/keystone-operator/api v0.6.1-0.20260503154330-787871fc5c4d + github.com/openstack-k8s-operators/lib-common/modules/common v0.6.1-0.20260503101140-af27f8cbef5e + github.com/openstack-k8s-operators/lib-common/modules/storage v0.6.1-0.20260503101140-af27f8cbef5e + github.com/openstack-k8s-operators/manila-operator/api v0.6.1-0.20260504095400-e5daeb76fd02 + github.com/openstack-k8s-operators/mariadb-operator/api v0.6.1-0.20260503164939-40728ae44d65 + github.com/openstack-k8s-operators/neutron-operator/api v0.6.1-0.20260427095537-d1f5e517f199 + github.com/openstack-k8s-operators/nova-operator/api v0.6.1-0.20260421072856-123b74ba975b + github.com/openstack-k8s-operators/octavia-operator/api v0.6.1-0.20260503171136-50dc7e5fc77c + github.com/openstack-k8s-operators/openstack-baremetal-operator/api v0.6.1-0.20260428063048-b5adaaed7659 + github.com/openstack-k8s-operators/ovn-operator/api v0.6.1-0.20260428063332-55b3554934b5 github.com/openstack-k8s-operators/placement-operator/api v0.6.1-0.20260413090520-f18a11875c1d - github.com/openstack-k8s-operators/swift-operator/api v0.6.1-0.20260418085220-949c802081aa - github.com/openstack-k8s-operators/telemetry-operator/api v0.6.1-0.20260420053123-02a691a5b4d4 - github.com/openstack-k8s-operators/watcher-operator/api v0.6.1-0.20260414124111-458e17672b3c + github.com/openstack-k8s-operators/swift-operator/api v0.6.1-0.20260503155429-de68e1e160ea + github.com/openstack-k8s-operators/telemetry-operator/api v0.6.1-0.20260430174810-f0e56413c3c0 + github.com/openstack-k8s-operators/watcher-operator/api v0.6.1-0.20260428084423-26f6eac1e089 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 - go.uber.org/zap v1.27.1 // indirect + go.uber.org/zap v1.28.0 // indirect golang.org/x/exp v0.0.0-20241217172543-b2144cdd0a67 golang.org/x/tools v0.41.0 // indirect k8s.io/api v0.31.14 @@ -80,7 +80,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.20260417092244-81c71b39e981 // indirect + github.com/openstack-k8s-operators/lib-common/modules/openstack v0.6.1-0.20260430090237-a4265c18a162 // 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 47e9a6861b..4c1fc14ef1 100644 --- a/api/go.sum +++ b/api/go.sum @@ -110,56 +110,56 @@ github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 h1:C3w9PqII01/Oq github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ= github.com/onsi/ginkgo/v2 v2.28.2 h1:DTrMfpqxiNUyQ3Y0zhn1n3cOO2euFgQPYIpkWwxVFps= github.com/onsi/ginkgo/v2 v2.28.2/go.mod h1:CLtbVInNckU3/+gC8LzkGUb9oF+e8W8TdUsxPwvdOgE= -github.com/onsi/gomega v1.39.1 h1:1IJLAad4zjPn2PsnhH70V4DKRFlrCzGBNrNaru+Vf28= -github.com/onsi/gomega v1.39.1/go.mod h1:hL6yVALoTOxeWudERyfppUcZXjMwIMLnuSfruD2lcfg= +github.com/onsi/gomega v1.40.0 h1:Vtol0e1MghCD2ZVIilPDIg44XSL9l2QAn8ZNaljWcJc= +github.com/onsi/gomega v1.40.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.20260420052305-96c3a8196933 h1:Ks/OYlX2ipYy1XjAezm1955VkmwXoi+fAZlL0X0NDwM= -github.com/openstack-k8s-operators/barbican-operator/api v0.6.1-0.20260420052305-96c3a8196933/go.mod h1:GlhOX7fRcMXxNrRsxPcJOSWd8zvL3/Aitkjr7VWqP68= -github.com/openstack-k8s-operators/cinder-operator/api v0.6.1-0.20260418071314-55ff2fc10b0c h1:ID5FHF6qRqtiRyPtLvRbAYDPs3cDfE+jzElj1yuxCUk= -github.com/openstack-k8s-operators/cinder-operator/api v0.6.1-0.20260418071314-55ff2fc10b0c/go.mod h1:Jc3ZlAc3K1jWPcs9LChGtm0wEB2C2Uiescl63Z8CRAc= -github.com/openstack-k8s-operators/designate-operator/api v0.6.1-0.20260418051458-40035e96e631 h1:1sVW8CssuWlvjqcgcreKNfUesNIq/w5HqBWJ1gRZ5GA= -github.com/openstack-k8s-operators/designate-operator/api v0.6.1-0.20260418051458-40035e96e631/go.mod h1:hbnEtksRUDnwO6taj16Mny9exJQ/W89pSDZ8g8bFH5Q= -github.com/openstack-k8s-operators/glance-operator/api v0.6.1-0.20260418071313-4af756ba3dac h1:BfH8D+SaB/h9fQazX4SaurHLm4IfqHzB19K3+osmOgE= -github.com/openstack-k8s-operators/glance-operator/api v0.6.1-0.20260418071313-4af756ba3dac/go.mod h1:s2zNb7EGQoJXpuifWYeioTIEqjAL8hCR39tRbqxBnPU= -github.com/openstack-k8s-operators/heat-operator/api v0.6.1-0.20260420052550-a562e0ee16fd h1:qaM7SSTbdGbyb19CabSrniwnhnFpiRTkKipirpYTc+A= -github.com/openstack-k8s-operators/heat-operator/api v0.6.1-0.20260420052550-a562e0ee16fd/go.mod h1:aA+YEZ3UJCQvJB2X3qOliGVB7EXdImfJ0qV2jUG/L0E= -github.com/openstack-k8s-operators/horizon-operator/api v0.6.1-0.20260418053129-fb096ad89dce h1:4nqAqtmfoN3VoWtFhHj65iZhi40KNp254/trUuoTD0M= -github.com/openstack-k8s-operators/horizon-operator/api v0.6.1-0.20260418053129-fb096ad89dce/go.mod h1:ZMH+2206hZgGFjEhC+hhPvU+v6haNaeh5FR1mHylfqw= -github.com/openstack-k8s-operators/infra-operator/apis v0.6.1-0.20260416122644-5476763a36b6 h1:117Gu9HCSu2tAp579WnCJ9QtnslH2qnPB8UFvn8ZpqE= -github.com/openstack-k8s-operators/infra-operator/apis v0.6.1-0.20260416122644-5476763a36b6/go.mod h1:i7l8cihvFktd/LSuyvL2z6OcwauarQGoVhDMePL4VyI= -github.com/openstack-k8s-operators/ironic-operator/api v0.6.1-0.20260420052552-1ba026c533d6 h1:thGt9sbYC1L9/UvkeYQQbWGxeiNeaXVckB/0QuBkN78= -github.com/openstack-k8s-operators/ironic-operator/api v0.6.1-0.20260420052552-1ba026c533d6/go.mod h1:pnFZOetSrSoCdyMyTOUTfsFTdwtGwNFKtaPNNZtyHuw= -github.com/openstack-k8s-operators/keystone-operator/api v0.6.1-0.20260420052838-77f94aef5af2 h1:h7pTz90cHqX6nTYjYDphuitIfD4UpM9yGnI3AbLdHrY= -github.com/openstack-k8s-operators/keystone-operator/api v0.6.1-0.20260420052838-77f94aef5af2/go.mod h1:SpO4CL7c5/1HG+61fP6kWhL2+3aqR+5SNatdZueKrz8= -github.com/openstack-k8s-operators/lib-common/modules/common v0.6.1-0.20260417092244-81c71b39e981 h1:v1viH0gmNb+AXMg/0GxDcj8VUTdjVLotfOIGrNyMxHk= -github.com/openstack-k8s-operators/lib-common/modules/common v0.6.1-0.20260417092244-81c71b39e981/go.mod h1:I/VBXZLdjk8DUGsEbB+Ha72JBFYYntP7Pm2FpEto9K8= -github.com/openstack-k8s-operators/lib-common/modules/openstack v0.6.1-0.20260417092244-81c71b39e981 h1:jN3Kvt+RYUTaL9EXeeeIqRXVjqeNF74SuLTDXmi4X2Y= -github.com/openstack-k8s-operators/lib-common/modules/openstack v0.6.1-0.20260417092244-81c71b39e981/go.mod h1:7yqbVpg0k0vW+kZks+TMU/cd1ovoejyHfVPWcyGYLHI= -github.com/openstack-k8s-operators/lib-common/modules/storage v0.6.1-0.20260417092244-81c71b39e981 h1:X3/Gc+i0ZxaROExrpLXonz9EPhftlubFnOK4aSkRLvo= -github.com/openstack-k8s-operators/lib-common/modules/storage v0.6.1-0.20260417092244-81c71b39e981/go.mod h1:3loLaPUDQyvbPekylZd9OCLF+EXH2klRI9IeeQhuMcs= -github.com/openstack-k8s-operators/manila-operator/api v0.6.1-0.20260420052836-ac1a4d8a769e h1:bymDbHC6lMbZUbg3dJi5ajS+i4/z5Q77r2nuz4VpBfc= -github.com/openstack-k8s-operators/manila-operator/api v0.6.1-0.20260420052836-ac1a4d8a769e/go.mod h1:aKKbe1AraYGWby2tLTT0sBB4iFH5ZnrZ/uzhf7RwzLs= -github.com/openstack-k8s-operators/mariadb-operator/api v0.6.1-0.20260413152655-564a51226a2a h1:1VRHhhCE8U0+Q6jPNppxcklIVfK7gZ2Js9VaLpPR7sw= -github.com/openstack-k8s-operators/mariadb-operator/api v0.6.1-0.20260413152655-564a51226a2a/go.mod h1:g/xgMnzNHxdTkqnEgAKwVOv75uPN4nuApbkGqSvASvs= -github.com/openstack-k8s-operators/neutron-operator/api v0.6.1-0.20260420052839-b9314e4e03a3 h1:XyJrYBPiLCyUysII5RtHKjTekxrL3wxPEBlSvo0SKOQ= -github.com/openstack-k8s-operators/neutron-operator/api v0.6.1-0.20260420052839-b9314e4e03a3/go.mod h1:5jWDZDariGwym2q926i/VtR16dgNAvY4mTM/UekciKw= -github.com/openstack-k8s-operators/nova-operator/api v0.6.1-0.20260413153813-b59b2a226c10 h1:6DQAN11CMaStZezMumXgayPpJQVGfsWxn04xPsOsHaM= -github.com/openstack-k8s-operators/nova-operator/api v0.6.1-0.20260413153813-b59b2a226c10/go.mod h1:ZQpGqN3AszLv7OoySPuCFyrNkuOEi1lPTymhbd1gOrc= -github.com/openstack-k8s-operators/octavia-operator/api v0.6.1-0.20260413082059-d107b5bac378 h1:h72lnvPcecgJqOindL68zIZmcJY6xM0EjY5FYe5Z7Qw= -github.com/openstack-k8s-operators/octavia-operator/api v0.6.1-0.20260413082059-d107b5bac378/go.mod h1:XO02J/MSp7f+HMyoT5xImUvTtDvDY4SgG2mi+nwdTMY= -github.com/openstack-k8s-operators/openstack-baremetal-operator/api v0.6.1-0.20260413094947-83f411fa655c h1:77hLym7nButLmaRm2aKozn0kW2WmrAaaYpx/HWHlUzc= -github.com/openstack-k8s-operators/openstack-baremetal-operator/api v0.6.1-0.20260413094947-83f411fa655c/go.mod h1:WKiIsGtY1q6VbpSa8QmOY3rYFpI061hwqYVFnAFfiFI= -github.com/openstack-k8s-operators/ovn-operator/api v0.6.1-0.20260420053123-cf0908d8cf39 h1:PQ025L6DttCoxwHqLTpw0v0W9VEXrCqYLfGDnR04GyI= -github.com/openstack-k8s-operators/ovn-operator/api v0.6.1-0.20260420053123-cf0908d8cf39/go.mod h1:ODYNTFMUlzvjlqXAh9AGXrzpBNQBAOkWiNQ6UldsqFw= +github.com/openstack-k8s-operators/barbican-operator/api v0.6.1-0.20260503170320-6895f6339b76 h1:qOJhsJnTtW4imbIAocVAwtlutqAmRo1l/ZNE5GnOBao= +github.com/openstack-k8s-operators/barbican-operator/api v0.6.1-0.20260503170320-6895f6339b76/go.mod h1:x0nc4/OaDboc+ANQ7ahb8jFdZ15mBRgRBXG0SLNa20o= +github.com/openstack-k8s-operators/cinder-operator/api v0.6.1-0.20260504115411-3b987eb43ffd h1:TsXxt8oCRVDZ4G2LMqru6ImKccUcXlFA+KqvnVLj1Yk= +github.com/openstack-k8s-operators/cinder-operator/api v0.6.1-0.20260504115411-3b987eb43ffd/go.mod h1:39+7+5Db0HNYxlmz+HuMeRVAqJchmChZvADtYMIiezI= +github.com/openstack-k8s-operators/designate-operator/api v0.6.1-0.20260503154330-45eb176c3fd3 h1:iDI3dzUuMbqzQXhq7jSZXP24TY7rcgGK6ZrbMjM+8PI= +github.com/openstack-k8s-operators/designate-operator/api v0.6.1-0.20260503154330-45eb176c3fd3/go.mod h1:FMFFY4p3ieus1jXPmQaa5OmSLgtMFRrhKWpMVGAHFac= +github.com/openstack-k8s-operators/glance-operator/api v0.6.1-0.20260504060308-4e1dada89499 h1:nJGVlBzamAMvGNpmyxTmecJ0J2UayBitGGTwEBhkheQ= +github.com/openstack-k8s-operators/glance-operator/api v0.6.1-0.20260504060308-4e1dada89499/go.mod h1:yvXVlvlN2oPKmyvRKycpdsaOLqexelrXQP+hWiDFA8o= +github.com/openstack-k8s-operators/heat-operator/api v0.6.1-0.20260428063332-32d27fe544a9 h1:DpUqWKiI65YNSDknN/uHO0Yl90DdS7omfrdszZHA1Pw= +github.com/openstack-k8s-operators/heat-operator/api v0.6.1-0.20260428063332-32d27fe544a9/go.mod h1:QV5Oj54Ewg3pRycVeW9LLKl/NZJzHomhiL1lFRvf0dk= +github.com/openstack-k8s-operators/horizon-operator/api v0.6.1-0.20260503153504-c1032481b862 h1:c7PDblDP9oi9EFOF5/aJaPjmr+1kyssWZ94/sF7uHHg= +github.com/openstack-k8s-operators/horizon-operator/api v0.6.1-0.20260503153504-c1032481b862/go.mod h1:5K4h6IBlyVK6LWK4O2cagSfmR8joUumGf8ww+9XGbxw= +github.com/openstack-k8s-operators/infra-operator/apis v0.6.1-0.20260429072348-e2e8eaa49a92 h1:/xZ+mtizRRxDmL2eMlnBBFT5b2Yr2Pxi5I5W23BppBY= +github.com/openstack-k8s-operators/infra-operator/apis v0.6.1-0.20260429072348-e2e8eaa49a92/go.mod h1:Z2Wawr4ua5ORCFEjMGs8i8ijbPY0MS1mg8PVVR7q4NA= +github.com/openstack-k8s-operators/ironic-operator/api v0.6.1-0.20260503234301-f0b0f080be71 h1:nJ7kin75MdV7NMj21BQGndJJ2dLwTEqDUeZmfTp/oco= +github.com/openstack-k8s-operators/ironic-operator/api v0.6.1-0.20260503234301-f0b0f080be71/go.mod h1:/kl9A8zRO3zctu9APlnJlsbbWqxWQQeyYrVclQuyI40= +github.com/openstack-k8s-operators/keystone-operator/api v0.6.1-0.20260503154330-787871fc5c4d h1:3OuSwhVZYSqs1pgthyDJP+CTXieehqekb/QjEiLhBYs= +github.com/openstack-k8s-operators/keystone-operator/api v0.6.1-0.20260503154330-787871fc5c4d/go.mod h1:4ryvbSYuoN522BIPijnm0wMemPgJVKf7jCv8BNDq46I= +github.com/openstack-k8s-operators/lib-common/modules/common v0.6.1-0.20260503101140-af27f8cbef5e h1:pAVX75f7SMEm9TvH3mttWXVx3hrZNRgj3ZQLzYTqpvs= +github.com/openstack-k8s-operators/lib-common/modules/common v0.6.1-0.20260503101140-af27f8cbef5e/go.mod h1:aIuG6lx3aS0vnXweRNdR/Q0SlfOsLIo0OzrqKK7C6xs= +github.com/openstack-k8s-operators/lib-common/modules/openstack v0.6.1-0.20260430090237-a4265c18a162 h1:kUfZlcl+EbUBEWe6EGLXjzlUeYj7xZ21QsPA5jMJlwE= +github.com/openstack-k8s-operators/lib-common/modules/openstack v0.6.1-0.20260430090237-a4265c18a162/go.mod h1:7yqbVpg0k0vW+kZks+TMU/cd1ovoejyHfVPWcyGYLHI= +github.com/openstack-k8s-operators/lib-common/modules/storage v0.6.1-0.20260503101140-af27f8cbef5e h1:B+IuFo4CQn7NtM5fchFwZ1CPH45iP7QQjIdZiN5wlsw= +github.com/openstack-k8s-operators/lib-common/modules/storage v0.6.1-0.20260503101140-af27f8cbef5e/go.mod h1:tft3oDiN+v6wX3ILPXGUM/gCLJz6QtrPN63hxpJ3E24= +github.com/openstack-k8s-operators/manila-operator/api v0.6.1-0.20260504095400-e5daeb76fd02 h1:Y+Zchx0weftUYdznFgdXJOQqsWcZymcDFF4HUwpwS8s= +github.com/openstack-k8s-operators/manila-operator/api v0.6.1-0.20260504095400-e5daeb76fd02/go.mod h1:XJ3PpxU9GVzXrtLinTxwTtUEBzBXf5xl/UMPGumul64= +github.com/openstack-k8s-operators/mariadb-operator/api v0.6.1-0.20260503164939-40728ae44d65 h1:MNjmU326MKwYU6xT6AL2aKbr/0ids87wP5B+s5CL2O0= +github.com/openstack-k8s-operators/mariadb-operator/api v0.6.1-0.20260503164939-40728ae44d65/go.mod h1:I2LO+wGIzbirVczQ9qo/49y2F5Zo/MEg/pabkXOrY2M= +github.com/openstack-k8s-operators/neutron-operator/api v0.6.1-0.20260427095537-d1f5e517f199 h1:K1Q8fm0VEjqCgTFmMXmh5lMwQ6AQmlGRneglfn9OMqY= +github.com/openstack-k8s-operators/neutron-operator/api v0.6.1-0.20260427095537-d1f5e517f199/go.mod h1:+byFQ1kxLQWwhNaNnTIKPpmCJsZE9rjx6SBGD/71Bq4= +github.com/openstack-k8s-operators/nova-operator/api v0.6.1-0.20260421072856-123b74ba975b h1:h8+J0P2wm9ASaZGPIkP15fcjUfoyUyIKFlKFzf8Z1y0= +github.com/openstack-k8s-operators/nova-operator/api v0.6.1-0.20260421072856-123b74ba975b/go.mod h1:BBdKyLuKyCTwMWShJAWIiZEgSPCKx6AAv/V5XoOIkd4= +github.com/openstack-k8s-operators/octavia-operator/api v0.6.1-0.20260503171136-50dc7e5fc77c h1:6b3UOBPix1kLOpwnqG+yYzOTNGKzPlB8EsnZ6p46KWw= +github.com/openstack-k8s-operators/octavia-operator/api v0.6.1-0.20260503171136-50dc7e5fc77c/go.mod h1:cHFZA0adkpGBHoqJWPZaDcOElHKDSub0LGrJZnqbuQ0= +github.com/openstack-k8s-operators/openstack-baremetal-operator/api v0.6.1-0.20260428063048-b5adaaed7659 h1:8w82E6RbWOdZj26vru7O7Cix7TFNIDYAiFMFCVuLXRI= +github.com/openstack-k8s-operators/openstack-baremetal-operator/api v0.6.1-0.20260428063048-b5adaaed7659/go.mod h1:aFdkGMEhceuEdOLZFIHrD67C87AxnMMv1DeRLSOunu4= +github.com/openstack-k8s-operators/ovn-operator/api v0.6.1-0.20260428063332-55b3554934b5 h1:E8KZkBUK2QzIEksFVxMUg0ETzvAX7uNuEg+2UqmX45I= +github.com/openstack-k8s-operators/ovn-operator/api v0.6.1-0.20260428063332-55b3554934b5/go.mod h1:ODYNTFMUlzvjlqXAh9AGXrzpBNQBAOkWiNQ6UldsqFw= github.com/openstack-k8s-operators/placement-operator/api v0.6.1-0.20260413090520-f18a11875c1d h1:ZvVIq5E/F82tqQckheo3WnL6XywTPc+PiJWyrllkyVo= github.com/openstack-k8s-operators/placement-operator/api v0.6.1-0.20260413090520-f18a11875c1d/go.mod h1:34ka8QoEZ2LFmJv6wO5l9U29f9Kd1vizVzbkzRQnwVA= -github.com/openstack-k8s-operators/swift-operator/api v0.6.1-0.20260418085220-949c802081aa h1:pnzRdcdTy91mxcU93e7xp9gn+pNyWyOdB8w/WlRynvo= -github.com/openstack-k8s-operators/swift-operator/api v0.6.1-0.20260418085220-949c802081aa/go.mod h1:REDdMRGrY7JhGOsrKXt4hNZJAq0f6b3ykVh/Wyy4UXs= -github.com/openstack-k8s-operators/telemetry-operator/api v0.6.1-0.20260420053123-02a691a5b4d4 h1:82WLFtF/6P1VwcVoyfO9vjEdMnkQFpHkVq4I3YY7L28= -github.com/openstack-k8s-operators/telemetry-operator/api v0.6.1-0.20260420053123-02a691a5b4d4/go.mod h1:5PWJhM4FSPNBlA6+ClP6/ZbKQA8zlaL31ryWZIDRtAY= -github.com/openstack-k8s-operators/watcher-operator/api v0.6.1-0.20260414124111-458e17672b3c h1:LnydnAg5YQD6994n0FAv3X7awJXl5b1FQsUeqNFzPws= -github.com/openstack-k8s-operators/watcher-operator/api v0.6.1-0.20260414124111-458e17672b3c/go.mod h1:9ubKnJmL/9HLt6cqbbiv4XTcPrqf5ddfPKTxZi3LD/s= +github.com/openstack-k8s-operators/swift-operator/api v0.6.1-0.20260503155429-de68e1e160ea h1:4rh5tBell5IDYJtm6ZMn5uRBWXNfQVMwQrkoQm8ONmc= +github.com/openstack-k8s-operators/swift-operator/api v0.6.1-0.20260503155429-de68e1e160ea/go.mod h1:spyJHWlTJrme5BJSgf0Iy1OhWUG61Iy3QglUD8w9Ed8= +github.com/openstack-k8s-operators/telemetry-operator/api v0.6.1-0.20260430174810-f0e56413c3c0 h1:BIkLvrMdG6fmXJ+OOazVKiujaP4RIkosf4fICuGAhhY= +github.com/openstack-k8s-operators/telemetry-operator/api v0.6.1-0.20260430174810-f0e56413c3c0/go.mod h1:5PWJhM4FSPNBlA6+ClP6/ZbKQA8zlaL31ryWZIDRtAY= +github.com/openstack-k8s-operators/watcher-operator/api v0.6.1-0.20260428084423-26f6eac1e089 h1:KyEAJQweVb/rbJIu8Vu5ZZDgvMcnuRhwGDa+y8sLA1c= +github.com/openstack-k8s-operators/watcher-operator/api v0.6.1-0.20260428084423-26f6eac1e089/go.mod h1:iE1kDOYq+/IW9IjOQeK19/BkcjzaHxOrV+TmJyqcNd8= 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= @@ -203,8 +203,8 @@ go.uber.org/goleak v1.3.0 h1:2K3zAYmnTNqV73imy9J1T3WC+gmCePx2hEGkimedGto= go.uber.org/goleak v1.3.0/go.mod h1:CoHD4mav9JJNrW/WLlf7HGZPjdw8EucARQHekz1X6bE= go.uber.org/multierr v1.11.0 h1:blXXJkSxSSfBVBlC76pxqeO+LN3aDfLQo+309xJstO0= go.uber.org/multierr v1.11.0/go.mod h1:20+QtiLqy0Nd6FdQB9TLXag12DsQkrbs3htMFfDN80Y= -go.uber.org/zap v1.27.1 h1:08RqriUEv8+ArZRYSTXy1LeBScaMpVSTBhCeaZYfMYc= -go.uber.org/zap v1.27.1/go.mod h1:GB2qFLM7cTU87MWRP2mPIjqfIDnGu+VIO4V/SdhGo2E= +go.uber.org/zap v1.28.0 h1:IZzaP1Fv73/T/pBMLk4VutPl36uNC+OSUh3JLG3FIjo= +go.uber.org/zap v1.28.0/go.mod h1:rDLpOi171uODNm/mxFcuYWxDsqWSAVkFdX4XojSKg/Q= go.yaml.in/yaml/v2 v2.4.2 h1:DzmwEr2rDGHl7lsFgAHxmNz/1NlQ7xLIrlN2h5d1eGI= go.yaml.in/yaml/v2 v2.4.2/go.mod h1:081UH+NErpNdqlCXm3TtEran0rJZGxAYx9hb/ELlsPU= go.yaml.in/yaml/v3 v3.0.4 h1:tfq32ie2Jv2UxXFdLJdh3jXuOzWiL1fo0bu/FbuKpbc= diff --git a/bindata/crds/crds.yaml b/bindata/crds/crds.yaml index 38aed21500..0d3d8bd8e9 100644 --- a/bindata/crds/crds.yaml +++ b/bindata/crds/crds.yaml @@ -5072,6 +5072,75 @@ spec: type: object override: properties: + probes: + properties: + livenessProbes: + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + readinessProbes: + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + startupProbes: + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + type: object service: additionalProperties: properties: @@ -13613,9 +13682,23 @@ spec: type: object ovnLogLevel: default: info + enum: + - "off" + - emer + - err + - warn + - info + - dbg type: string ovsLogLevel: default: info + enum: + - "off" + - emer + - err + - warn + - info + - dbg type: string resources: properties: @@ -13682,6 +13765,13 @@ spec: type: integer logLevel: default: info + enum: + - "off" + - emer + - err + - warn + - info + - dbg type: string metricsEnabled: default: true @@ -13817,6 +13907,13 @@ spec: properties: logLevel: default: info + enum: + - "off" + - emer + - err + - warn + - info + - dbg type: string metricsEnabled: default: true diff --git a/bindata/crds/glance.openstack.org_glanceapis.yaml b/bindata/crds/glance.openstack.org_glanceapis.yaml index a8fcb900d6..704a36fd1a 100644 --- a/bindata/crds/glance.openstack.org_glanceapis.yaml +++ b/bindata/crds/glance.openstack.org_glanceapis.yaml @@ -1266,6 +1266,93 @@ spec: description: Override, provides the ability to override the generated manifest of several child resources. properties: + probes: + description: Override probes and other common fields in the StatefulSet + properties: + livenessProbes: + description: |- + Override configuration for the StatefulSet like Probes and other tunable + fields + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + readinessProbes: + description: |- + ProbeConf - the configuration for liveness and readiness probes + LivenessPath - Endpoint path for the liveness probe + ReadinessPath - Endpoint path for the readiness probe + InitialDelaySeconds - Number of seconds after the container starts before liveness/readiness probes are initiated + TimeoutSeconds - Number of seconds after which the probe times out + PeriodSeconds - How often (in seconds) to perform the probe + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + startupProbes: + description: |- + ProbeConf - the configuration for liveness and readiness probes + LivenessPath - Endpoint path for the liveness probe + ReadinessPath - Endpoint path for the readiness probe + InitialDelaySeconds - Number of seconds after the container starts before liveness/readiness probes are initiated + TimeoutSeconds - Number of seconds after which the probe times out + PeriodSeconds - How often (in seconds) to perform the probe + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + type: object service: additionalProperties: description: |- diff --git a/bindata/crds/glance.openstack.org_glances.yaml b/bindata/crds/glance.openstack.org_glances.yaml index 730a56fb59..835cfaf38c 100644 --- a/bindata/crds/glance.openstack.org_glances.yaml +++ b/bindata/crds/glance.openstack.org_glances.yaml @@ -1290,6 +1290,94 @@ spec: description: Override, provides the ability to override the generated manifest of several child resources. properties: + probes: + description: Override probes and other common fields in + the StatefulSet + properties: + livenessProbes: + description: |- + Override configuration for the StatefulSet like Probes and other tunable + fields + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + readinessProbes: + description: |- + ProbeConf - the configuration for liveness and readiness probes + LivenessPath - Endpoint path for the liveness probe + ReadinessPath - Endpoint path for the readiness probe + InitialDelaySeconds - Number of seconds after the container starts before liveness/readiness probes are initiated + TimeoutSeconds - Number of seconds after which the probe times out + PeriodSeconds - How often (in seconds) to perform the probe + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + startupProbes: + description: |- + ProbeConf - the configuration for liveness and readiness probes + LivenessPath - Endpoint path for the liveness probe + ReadinessPath - Endpoint path for the readiness probe + InitialDelaySeconds - Number of seconds after the container starts before liveness/readiness probes are initiated + TimeoutSeconds - Number of seconds after which the probe times out + PeriodSeconds - How often (in seconds) to perform the probe + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + type: object service: additionalProperties: description: |- diff --git a/bindata/crds/ovn.openstack.org_ovncontrollers.yaml b/bindata/crds/ovn.openstack.org_ovncontrollers.yaml index 9a34138036..8fe402eed0 100644 --- a/bindata/crds/ovn.openstack.org_ovncontrollers.yaml +++ b/bindata/crds/ovn.openstack.org_ovncontrollers.yaml @@ -152,8 +152,15 @@ spec: type: string ovnLogLevel: default: info - description: OVNLogLevel - Set log level off, emer, err, warn, info, + description: OVNLogLevel - Set log level off, emer, err, warn, info or dbg. Default is info. + enum: + - "off" + - emer + - err + - warn + - info + - dbg type: string ovsContainerImage: description: Image used for the ovsdb-server and ovs-vswitchd containers @@ -161,8 +168,15 @@ spec: type: string ovsLogLevel: default: info - description: OVSLogLevel - Set log level off, emer, err, warn, info, + description: OVSLogLevel - Set log level off, emer, err, warn, info or dbg. Default is info. + enum: + - "off" + - emer + - err + - warn + - info + - dbg type: string resources: description: |- diff --git a/bindata/crds/ovn.openstack.org_ovndbclusters.yaml b/bindata/crds/ovn.openstack.org_ovndbclusters.yaml index ad2d4748dc..08d3501a49 100644 --- a/bindata/crds/ovn.openstack.org_ovndbclusters.yaml +++ b/bindata/crds/ovn.openstack.org_ovndbclusters.yaml @@ -78,7 +78,15 @@ spec: type: integer logLevel: default: info - description: LogLevel - Set log level info, dbg, emer etc + description: LogLevel - Set log level off, emer, err, warn, info or + dbg. Default is info. + enum: + - "off" + - emer + - err + - warn + - info + - dbg type: string metricsEnabled: default: true diff --git a/bindata/crds/ovn.openstack.org_ovnnorthds.yaml b/bindata/crds/ovn.openstack.org_ovnnorthds.yaml index 6a5a7264ac..08b3de43e2 100644 --- a/bindata/crds/ovn.openstack.org_ovnnorthds.yaml +++ b/bindata/crds/ovn.openstack.org_ovnnorthds.yaml @@ -58,7 +58,15 @@ spec: type: string logLevel: default: info - description: LogLevel - Set log level info, dbg, emer etc + description: LogLevel - Set log level off, emer, err, warn, info or + dbg. Default is info. + enum: + - "off" + - emer + - err + - warn + - info + - dbg type: string metricsEnabled: default: true diff --git a/config/crd/bases/core.openstack.org_openstackcontrolplanes.yaml b/config/crd/bases/core.openstack.org_openstackcontrolplanes.yaml index 81a216d318..31e2de4a89 100644 --- a/config/crd/bases/core.openstack.org_openstackcontrolplanes.yaml +++ b/config/crd/bases/core.openstack.org_openstackcontrolplanes.yaml @@ -4538,6 +4538,75 @@ spec: type: object override: properties: + probes: + properties: + livenessProbes: + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + readinessProbes: + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + startupProbes: + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + type: object service: additionalProperties: properties: @@ -13079,9 +13148,23 @@ spec: type: object ovnLogLevel: default: info + enum: + - "off" + - emer + - err + - warn + - info + - dbg type: string ovsLogLevel: default: info + enum: + - "off" + - emer + - err + - warn + - info + - dbg type: string resources: properties: @@ -13148,6 +13231,13 @@ spec: type: integer logLevel: default: info + enum: + - "off" + - emer + - err + - warn + - info + - dbg type: string metricsEnabled: default: true @@ -13283,6 +13373,13 @@ spec: properties: logLevel: default: info + enum: + - "off" + - emer + - err + - warn + - info + - dbg type: string metricsEnabled: default: true diff --git a/config/operator/manager_operator_images.yaml b/config/operator/manager_operator_images.yaml index d98666ab03..bf94d00a70 100644 --- a/config/operator/manager_operator_images.yaml +++ b/config/operator/manager_operator_images.yaml @@ -14,44 +14,44 @@ spec: - name: operator env: - name: RELATED_IMAGE_BARBICAN_OPERATOR_MANAGER_IMAGE_URL - value: quay.io/openstack-k8s-operators/barbican-operator@sha256:cc087821d117bd400dd4701776f4dd94a2e159729a94eeef3711e90acd9e1652 + value: quay.io/openstack-k8s-operators/barbican-operator@sha256:1dc5b59e947c16fb0c160e33ec282512cadf69b7630a750facf26094b4d3bb80 - name: RELATED_IMAGE_CINDER_OPERATOR_MANAGER_IMAGE_URL - value: quay.io/openstack-k8s-operators/cinder-operator@sha256:7a2ff35a26f4540cabe5818a86abdd1ce34104560109fc22d228e06cdb3b63ea + value: quay.io/openstack-k8s-operators/cinder-operator@sha256:764e3d54a95441bf3d1f624a93242541633d8dd6048a47e4d0d2a71dd40f1a93 - name: RELATED_IMAGE_DESIGNATE_OPERATOR_MANAGER_IMAGE_URL - value: quay.io/openstack-k8s-operators/designate-operator@sha256:fb71a1f261da5620aa4d7fe5f6e698b5f03c12c0b8982aec5367b00792635cb3 + value: quay.io/openstack-k8s-operators/designate-operator@sha256:db2e5d21d5aefee2b810dd70fa087bb4bbdf3b477e695a7401f3e8b4c04851e9 - name: RELATED_IMAGE_GLANCE_OPERATOR_MANAGER_IMAGE_URL - value: quay.io/openstack-k8s-operators/glance-operator@sha256:c6c51902eae4064427040a648a3172b2a2663ed75ba5fe65bf4f5ea20ff4b983 + value: quay.io/openstack-k8s-operators/glance-operator@sha256:0cc51a5cbcfeb5e2d9dba18e840545077e0e84cb091db8243881007a23b7d520 - name: RELATED_IMAGE_HEAT_OPERATOR_MANAGER_IMAGE_URL - value: quay.io/openstack-k8s-operators/heat-operator@sha256:051fb60096064551502a9e69bb1b54f4303e7941ceb91cebdb12f24aa12bc301 + value: quay.io/openstack-k8s-operators/heat-operator@sha256:597a6cba39ee8f3a939b5435fccac85fda200a23f69a48231ab1fdb2d95823d0 - name: RELATED_IMAGE_HORIZON_OPERATOR_MANAGER_IMAGE_URL - value: quay.io/openstack-k8s-operators/horizon-operator@sha256:705211b1980c1d4c84b284a20b7a6e1662da9912027377e611b682da88dca8ec + value: quay.io/openstack-k8s-operators/horizon-operator@sha256:a4a76861e7421661af9fa02a54161c7eb27aa4c487ab13bb12192db1d64a4fa3 - name: RELATED_IMAGE_INFRA_OPERATOR_MANAGER_IMAGE_URL - value: quay.io/openstack-k8s-operators/infra-operator@sha256:508d7cc33da4e4d1bc03e0b0f03dfb8f5875639e9b18354f8aea1c2110224d08 + value: quay.io/openstack-k8s-operators/infra-operator@sha256:0da2022270b508781271f009befe1050b265447d41a248215371f4079ac3d8a5 - name: RELATED_IMAGE_IRONIC_OPERATOR_MANAGER_IMAGE_URL - value: quay.io/openstack-k8s-operators/ironic-operator@sha256:d32d5dc44157ad38f7df15630a03a6d0429f98360fc7f798a392d33f8fbf1869 + value: quay.io/openstack-k8s-operators/ironic-operator@sha256:a47d953e7c5d4d99fe07ce18314e5725ccac5bdbe26ecfb5688059696a898e70 - name: RELATED_IMAGE_KEYSTONE_OPERATOR_MANAGER_IMAGE_URL - value: quay.io/openstack-k8s-operators/keystone-operator@sha256:dee0da68f43b117f55bcf0d5bf224deba7845cd3058eb7b6f49d757d96829f2b + value: quay.io/openstack-k8s-operators/keystone-operator@sha256:9597ecd9905b0f953a7a80d12d29f8795176adc4b6fae889b513160692aa4562 - name: RELATED_IMAGE_MANILA_OPERATOR_MANAGER_IMAGE_URL - value: quay.io/openstack-k8s-operators/manila-operator@sha256:4a1978fcd77a62c0ee127dfc3c75b5a5273b871aac52c60ad1a0cef46d004acf + value: quay.io/openstack-k8s-operators/manila-operator@sha256:8e5428893eba3689b528ecfcf0ee3a61621a62711dc13b87f8bee0fb16ba98b9 - name: RELATED_IMAGE_MARIADB_OPERATOR_MANAGER_IMAGE_URL - value: quay.io/openstack-k8s-operators/mariadb-operator@sha256:8fc0cdfb302b8e16ff7a990a8a6219877e52ae1a4555440255fd11da830c8fcc + value: quay.io/openstack-k8s-operators/mariadb-operator@sha256:381db08bb44b29398b7d908295ca57d3ae71a73d5840d614bf45e207e72db810 - name: RELATED_IMAGE_NEUTRON_OPERATOR_MANAGER_IMAGE_URL - value: quay.io/openstack-k8s-operators/neutron-operator@sha256:c256f93a5226c9aa0ad094ce8c9c9d1cd06ce05149b36e15863f96c965219e04 + value: quay.io/openstack-k8s-operators/neutron-operator@sha256:544f81b9cfd66de3ebab8a382e857b2a7d8c522148a277a2010ca5a8918e13e5 - name: RELATED_IMAGE_NOVA_OPERATOR_MANAGER_IMAGE_URL - value: quay.io/openstack-k8s-operators/nova-operator@sha256:6fbc3cddca9ccfd70a160f4e2d1e7a3199fd774fd483a3303228245c8fc0e859 + value: quay.io/openstack-k8s-operators/nova-operator@sha256:d837d30127945a40462b62e9bf47e659bfc4ec7bb6690aaf890ab5e1be43d63a - name: RELATED_IMAGE_OCTAVIA_OPERATOR_MANAGER_IMAGE_URL - value: quay.io/openstack-k8s-operators/octavia-operator@sha256:3d89dcb18665d069912ab91c3d5ff5b7466b1def1ef03a9f7a833e3275742dee + value: quay.io/openstack-k8s-operators/octavia-operator@sha256:dc0fb8f7ad417ea569254ae055282faf0e0b562d4f76bb9030cc4049d49dd1aa - name: RELATED_IMAGE_OPENSTACK_BAREMETAL_OPERATOR_MANAGER_IMAGE_URL - value: quay.io/openstack-k8s-operators/openstack-baremetal-operator@sha256:03e1133636014341091acf892ed749f92643dabe4bfbc40c6b23ffc323581f02 + value: quay.io/openstack-k8s-operators/openstack-baremetal-operator@sha256:14de33cc802bcb31c0d3e7ae1765de7804a870ea96726cacd36d22e7faf0781b - name: RELATED_IMAGE_OVN_OPERATOR_MANAGER_IMAGE_URL - value: quay.io/openstack-k8s-operators/ovn-operator@sha256:9772d4018805275576f53367592d0cc1416bb4430594450a71d95ad936b8220b + value: quay.io/openstack-k8s-operators/ovn-operator@sha256:6c090a31ce39e3ccbae9b2d20b9271bda02a420eb2985a5ca7536a1a09667f2b - name: RELATED_IMAGE_PLACEMENT_OPERATOR_MANAGER_IMAGE_URL value: quay.io/openstack-k8s-operators/placement-operator@sha256:ca04fe7352ca3d6eaed5842f84c0efaa160403649d5bd6281d9b4ff7b315b6ec - name: RELATED_IMAGE_SWIFT_OPERATOR_MANAGER_IMAGE_URL - value: quay.io/openstack-k8s-operators/swift-operator@sha256:2e9e2417f81f4ff9d270a79cb03d1febb2741cd935e34d846fb9e2751ffffb87 + value: quay.io/openstack-k8s-operators/swift-operator@sha256:43c80beaaae4461e6ba81ab95cd5b3758f30497e95e941c039c3add6df7e5fbf - name: RELATED_IMAGE_TELEMETRY_OPERATOR_MANAGER_IMAGE_URL - value: quay.io/openstack-k8s-operators/telemetry-operator@sha256:281bc644d91aa53e716bcf0252e71b1c6f87b4937c2d1b661f3eee40539bb8a4 + value: quay.io/openstack-k8s-operators/telemetry-operator@sha256:cd08e99594edd23412888af7df736a1162df9a4622241bab2b3f7c54bd7ed659 - name: RELATED_IMAGE_TEST_OPERATOR_MANAGER_IMAGE_URL - value: quay.io/openstack-k8s-operators/test-operator@sha256:c85b39f2ac267b373b84dda5cfd88304eba5b5a8481045fe36f864a0b2c152fe + value: quay.io/openstack-k8s-operators/test-operator@sha256:2e7ff2b142b3ce81461cd33308687fec20ea560174b807e5ba4141892637ef2d - name: RELATED_IMAGE_WATCHER_OPERATOR_MANAGER_IMAGE_URL - value: quay.io/openstack-k8s-operators/watcher-operator@sha256:05dfc4e923d6a67418b3bb93f462c75d0d915b9eff8251ccc56b0f6b6d783ab8 + value: quay.io/openstack-k8s-operators/watcher-operator@sha256:957f63187188ca32ec8b985772070937f9ac78025b0bfa655b6fcd54282e30b3 diff --git a/go.mod b/go.mod index 1a8eea409c..634404c260 100644 --- a/go.mod +++ b/go.mod @@ -10,38 +10,38 @@ require ( github.com/iancoleman/strcase v0.3.0 github.com/k8snetworkplumbingwg/network-attachment-definition-client v1.7.7 github.com/onsi/ginkgo/v2 v2.28.2 - github.com/onsi/gomega v1.39.1 + github.com/onsi/gomega v1.40.0 github.com/openshift/api v3.9.0+incompatible - github.com/openstack-k8s-operators/barbican-operator/api v0.6.1-0.20260420052305-96c3a8196933 - github.com/openstack-k8s-operators/cinder-operator/api v0.6.1-0.20260418071314-55ff2fc10b0c - github.com/openstack-k8s-operators/designate-operator/api v0.6.1-0.20260418051458-40035e96e631 - github.com/openstack-k8s-operators/glance-operator/api v0.6.1-0.20260418071313-4af756ba3dac - github.com/openstack-k8s-operators/heat-operator/api v0.6.1-0.20260420052550-a562e0ee16fd - github.com/openstack-k8s-operators/horizon-operator/api v0.6.1-0.20260418053129-fb096ad89dce - github.com/openstack-k8s-operators/infra-operator/apis v0.6.1-0.20260416122644-5476763a36b6 - github.com/openstack-k8s-operators/ironic-operator/api v0.6.1-0.20260420052552-1ba026c533d6 - github.com/openstack-k8s-operators/keystone-operator/api v0.6.1-0.20260420052838-77f94aef5af2 - github.com/openstack-k8s-operators/lib-common/modules/ansible v0.6.1-0.20260417092244-81c71b39e981 - github.com/openstack-k8s-operators/lib-common/modules/certmanager v0.6.1-0.20260417092244-81c71b39e981 - github.com/openstack-k8s-operators/lib-common/modules/common v0.6.1-0.20260417092244-81c71b39e981 - github.com/openstack-k8s-operators/lib-common/modules/storage v0.6.1-0.20260417092244-81c71b39e981 - github.com/openstack-k8s-operators/lib-common/modules/test v0.6.1-0.20260417092244-81c71b39e981 - github.com/openstack-k8s-operators/manila-operator/api v0.6.1-0.20260420052836-ac1a4d8a769e - github.com/openstack-k8s-operators/mariadb-operator/api v0.6.1-0.20260413152655-564a51226a2a - github.com/openstack-k8s-operators/neutron-operator/api v0.6.1-0.20260420052839-b9314e4e03a3 - github.com/openstack-k8s-operators/nova-operator/api v0.6.1-0.20260413153813-b59b2a226c10 - github.com/openstack-k8s-operators/octavia-operator/api v0.6.1-0.20260413082059-d107b5bac378 - github.com/openstack-k8s-operators/openstack-baremetal-operator/api v0.6.1-0.20260413094947-83f411fa655c + github.com/openstack-k8s-operators/barbican-operator/api v0.6.1-0.20260503170320-6895f6339b76 + github.com/openstack-k8s-operators/cinder-operator/api v0.6.1-0.20260504115411-3b987eb43ffd + github.com/openstack-k8s-operators/designate-operator/api v0.6.1-0.20260503154330-45eb176c3fd3 + github.com/openstack-k8s-operators/glance-operator/api v0.6.1-0.20260504060308-4e1dada89499 + github.com/openstack-k8s-operators/heat-operator/api v0.6.1-0.20260428063332-32d27fe544a9 + github.com/openstack-k8s-operators/horizon-operator/api v0.6.1-0.20260503153504-c1032481b862 + github.com/openstack-k8s-operators/infra-operator/apis v0.6.1-0.20260429072348-e2e8eaa49a92 + github.com/openstack-k8s-operators/ironic-operator/api v0.6.1-0.20260503234301-f0b0f080be71 + github.com/openstack-k8s-operators/keystone-operator/api v0.6.1-0.20260503154330-787871fc5c4d + github.com/openstack-k8s-operators/lib-common/modules/ansible v0.6.1-0.20260503101140-af27f8cbef5e + github.com/openstack-k8s-operators/lib-common/modules/certmanager v0.6.1-0.20260503101140-af27f8cbef5e + github.com/openstack-k8s-operators/lib-common/modules/common v0.6.1-0.20260503101140-af27f8cbef5e + github.com/openstack-k8s-operators/lib-common/modules/storage v0.6.1-0.20260503101140-af27f8cbef5e + github.com/openstack-k8s-operators/lib-common/modules/test v0.6.1-0.20260503101140-af27f8cbef5e + github.com/openstack-k8s-operators/manila-operator/api v0.6.1-0.20260504095400-e5daeb76fd02 + github.com/openstack-k8s-operators/mariadb-operator/api v0.6.1-0.20260503164939-40728ae44d65 + github.com/openstack-k8s-operators/neutron-operator/api v0.6.1-0.20260427095537-d1f5e517f199 + github.com/openstack-k8s-operators/nova-operator/api v0.6.1-0.20260421072856-123b74ba975b + github.com/openstack-k8s-operators/octavia-operator/api v0.6.1-0.20260503171136-50dc7e5fc77c + github.com/openstack-k8s-operators/openstack-baremetal-operator/api v0.6.1-0.20260428063048-b5adaaed7659 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.20260420053123-cf0908d8cf39 + github.com/openstack-k8s-operators/ovn-operator/api v0.6.1-0.20260428063332-55b3554934b5 github.com/openstack-k8s-operators/placement-operator/api v0.6.1-0.20260413090520-f18a11875c1d - github.com/openstack-k8s-operators/swift-operator/api v0.6.1-0.20260418085220-949c802081aa - github.com/openstack-k8s-operators/telemetry-operator/api v0.6.1-0.20260420053123-02a691a5b4d4 - github.com/openstack-k8s-operators/test-operator/api v0.6.1-0.20260416110435-a3f78e737417 - github.com/openstack-k8s-operators/watcher-operator/api v0.6.1-0.20260414124111-458e17672b3c + github.com/openstack-k8s-operators/swift-operator/api v0.6.1-0.20260503155429-de68e1e160ea + github.com/openstack-k8s-operators/telemetry-operator/api v0.6.1-0.20260430174810-f0e56413c3c0 + github.com/openstack-k8s-operators/test-operator/api v0.6.1-0.20260428130236-ec6fe35fb77a + github.com/openstack-k8s-operators/watcher-operator/api v0.6.1-0.20260428084423-26f6eac1e089 github.com/pkg/errors v0.9.1 github.com/stretchr/testify v1.11.1 - go.uber.org/zap v1.27.1 + go.uber.org/zap v1.28.0 gopkg.in/yaml.v3 v3.0.1 k8s.io/api v0.31.14 k8s.io/apiextensions-apiserver v0.33.2 @@ -95,7 +95,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.20260417092244-81c71b39e981 // indirect + github.com/openstack-k8s-operators/lib-common/modules/openstack v0.6.1-0.20260430090237-a4265c18a162 // 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 1447b6c45e..e6ccf0e4f3 100644 --- a/go.sum +++ b/go.sum @@ -134,64 +134,64 @@ github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 h1:C3w9PqII01/Oq github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ= github.com/onsi/ginkgo/v2 v2.28.2 h1:DTrMfpqxiNUyQ3Y0zhn1n3cOO2euFgQPYIpkWwxVFps= github.com/onsi/ginkgo/v2 v2.28.2/go.mod h1:CLtbVInNckU3/+gC8LzkGUb9oF+e8W8TdUsxPwvdOgE= -github.com/onsi/gomega v1.39.1 h1:1IJLAad4zjPn2PsnhH70V4DKRFlrCzGBNrNaru+Vf28= -github.com/onsi/gomega v1.39.1/go.mod h1:hL6yVALoTOxeWudERyfppUcZXjMwIMLnuSfruD2lcfg= +github.com/onsi/gomega v1.40.0 h1:Vtol0e1MghCD2ZVIilPDIg44XSL9l2QAn8ZNaljWcJc= +github.com/onsi/gomega v1.40.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.20260420052305-96c3a8196933 h1:Ks/OYlX2ipYy1XjAezm1955VkmwXoi+fAZlL0X0NDwM= -github.com/openstack-k8s-operators/barbican-operator/api v0.6.1-0.20260420052305-96c3a8196933/go.mod h1:GlhOX7fRcMXxNrRsxPcJOSWd8zvL3/Aitkjr7VWqP68= -github.com/openstack-k8s-operators/cinder-operator/api v0.6.1-0.20260418071314-55ff2fc10b0c h1:ID5FHF6qRqtiRyPtLvRbAYDPs3cDfE+jzElj1yuxCUk= -github.com/openstack-k8s-operators/cinder-operator/api v0.6.1-0.20260418071314-55ff2fc10b0c/go.mod h1:Jc3ZlAc3K1jWPcs9LChGtm0wEB2C2Uiescl63Z8CRAc= -github.com/openstack-k8s-operators/designate-operator/api v0.6.1-0.20260418051458-40035e96e631 h1:1sVW8CssuWlvjqcgcreKNfUesNIq/w5HqBWJ1gRZ5GA= -github.com/openstack-k8s-operators/designate-operator/api v0.6.1-0.20260418051458-40035e96e631/go.mod h1:hbnEtksRUDnwO6taj16Mny9exJQ/W89pSDZ8g8bFH5Q= -github.com/openstack-k8s-operators/glance-operator/api v0.6.1-0.20260418071313-4af756ba3dac h1:BfH8D+SaB/h9fQazX4SaurHLm4IfqHzB19K3+osmOgE= -github.com/openstack-k8s-operators/glance-operator/api v0.6.1-0.20260418071313-4af756ba3dac/go.mod h1:s2zNb7EGQoJXpuifWYeioTIEqjAL8hCR39tRbqxBnPU= -github.com/openstack-k8s-operators/heat-operator/api v0.6.1-0.20260420052550-a562e0ee16fd h1:qaM7SSTbdGbyb19CabSrniwnhnFpiRTkKipirpYTc+A= -github.com/openstack-k8s-operators/heat-operator/api v0.6.1-0.20260420052550-a562e0ee16fd/go.mod h1:aA+YEZ3UJCQvJB2X3qOliGVB7EXdImfJ0qV2jUG/L0E= -github.com/openstack-k8s-operators/horizon-operator/api v0.6.1-0.20260418053129-fb096ad89dce h1:4nqAqtmfoN3VoWtFhHj65iZhi40KNp254/trUuoTD0M= -github.com/openstack-k8s-operators/horizon-operator/api v0.6.1-0.20260418053129-fb096ad89dce/go.mod h1:ZMH+2206hZgGFjEhC+hhPvU+v6haNaeh5FR1mHylfqw= -github.com/openstack-k8s-operators/infra-operator/apis v0.6.1-0.20260416122644-5476763a36b6 h1:117Gu9HCSu2tAp579WnCJ9QtnslH2qnPB8UFvn8ZpqE= -github.com/openstack-k8s-operators/infra-operator/apis v0.6.1-0.20260416122644-5476763a36b6/go.mod h1:i7l8cihvFktd/LSuyvL2z6OcwauarQGoVhDMePL4VyI= -github.com/openstack-k8s-operators/ironic-operator/api v0.6.1-0.20260420052552-1ba026c533d6 h1:thGt9sbYC1L9/UvkeYQQbWGxeiNeaXVckB/0QuBkN78= -github.com/openstack-k8s-operators/ironic-operator/api v0.6.1-0.20260420052552-1ba026c533d6/go.mod h1:pnFZOetSrSoCdyMyTOUTfsFTdwtGwNFKtaPNNZtyHuw= -github.com/openstack-k8s-operators/keystone-operator/api v0.6.1-0.20260420052838-77f94aef5af2 h1:h7pTz90cHqX6nTYjYDphuitIfD4UpM9yGnI3AbLdHrY= -github.com/openstack-k8s-operators/keystone-operator/api v0.6.1-0.20260420052838-77f94aef5af2/go.mod h1:SpO4CL7c5/1HG+61fP6kWhL2+3aqR+5SNatdZueKrz8= -github.com/openstack-k8s-operators/lib-common/modules/ansible v0.6.1-0.20260417092244-81c71b39e981 h1:3aS6IFc8SHDf/tso8FKONOnhampZ3hV0ic0NH2FYmio= -github.com/openstack-k8s-operators/lib-common/modules/ansible v0.6.1-0.20260417092244-81c71b39e981/go.mod h1:tXxVkkk8HlATwTmDA5RTP3b+c8apfuMM15mZ2wW5iNs= -github.com/openstack-k8s-operators/lib-common/modules/certmanager v0.6.1-0.20260417092244-81c71b39e981 h1:G0YU5B6AhXDy/46urlNjz6tMXmHGDdoslgucTIN3F30= -github.com/openstack-k8s-operators/lib-common/modules/certmanager v0.6.1-0.20260417092244-81c71b39e981/go.mod h1:GzD7Jc5o98ptJ97DSjhC0CQ6OiTP0PB/2qJqxYGcOH8= -github.com/openstack-k8s-operators/lib-common/modules/common v0.6.1-0.20260417092244-81c71b39e981 h1:v1viH0gmNb+AXMg/0GxDcj8VUTdjVLotfOIGrNyMxHk= -github.com/openstack-k8s-operators/lib-common/modules/common v0.6.1-0.20260417092244-81c71b39e981/go.mod h1:I/VBXZLdjk8DUGsEbB+Ha72JBFYYntP7Pm2FpEto9K8= -github.com/openstack-k8s-operators/lib-common/modules/openstack v0.6.1-0.20260417092244-81c71b39e981 h1:jN3Kvt+RYUTaL9EXeeeIqRXVjqeNF74SuLTDXmi4X2Y= -github.com/openstack-k8s-operators/lib-common/modules/openstack v0.6.1-0.20260417092244-81c71b39e981/go.mod h1:7yqbVpg0k0vW+kZks+TMU/cd1ovoejyHfVPWcyGYLHI= -github.com/openstack-k8s-operators/lib-common/modules/storage v0.6.1-0.20260417092244-81c71b39e981 h1:X3/Gc+i0ZxaROExrpLXonz9EPhftlubFnOK4aSkRLvo= -github.com/openstack-k8s-operators/lib-common/modules/storage v0.6.1-0.20260417092244-81c71b39e981/go.mod h1:3loLaPUDQyvbPekylZd9OCLF+EXH2klRI9IeeQhuMcs= -github.com/openstack-k8s-operators/lib-common/modules/test v0.6.1-0.20260417092244-81c71b39e981 h1:KAQ8T+Ri3JWgsyK1D6QybScMh6fpkYUUA+0ntnOiAl4= -github.com/openstack-k8s-operators/lib-common/modules/test v0.6.1-0.20260417092244-81c71b39e981/go.mod h1:dEjz8zHRIlP3vnMmWdHytlLeSZ6BHcIiSTPM7xTQxFg= -github.com/openstack-k8s-operators/manila-operator/api v0.6.1-0.20260420052836-ac1a4d8a769e h1:bymDbHC6lMbZUbg3dJi5ajS+i4/z5Q77r2nuz4VpBfc= -github.com/openstack-k8s-operators/manila-operator/api v0.6.1-0.20260420052836-ac1a4d8a769e/go.mod h1:aKKbe1AraYGWby2tLTT0sBB4iFH5ZnrZ/uzhf7RwzLs= -github.com/openstack-k8s-operators/mariadb-operator/api v0.6.1-0.20260413152655-564a51226a2a h1:1VRHhhCE8U0+Q6jPNppxcklIVfK7gZ2Js9VaLpPR7sw= -github.com/openstack-k8s-operators/mariadb-operator/api v0.6.1-0.20260413152655-564a51226a2a/go.mod h1:g/xgMnzNHxdTkqnEgAKwVOv75uPN4nuApbkGqSvASvs= -github.com/openstack-k8s-operators/neutron-operator/api v0.6.1-0.20260420052839-b9314e4e03a3 h1:XyJrYBPiLCyUysII5RtHKjTekxrL3wxPEBlSvo0SKOQ= -github.com/openstack-k8s-operators/neutron-operator/api v0.6.1-0.20260420052839-b9314e4e03a3/go.mod h1:5jWDZDariGwym2q926i/VtR16dgNAvY4mTM/UekciKw= -github.com/openstack-k8s-operators/nova-operator/api v0.6.1-0.20260413153813-b59b2a226c10 h1:6DQAN11CMaStZezMumXgayPpJQVGfsWxn04xPsOsHaM= -github.com/openstack-k8s-operators/nova-operator/api v0.6.1-0.20260413153813-b59b2a226c10/go.mod h1:ZQpGqN3AszLv7OoySPuCFyrNkuOEi1lPTymhbd1gOrc= -github.com/openstack-k8s-operators/octavia-operator/api v0.6.1-0.20260413082059-d107b5bac378 h1:h72lnvPcecgJqOindL68zIZmcJY6xM0EjY5FYe5Z7Qw= -github.com/openstack-k8s-operators/octavia-operator/api v0.6.1-0.20260413082059-d107b5bac378/go.mod h1:XO02J/MSp7f+HMyoT5xImUvTtDvDY4SgG2mi+nwdTMY= -github.com/openstack-k8s-operators/openstack-baremetal-operator/api v0.6.1-0.20260413094947-83f411fa655c h1:77hLym7nButLmaRm2aKozn0kW2WmrAaaYpx/HWHlUzc= -github.com/openstack-k8s-operators/openstack-baremetal-operator/api v0.6.1-0.20260413094947-83f411fa655c/go.mod h1:WKiIsGtY1q6VbpSa8QmOY3rYFpI061hwqYVFnAFfiFI= -github.com/openstack-k8s-operators/ovn-operator/api v0.6.1-0.20260420053123-cf0908d8cf39 h1:PQ025L6DttCoxwHqLTpw0v0W9VEXrCqYLfGDnR04GyI= -github.com/openstack-k8s-operators/ovn-operator/api v0.6.1-0.20260420053123-cf0908d8cf39/go.mod h1:ODYNTFMUlzvjlqXAh9AGXrzpBNQBAOkWiNQ6UldsqFw= +github.com/openstack-k8s-operators/barbican-operator/api v0.6.1-0.20260503170320-6895f6339b76 h1:qOJhsJnTtW4imbIAocVAwtlutqAmRo1l/ZNE5GnOBao= +github.com/openstack-k8s-operators/barbican-operator/api v0.6.1-0.20260503170320-6895f6339b76/go.mod h1:x0nc4/OaDboc+ANQ7ahb8jFdZ15mBRgRBXG0SLNa20o= +github.com/openstack-k8s-operators/cinder-operator/api v0.6.1-0.20260504115411-3b987eb43ffd h1:TsXxt8oCRVDZ4G2LMqru6ImKccUcXlFA+KqvnVLj1Yk= +github.com/openstack-k8s-operators/cinder-operator/api v0.6.1-0.20260504115411-3b987eb43ffd/go.mod h1:39+7+5Db0HNYxlmz+HuMeRVAqJchmChZvADtYMIiezI= +github.com/openstack-k8s-operators/designate-operator/api v0.6.1-0.20260503154330-45eb176c3fd3 h1:iDI3dzUuMbqzQXhq7jSZXP24TY7rcgGK6ZrbMjM+8PI= +github.com/openstack-k8s-operators/designate-operator/api v0.6.1-0.20260503154330-45eb176c3fd3/go.mod h1:FMFFY4p3ieus1jXPmQaa5OmSLgtMFRrhKWpMVGAHFac= +github.com/openstack-k8s-operators/glance-operator/api v0.6.1-0.20260504060308-4e1dada89499 h1:nJGVlBzamAMvGNpmyxTmecJ0J2UayBitGGTwEBhkheQ= +github.com/openstack-k8s-operators/glance-operator/api v0.6.1-0.20260504060308-4e1dada89499/go.mod h1:yvXVlvlN2oPKmyvRKycpdsaOLqexelrXQP+hWiDFA8o= +github.com/openstack-k8s-operators/heat-operator/api v0.6.1-0.20260428063332-32d27fe544a9 h1:DpUqWKiI65YNSDknN/uHO0Yl90DdS7omfrdszZHA1Pw= +github.com/openstack-k8s-operators/heat-operator/api v0.6.1-0.20260428063332-32d27fe544a9/go.mod h1:QV5Oj54Ewg3pRycVeW9LLKl/NZJzHomhiL1lFRvf0dk= +github.com/openstack-k8s-operators/horizon-operator/api v0.6.1-0.20260503153504-c1032481b862 h1:c7PDblDP9oi9EFOF5/aJaPjmr+1kyssWZ94/sF7uHHg= +github.com/openstack-k8s-operators/horizon-operator/api v0.6.1-0.20260503153504-c1032481b862/go.mod h1:5K4h6IBlyVK6LWK4O2cagSfmR8joUumGf8ww+9XGbxw= +github.com/openstack-k8s-operators/infra-operator/apis v0.6.1-0.20260429072348-e2e8eaa49a92 h1:/xZ+mtizRRxDmL2eMlnBBFT5b2Yr2Pxi5I5W23BppBY= +github.com/openstack-k8s-operators/infra-operator/apis v0.6.1-0.20260429072348-e2e8eaa49a92/go.mod h1:Z2Wawr4ua5ORCFEjMGs8i8ijbPY0MS1mg8PVVR7q4NA= +github.com/openstack-k8s-operators/ironic-operator/api v0.6.1-0.20260503234301-f0b0f080be71 h1:nJ7kin75MdV7NMj21BQGndJJ2dLwTEqDUeZmfTp/oco= +github.com/openstack-k8s-operators/ironic-operator/api v0.6.1-0.20260503234301-f0b0f080be71/go.mod h1:/kl9A8zRO3zctu9APlnJlsbbWqxWQQeyYrVclQuyI40= +github.com/openstack-k8s-operators/keystone-operator/api v0.6.1-0.20260503154330-787871fc5c4d h1:3OuSwhVZYSqs1pgthyDJP+CTXieehqekb/QjEiLhBYs= +github.com/openstack-k8s-operators/keystone-operator/api v0.6.1-0.20260503154330-787871fc5c4d/go.mod h1:4ryvbSYuoN522BIPijnm0wMemPgJVKf7jCv8BNDq46I= +github.com/openstack-k8s-operators/lib-common/modules/ansible v0.6.1-0.20260503101140-af27f8cbef5e h1:fXHgYca7nu4tamhv1/gHgFFlsi/wh7vypmwdrB7WknA= +github.com/openstack-k8s-operators/lib-common/modules/ansible v0.6.1-0.20260503101140-af27f8cbef5e/go.mod h1:tXxVkkk8HlATwTmDA5RTP3b+c8apfuMM15mZ2wW5iNs= +github.com/openstack-k8s-operators/lib-common/modules/certmanager v0.6.1-0.20260503101140-af27f8cbef5e h1:JdycYrS+euAU78DU2dCg4rI3PHMSApb+xnslQFPMoNI= +github.com/openstack-k8s-operators/lib-common/modules/certmanager v0.6.1-0.20260503101140-af27f8cbef5e/go.mod h1:+0PCJgchLUfBcZM3pebsN0pN+d5a22NiC2vy2cpGfRs= +github.com/openstack-k8s-operators/lib-common/modules/common v0.6.1-0.20260503101140-af27f8cbef5e h1:pAVX75f7SMEm9TvH3mttWXVx3hrZNRgj3ZQLzYTqpvs= +github.com/openstack-k8s-operators/lib-common/modules/common v0.6.1-0.20260503101140-af27f8cbef5e/go.mod h1:aIuG6lx3aS0vnXweRNdR/Q0SlfOsLIo0OzrqKK7C6xs= +github.com/openstack-k8s-operators/lib-common/modules/openstack v0.6.1-0.20260430090237-a4265c18a162 h1:kUfZlcl+EbUBEWe6EGLXjzlUeYj7xZ21QsPA5jMJlwE= +github.com/openstack-k8s-operators/lib-common/modules/openstack v0.6.1-0.20260430090237-a4265c18a162/go.mod h1:7yqbVpg0k0vW+kZks+TMU/cd1ovoejyHfVPWcyGYLHI= +github.com/openstack-k8s-operators/lib-common/modules/storage v0.6.1-0.20260503101140-af27f8cbef5e h1:B+IuFo4CQn7NtM5fchFwZ1CPH45iP7QQjIdZiN5wlsw= +github.com/openstack-k8s-operators/lib-common/modules/storage v0.6.1-0.20260503101140-af27f8cbef5e/go.mod h1:tft3oDiN+v6wX3ILPXGUM/gCLJz6QtrPN63hxpJ3E24= +github.com/openstack-k8s-operators/lib-common/modules/test v0.6.1-0.20260503101140-af27f8cbef5e h1:5wDjaA7ZLl6xMBgMwcPh5HuZr2EqCYOpRZ+udEPZu0c= +github.com/openstack-k8s-operators/lib-common/modules/test v0.6.1-0.20260503101140-af27f8cbef5e/go.mod h1:ZYG9CQe7cOePOKQbenEZFA28kPdkUOe9QKbDRwGhEV0= +github.com/openstack-k8s-operators/manila-operator/api v0.6.1-0.20260504095400-e5daeb76fd02 h1:Y+Zchx0weftUYdznFgdXJOQqsWcZymcDFF4HUwpwS8s= +github.com/openstack-k8s-operators/manila-operator/api v0.6.1-0.20260504095400-e5daeb76fd02/go.mod h1:XJ3PpxU9GVzXrtLinTxwTtUEBzBXf5xl/UMPGumul64= +github.com/openstack-k8s-operators/mariadb-operator/api v0.6.1-0.20260503164939-40728ae44d65 h1:MNjmU326MKwYU6xT6AL2aKbr/0ids87wP5B+s5CL2O0= +github.com/openstack-k8s-operators/mariadb-operator/api v0.6.1-0.20260503164939-40728ae44d65/go.mod h1:I2LO+wGIzbirVczQ9qo/49y2F5Zo/MEg/pabkXOrY2M= +github.com/openstack-k8s-operators/neutron-operator/api v0.6.1-0.20260427095537-d1f5e517f199 h1:K1Q8fm0VEjqCgTFmMXmh5lMwQ6AQmlGRneglfn9OMqY= +github.com/openstack-k8s-operators/neutron-operator/api v0.6.1-0.20260427095537-d1f5e517f199/go.mod h1:+byFQ1kxLQWwhNaNnTIKPpmCJsZE9rjx6SBGD/71Bq4= +github.com/openstack-k8s-operators/nova-operator/api v0.6.1-0.20260421072856-123b74ba975b h1:h8+J0P2wm9ASaZGPIkP15fcjUfoyUyIKFlKFzf8Z1y0= +github.com/openstack-k8s-operators/nova-operator/api v0.6.1-0.20260421072856-123b74ba975b/go.mod h1:BBdKyLuKyCTwMWShJAWIiZEgSPCKx6AAv/V5XoOIkd4= +github.com/openstack-k8s-operators/octavia-operator/api v0.6.1-0.20260503171136-50dc7e5fc77c h1:6b3UOBPix1kLOpwnqG+yYzOTNGKzPlB8EsnZ6p46KWw= +github.com/openstack-k8s-operators/octavia-operator/api v0.6.1-0.20260503171136-50dc7e5fc77c/go.mod h1:cHFZA0adkpGBHoqJWPZaDcOElHKDSub0LGrJZnqbuQ0= +github.com/openstack-k8s-operators/openstack-baremetal-operator/api v0.6.1-0.20260428063048-b5adaaed7659 h1:8w82E6RbWOdZj26vru7O7Cix7TFNIDYAiFMFCVuLXRI= +github.com/openstack-k8s-operators/openstack-baremetal-operator/api v0.6.1-0.20260428063048-b5adaaed7659/go.mod h1:aFdkGMEhceuEdOLZFIHrD67C87AxnMMv1DeRLSOunu4= +github.com/openstack-k8s-operators/ovn-operator/api v0.6.1-0.20260428063332-55b3554934b5 h1:E8KZkBUK2QzIEksFVxMUg0ETzvAX7uNuEg+2UqmX45I= +github.com/openstack-k8s-operators/ovn-operator/api v0.6.1-0.20260428063332-55b3554934b5/go.mod h1:ODYNTFMUlzvjlqXAh9AGXrzpBNQBAOkWiNQ6UldsqFw= github.com/openstack-k8s-operators/placement-operator/api v0.6.1-0.20260413090520-f18a11875c1d h1:ZvVIq5E/F82tqQckheo3WnL6XywTPc+PiJWyrllkyVo= github.com/openstack-k8s-operators/placement-operator/api v0.6.1-0.20260413090520-f18a11875c1d/go.mod h1:34ka8QoEZ2LFmJv6wO5l9U29f9Kd1vizVzbkzRQnwVA= -github.com/openstack-k8s-operators/swift-operator/api v0.6.1-0.20260418085220-949c802081aa h1:pnzRdcdTy91mxcU93e7xp9gn+pNyWyOdB8w/WlRynvo= -github.com/openstack-k8s-operators/swift-operator/api v0.6.1-0.20260418085220-949c802081aa/go.mod h1:REDdMRGrY7JhGOsrKXt4hNZJAq0f6b3ykVh/Wyy4UXs= -github.com/openstack-k8s-operators/telemetry-operator/api v0.6.1-0.20260420053123-02a691a5b4d4 h1:82WLFtF/6P1VwcVoyfO9vjEdMnkQFpHkVq4I3YY7L28= -github.com/openstack-k8s-operators/telemetry-operator/api v0.6.1-0.20260420053123-02a691a5b4d4/go.mod h1:5PWJhM4FSPNBlA6+ClP6/ZbKQA8zlaL31ryWZIDRtAY= -github.com/openstack-k8s-operators/test-operator/api v0.6.1-0.20260416110435-a3f78e737417 h1:lFm9HeKjWNk7Lom+mpO+XdzDiqd/negACtEbo6DHlHg= -github.com/openstack-k8s-operators/test-operator/api v0.6.1-0.20260416110435-a3f78e737417/go.mod h1:spi9J+G46BuuiPJiBqp1IL8DCh93lfiXZlvcRbPzTwo= -github.com/openstack-k8s-operators/watcher-operator/api v0.6.1-0.20260414124111-458e17672b3c h1:LnydnAg5YQD6994n0FAv3X7awJXl5b1FQsUeqNFzPws= -github.com/openstack-k8s-operators/watcher-operator/api v0.6.1-0.20260414124111-458e17672b3c/go.mod h1:9ubKnJmL/9HLt6cqbbiv4XTcPrqf5ddfPKTxZi3LD/s= +github.com/openstack-k8s-operators/swift-operator/api v0.6.1-0.20260503155429-de68e1e160ea h1:4rh5tBell5IDYJtm6ZMn5uRBWXNfQVMwQrkoQm8ONmc= +github.com/openstack-k8s-operators/swift-operator/api v0.6.1-0.20260503155429-de68e1e160ea/go.mod h1:spyJHWlTJrme5BJSgf0Iy1OhWUG61Iy3QglUD8w9Ed8= +github.com/openstack-k8s-operators/telemetry-operator/api v0.6.1-0.20260430174810-f0e56413c3c0 h1:BIkLvrMdG6fmXJ+OOazVKiujaP4RIkosf4fICuGAhhY= +github.com/openstack-k8s-operators/telemetry-operator/api v0.6.1-0.20260430174810-f0e56413c3c0/go.mod h1:5PWJhM4FSPNBlA6+ClP6/ZbKQA8zlaL31ryWZIDRtAY= +github.com/openstack-k8s-operators/test-operator/api v0.6.1-0.20260428130236-ec6fe35fb77a h1:8jf3Dpj5MuzQA2yXHHQg17vr5uT7Vz7vWBt1SmJCA5Q= +github.com/openstack-k8s-operators/test-operator/api v0.6.1-0.20260428130236-ec6fe35fb77a/go.mod h1:wmn29aFmzEfaIdNJmn2zq3YypsXMHeRXg0Sk0X1RTXY= +github.com/openstack-k8s-operators/watcher-operator/api v0.6.1-0.20260428084423-26f6eac1e089 h1:KyEAJQweVb/rbJIu8Vu5ZZDgvMcnuRhwGDa+y8sLA1c= +github.com/openstack-k8s-operators/watcher-operator/api v0.6.1-0.20260428084423-26f6eac1e089/go.mod h1:iE1kDOYq+/IW9IjOQeK19/BkcjzaHxOrV+TmJyqcNd8= 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= @@ -266,8 +266,8 @@ go.uber.org/goleak v1.3.0 h1:2K3zAYmnTNqV73imy9J1T3WC+gmCePx2hEGkimedGto= go.uber.org/goleak v1.3.0/go.mod h1:CoHD4mav9JJNrW/WLlf7HGZPjdw8EucARQHekz1X6bE= go.uber.org/multierr v1.11.0 h1:blXXJkSxSSfBVBlC76pxqeO+LN3aDfLQo+309xJstO0= go.uber.org/multierr v1.11.0/go.mod h1:20+QtiLqy0Nd6FdQB9TLXag12DsQkrbs3htMFfDN80Y= -go.uber.org/zap v1.27.1 h1:08RqriUEv8+ArZRYSTXy1LeBScaMpVSTBhCeaZYfMYc= -go.uber.org/zap v1.27.1/go.mod h1:GB2qFLM7cTU87MWRP2mPIjqfIDnGu+VIO4V/SdhGo2E= +go.uber.org/zap v1.28.0 h1:IZzaP1Fv73/T/pBMLk4VutPl36uNC+OSUh3JLG3FIjo= +go.uber.org/zap v1.28.0/go.mod h1:rDLpOi171uODNm/mxFcuYWxDsqWSAVkFdX4XojSKg/Q= go.yaml.in/yaml/v2 v2.4.2 h1:DzmwEr2rDGHl7lsFgAHxmNz/1NlQ7xLIrlN2h5d1eGI= go.yaml.in/yaml/v2 v2.4.2/go.mod h1:081UH+NErpNdqlCXm3TtEran0rJZGxAYx9hb/ELlsPU= go.yaml.in/yaml/v3 v3.0.4 h1:tfq32ie2Jv2UxXFdLJdh3jXuOzWiL1fo0bu/FbuKpbc= diff --git a/hack/export_operator_related_images.sh b/hack/export_operator_related_images.sh index 31280479e6..7087e08082 100644 --- a/hack/export_operator_related_images.sh +++ b/hack/export_operator_related_images.sh @@ -1,23 +1,23 @@ # 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:cc087821d117bd400dd4701776f4dd94a2e159729a94eeef3711e90acd9e1652 -export RELATED_IMAGE_CINDER_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/cinder-operator@sha256:7a2ff35a26f4540cabe5818a86abdd1ce34104560109fc22d228e06cdb3b63ea -export RELATED_IMAGE_DESIGNATE_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/designate-operator@sha256:fb71a1f261da5620aa4d7fe5f6e698b5f03c12c0b8982aec5367b00792635cb3 -export RELATED_IMAGE_GLANCE_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/glance-operator@sha256:c6c51902eae4064427040a648a3172b2a2663ed75ba5fe65bf4f5ea20ff4b983 -export RELATED_IMAGE_HEAT_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/heat-operator@sha256:051fb60096064551502a9e69bb1b54f4303e7941ceb91cebdb12f24aa12bc301 -export RELATED_IMAGE_HORIZON_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/horizon-operator@sha256:705211b1980c1d4c84b284a20b7a6e1662da9912027377e611b682da88dca8ec -export RELATED_IMAGE_INFRA_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/infra-operator@sha256:508d7cc33da4e4d1bc03e0b0f03dfb8f5875639e9b18354f8aea1c2110224d08 -export RELATED_IMAGE_IRONIC_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/ironic-operator@sha256:d32d5dc44157ad38f7df15630a03a6d0429f98360fc7f798a392d33f8fbf1869 -export RELATED_IMAGE_KEYSTONE_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/keystone-operator@sha256:dee0da68f43b117f55bcf0d5bf224deba7845cd3058eb7b6f49d757d96829f2b -export RELATED_IMAGE_MANILA_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/manila-operator@sha256:4a1978fcd77a62c0ee127dfc3c75b5a5273b871aac52c60ad1a0cef46d004acf -export RELATED_IMAGE_MARIADB_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/mariadb-operator@sha256:8fc0cdfb302b8e16ff7a990a8a6219877e52ae1a4555440255fd11da830c8fcc -export RELATED_IMAGE_NEUTRON_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/neutron-operator@sha256:c256f93a5226c9aa0ad094ce8c9c9d1cd06ce05149b36e15863f96c965219e04 -export RELATED_IMAGE_NOVA_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/nova-operator@sha256:6fbc3cddca9ccfd70a160f4e2d1e7a3199fd774fd483a3303228245c8fc0e859 -export RELATED_IMAGE_OCTAVIA_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/octavia-operator@sha256:3d89dcb18665d069912ab91c3d5ff5b7466b1def1ef03a9f7a833e3275742dee -export RELATED_IMAGE_OPENSTACK_BAREMETAL_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/openstack-baremetal-operator@sha256:03e1133636014341091acf892ed749f92643dabe4bfbc40c6b23ffc323581f02 -export RELATED_IMAGE_OVN_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/ovn-operator@sha256:9772d4018805275576f53367592d0cc1416bb4430594450a71d95ad936b8220b +export RELATED_IMAGE_BARBICAN_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/barbican-operator@sha256:1dc5b59e947c16fb0c160e33ec282512cadf69b7630a750facf26094b4d3bb80 +export RELATED_IMAGE_CINDER_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/cinder-operator@sha256:764e3d54a95441bf3d1f624a93242541633d8dd6048a47e4d0d2a71dd40f1a93 +export RELATED_IMAGE_DESIGNATE_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/designate-operator@sha256:db2e5d21d5aefee2b810dd70fa087bb4bbdf3b477e695a7401f3e8b4c04851e9 +export RELATED_IMAGE_GLANCE_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/glance-operator@sha256:0cc51a5cbcfeb5e2d9dba18e840545077e0e84cb091db8243881007a23b7d520 +export RELATED_IMAGE_HEAT_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/heat-operator@sha256:597a6cba39ee8f3a939b5435fccac85fda200a23f69a48231ab1fdb2d95823d0 +export RELATED_IMAGE_HORIZON_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/horizon-operator@sha256:a4a76861e7421661af9fa02a54161c7eb27aa4c487ab13bb12192db1d64a4fa3 +export RELATED_IMAGE_INFRA_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/infra-operator@sha256:0da2022270b508781271f009befe1050b265447d41a248215371f4079ac3d8a5 +export RELATED_IMAGE_IRONIC_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/ironic-operator@sha256:a47d953e7c5d4d99fe07ce18314e5725ccac5bdbe26ecfb5688059696a898e70 +export RELATED_IMAGE_KEYSTONE_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/keystone-operator@sha256:9597ecd9905b0f953a7a80d12d29f8795176adc4b6fae889b513160692aa4562 +export RELATED_IMAGE_MANILA_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/manila-operator@sha256:8e5428893eba3689b528ecfcf0ee3a61621a62711dc13b87f8bee0fb16ba98b9 +export RELATED_IMAGE_MARIADB_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/mariadb-operator@sha256:381db08bb44b29398b7d908295ca57d3ae71a73d5840d614bf45e207e72db810 +export RELATED_IMAGE_NEUTRON_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/neutron-operator@sha256:544f81b9cfd66de3ebab8a382e857b2a7d8c522148a277a2010ca5a8918e13e5 +export RELATED_IMAGE_NOVA_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/nova-operator@sha256:d837d30127945a40462b62e9bf47e659bfc4ec7bb6690aaf890ab5e1be43d63a +export RELATED_IMAGE_OCTAVIA_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/octavia-operator@sha256:dc0fb8f7ad417ea569254ae055282faf0e0b562d4f76bb9030cc4049d49dd1aa +export RELATED_IMAGE_OPENSTACK_BAREMETAL_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/openstack-baremetal-operator@sha256:14de33cc802bcb31c0d3e7ae1765de7804a870ea96726cacd36d22e7faf0781b +export RELATED_IMAGE_OVN_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/ovn-operator@sha256:6c090a31ce39e3ccbae9b2d20b9271bda02a420eb2985a5ca7536a1a09667f2b export RELATED_IMAGE_PLACEMENT_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/placement-operator@sha256:ca04fe7352ca3d6eaed5842f84c0efaa160403649d5bd6281d9b4ff7b315b6ec -export RELATED_IMAGE_SWIFT_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/swift-operator@sha256:2e9e2417f81f4ff9d270a79cb03d1febb2741cd935e34d846fb9e2751ffffb87 -export RELATED_IMAGE_TELEMETRY_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/telemetry-operator@sha256:281bc644d91aa53e716bcf0252e71b1c6f87b4937c2d1b661f3eee40539bb8a4 -export RELATED_IMAGE_TEST_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/test-operator@sha256:c85b39f2ac267b373b84dda5cfd88304eba5b5a8481045fe36f864a0b2c152fe -export RELATED_IMAGE_WATCHER_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/watcher-operator@sha256:05dfc4e923d6a67418b3bb93f462c75d0d915b9eff8251ccc56b0f6b6d783ab8 +export RELATED_IMAGE_SWIFT_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/swift-operator@sha256:43c80beaaae4461e6ba81ab95cd5b3758f30497e95e941c039c3add6df7e5fbf +export RELATED_IMAGE_TELEMETRY_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/telemetry-operator@sha256:cd08e99594edd23412888af7df736a1162df9a4622241bab2b3f7c54bd7ed659 +export RELATED_IMAGE_TEST_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/test-operator@sha256:2e7ff2b142b3ce81461cd33308687fec20ea560174b807e5ba4141892637ef2d +export RELATED_IMAGE_WATCHER_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/watcher-operator@sha256:957f63187188ca32ec8b985772070937f9ac78025b0bfa655b6fcd54282e30b3