Skip to content

Commit 51697a2

Browse files
Merge pull request #1394 from bshewale/renovate/openstack-k8s-operators-main-for-barbican
Update openstack-k8s-operators (main) for barbican-operator
2 parents 066a947 + a4d4809 commit 51697a2

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

apis/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/go-playground/validator/v10 v10.25.0
88
github.com/onsi/ginkgo/v2 v2.20.1
99
github.com/onsi/gomega v1.34.1
10-
github.com/openstack-k8s-operators/barbican-operator/api v0.6.1-0.20250328055331-d757b615a9bc
10+
github.com/openstack-k8s-operators/barbican-operator/api v0.6.1-0.20250403085714-2d383f6e66b1
1111
github.com/openstack-k8s-operators/cinder-operator/api v0.6.1-0.20250401072930-6daa9349c4ab
1212
github.com/openstack-k8s-operators/designate-operator/api v0.6.1-0.20250401153931-b02b9ed4470e
1313
github.com/openstack-k8s-operators/glance-operator/api v0.6.1-0.20250401084938-4842c7d15244

apis/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ github.com/onsi/gomega v1.34.1 h1:EUMJIKUjM8sKjYbtxQI9A4z2o+rruxnzNvpknOXie6k=
9494
github.com/onsi/gomega v1.34.1/go.mod h1:kU1QgUvBDLXBJq618Xvm2LUX6rSAfRaFRTcdOeDLwwY=
9595
github.com/openshift/api v0.0.0-20240830023148-b7d0481c9094 h1:J1wuGhVxpsHykZBa6Beb1gQ96Ptej9AE/BvwCBiRj1E=
9696
github.com/openshift/api v0.0.0-20240830023148-b7d0481c9094/go.mod h1:CxgbWAlvu2iQB0UmKTtRu1YfepRg1/vJ64n2DlIEVz4=
97-
github.com/openstack-k8s-operators/barbican-operator/api v0.6.1-0.20250328055331-d757b615a9bc h1:SA0N+rr8+/xS1Uj6PiJWkARUrUu982nXktVEWWXh7wk=
98-
github.com/openstack-k8s-operators/barbican-operator/api v0.6.1-0.20250328055331-d757b615a9bc/go.mod h1:lZIKb5ijS2hJzeLg5urpllQxarq1s3bsgtNXcwKU/tk=
97+
github.com/openstack-k8s-operators/barbican-operator/api v0.6.1-0.20250403085714-2d383f6e66b1 h1:Kxs26tnFFZ8pRANP/ys3hkxMWUWV6cFJgJoxN/OU71g=
98+
github.com/openstack-k8s-operators/barbican-operator/api v0.6.1-0.20250403085714-2d383f6e66b1/go.mod h1:lZIKb5ijS2hJzeLg5urpllQxarq1s3bsgtNXcwKU/tk=
9999
github.com/openstack-k8s-operators/cinder-operator/api v0.6.1-0.20250401072930-6daa9349c4ab h1:v3CtfNTl0hILfH8OfwsCWCqi1x/0H945cYeXuOLPu0s=
100100
github.com/openstack-k8s-operators/cinder-operator/api v0.6.1-0.20250401072930-6daa9349c4ab/go.mod h1:ndUz03zMjsAd8gpT7jJdnNZlFkfOcrXKCAdV9b3YDqY=
101101
github.com/openstack-k8s-operators/designate-operator/api v0.6.1-0.20250401153931-b02b9ed4470e h1:PjQDdPtaOmzo9OJ58aRvAvxbOrGkDyVzPcJlrXaMWs0=

config/operator/manager_operator_images.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ spec:
1414
- name: operator
1515
env:
1616
- name: RELATED_IMAGE_BARBICAN_OPERATOR_MANAGER_IMAGE_URL
17-
value: quay.io/openstack-k8s-operators/barbican-operator@sha256:3dfc34f1de00f5e8d24aa1b9dafa0a20f2a0b4e101d23234ed022aeaf154c19a
17+
value: quay.io/openstack-k8s-operators/barbican-operator@sha256:f5c8863f5915aa2f8a314fdde0a6ec96712820044caf4ad86e7f8f0228261270
1818
- name: RELATED_IMAGE_CINDER_OPERATOR_MANAGER_IMAGE_URL
1919
value: quay.io/openstack-k8s-operators/cinder-operator@sha256:090d66ce4c1e70a2d5047c3165fd853e2a641a5cc8e90ca9e7823d4ef360bdb7
2020
- name: RELATED_IMAGE_DESIGNATE_OPERATOR_MANAGER_IMAGE_URL

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ require (
1212
github.com/onsi/ginkgo/v2 v2.20.1
1313
github.com/onsi/gomega v1.34.1
1414
github.com/openshift/api v3.9.0+incompatible
15-
github.com/openstack-k8s-operators/barbican-operator/api v0.6.1-0.20250328055331-d757b615a9bc
15+
github.com/openstack-k8s-operators/barbican-operator/api v0.6.1-0.20250403085714-2d383f6e66b1
1616
github.com/openstack-k8s-operators/cinder-operator/api v0.6.1-0.20250401072930-6daa9349c4ab
1717
github.com/openstack-k8s-operators/designate-operator/api v0.6.1-0.20250401153931-b02b9ed4470e
1818
github.com/openstack-k8s-operators/glance-operator/api v0.6.1-0.20250401084938-4842c7d15244

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ github.com/onsi/gomega v1.34.1 h1:EUMJIKUjM8sKjYbtxQI9A4z2o+rruxnzNvpknOXie6k=
9898
github.com/onsi/gomega v1.34.1/go.mod h1:kU1QgUvBDLXBJq618Xvm2LUX6rSAfRaFRTcdOeDLwwY=
9999
github.com/openshift/api v0.0.0-20240830023148-b7d0481c9094 h1:J1wuGhVxpsHykZBa6Beb1gQ96Ptej9AE/BvwCBiRj1E=
100100
github.com/openshift/api v0.0.0-20240830023148-b7d0481c9094/go.mod h1:CxgbWAlvu2iQB0UmKTtRu1YfepRg1/vJ64n2DlIEVz4=
101-
github.com/openstack-k8s-operators/barbican-operator/api v0.6.1-0.20250328055331-d757b615a9bc h1:SA0N+rr8+/xS1Uj6PiJWkARUrUu982nXktVEWWXh7wk=
102-
github.com/openstack-k8s-operators/barbican-operator/api v0.6.1-0.20250328055331-d757b615a9bc/go.mod h1:lZIKb5ijS2hJzeLg5urpllQxarq1s3bsgtNXcwKU/tk=
101+
github.com/openstack-k8s-operators/barbican-operator/api v0.6.1-0.20250403085714-2d383f6e66b1 h1:Kxs26tnFFZ8pRANP/ys3hkxMWUWV6cFJgJoxN/OU71g=
102+
github.com/openstack-k8s-operators/barbican-operator/api v0.6.1-0.20250403085714-2d383f6e66b1/go.mod h1:lZIKb5ijS2hJzeLg5urpllQxarq1s3bsgtNXcwKU/tk=
103103
github.com/openstack-k8s-operators/cinder-operator/api v0.6.1-0.20250401072930-6daa9349c4ab h1:v3CtfNTl0hILfH8OfwsCWCqi1x/0H945cYeXuOLPu0s=
104104
github.com/openstack-k8s-operators/cinder-operator/api v0.6.1-0.20250401072930-6daa9349c4ab/go.mod h1:ndUz03zMjsAd8gpT7jJdnNZlFkfOcrXKCAdV9b3YDqY=
105105
github.com/openstack-k8s-operators/designate-operator/api v0.6.1-0.20250401153931-b02b9ed4470e h1:PjQDdPtaOmzo9OJ58aRvAvxbOrGkDyVzPcJlrXaMWs0=

hack/export_operator_related_images.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# NOTE: this file is automatically generated by hack/sync-bindata.sh!
22

3-
export RELATED_IMAGE_BARBICAN_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/barbican-operator@sha256:3dfc34f1de00f5e8d24aa1b9dafa0a20f2a0b4e101d23234ed022aeaf154c19a
3+
export RELATED_IMAGE_BARBICAN_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/barbican-operator@sha256:f5c8863f5915aa2f8a314fdde0a6ec96712820044caf4ad86e7f8f0228261270
44
export RELATED_IMAGE_CINDER_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/cinder-operator@sha256:090d66ce4c1e70a2d5047c3165fd853e2a641a5cc8e90ca9e7823d4ef360bdb7
55
export RELATED_IMAGE_DESIGNATE_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/designate-operator@sha256:252ddd835a7094cbb0abeea935e290efb0d8e56f7048dee244394217dfd1e59e
66
export RELATED_IMAGE_GLANCE_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/glance-operator@sha256:4a83d894b942a89a1e5722206f57844710e7a216d93e5f1e16960db3efb48b7d

0 commit comments

Comments
 (0)