Skip to content

Commit 2ab0469

Browse files
committed
Bump telemetry-operator to latest
1 parent 9fc0dd6 commit 2ab0469

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
@@ -27,7 +27,7 @@ require (
2727
github.com/openstack-k8s-operators/ovn-operator/api v0.5.1-0.20250107161655-560140ff3cb0
2828
github.com/openstack-k8s-operators/placement-operator/api v0.5.1-0.20241223152937-5c39b092c37f
2929
github.com/openstack-k8s-operators/swift-operator/api v0.5.1-0.20250107153542-fb9c65d9aa6f
30-
github.com/openstack-k8s-operators/telemetry-operator/api v0.5.1-0.20250108163617-ac5b1d6fba6f
30+
github.com/openstack-k8s-operators/telemetry-operator/api v0.5.1-0.20250111202034-43b3bac39c7f
3131
github.com/rabbitmq/cluster-operator/v2 v2.11.0
3232
github.com/rhobs/obo-prometheus-operator/pkg/apis/monitoring v0.71.0-rhobs1 // indirect
3333
github.com/rhobs/observability-operator v0.3.1 // indirect

apis/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,8 @@ github.com/openstack-k8s-operators/rabbitmq-cluster-operator/v2 v2.6.1-0.2024101
138138
github.com/openstack-k8s-operators/rabbitmq-cluster-operator/v2 v2.6.1-0.20241017142550-a3524acedd49/go.mod h1:6Mq2N/KtNFW20L+PQC5qkeK8R8UGadmGBXL8HDY6lcg=
139139
github.com/openstack-k8s-operators/swift-operator/api v0.5.1-0.20250107153542-fb9c65d9aa6f h1:r2uhK9P3sD7FQYFsABDskQA/ZnjPZ+qNHmMTyMPWheA=
140140
github.com/openstack-k8s-operators/swift-operator/api v0.5.1-0.20250107153542-fb9c65d9aa6f/go.mod h1:BsHuIfDAQUgjq/QZNrrVDfJzcbIL4rKV6UjlnZqR1u0=
141-
github.com/openstack-k8s-operators/telemetry-operator/api v0.5.1-0.20250108163617-ac5b1d6fba6f h1:Nzvi/TeJyHY7/dYLCQ7jjzIlHdG0S6VMCRiDKgm7TLA=
142-
github.com/openstack-k8s-operators/telemetry-operator/api v0.5.1-0.20250108163617-ac5b1d6fba6f/go.mod h1:zba6vtrFWehPMhoEo8RRWiVSdAr0o/DgSCXF1zPXxpM=
141+
github.com/openstack-k8s-operators/telemetry-operator/api v0.5.1-0.20250111202034-43b3bac39c7f h1:lsfdB+cmjYAkb7DeuyRWGxHfYY4jj6UU6HW5iSNThAA=
142+
github.com/openstack-k8s-operators/telemetry-operator/api v0.5.1-0.20250111202034-43b3bac39c7f/go.mod h1:zba6vtrFWehPMhoEo8RRWiVSdAr0o/DgSCXF1zPXxpM=
143143
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
144144
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
145145
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=

config/operator/manager_operator_images.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@ spec:
5252
- name: RELATED_IMAGE_SWIFT_OPERATOR_MANAGER_IMAGE_URL
5353
value: quay.io/openstack-k8s-operators/swift-operator@sha256:c5550d38a452a76cf4c17967bc36b2c722411a2f499366112f9b013918827434
5454
- name: RELATED_IMAGE_TELEMETRY_OPERATOR_MANAGER_IMAGE_URL
55-
value: quay.io/openstack-k8s-operators/telemetry-operator@sha256:871b231263a34aeba9744f0104ab39be694101269a1b9f74e3c2c7e81619c103
55+
value: quay.io/openstack-k8s-operators/telemetry-operator@sha256:34fc6ded7090c8ac4f07e5a97cae5f1f6c626e4892cad5f4e09c10b0b8e63d09
5656
- name: RELATED_IMAGE_TEST_OPERATOR_MANAGER_IMAGE_URL
5757
value: quay.io/openstack-k8s-operators/test-operator@sha256:9fe6b5833845edb7d7c5cc7c77f75eb08c2bd313e98a8dd6a3d66e830f61957c

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ require (
3737
github.com/openstack-k8s-operators/ovn-operator/api v0.5.1-0.20250107161655-560140ff3cb0
3838
github.com/openstack-k8s-operators/placement-operator/api v0.5.1-0.20241223152937-5c39b092c37f
3939
github.com/openstack-k8s-operators/swift-operator/api v0.5.1-0.20250107153542-fb9c65d9aa6f
40-
github.com/openstack-k8s-operators/telemetry-operator/api v0.5.1-0.20250108163617-ac5b1d6fba6f
40+
github.com/openstack-k8s-operators/telemetry-operator/api v0.5.1-0.20250111202034-43b3bac39c7f
4141
github.com/openstack-k8s-operators/test-operator/api v0.5.1-0.20250107164426-4cba21d1ef96
4242
github.com/pkg/errors v0.9.1
4343
github.com/rabbitmq/cluster-operator/v2 v2.11.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,8 @@ github.com/openstack-k8s-operators/rabbitmq-cluster-operator/v2 v2.6.1-0.2024101
150150
github.com/openstack-k8s-operators/rabbitmq-cluster-operator/v2 v2.6.1-0.20241017142550-a3524acedd49/go.mod h1:6Mq2N/KtNFW20L+PQC5qkeK8R8UGadmGBXL8HDY6lcg=
151151
github.com/openstack-k8s-operators/swift-operator/api v0.5.1-0.20250107153542-fb9c65d9aa6f h1:r2uhK9P3sD7FQYFsABDskQA/ZnjPZ+qNHmMTyMPWheA=
152152
github.com/openstack-k8s-operators/swift-operator/api v0.5.1-0.20250107153542-fb9c65d9aa6f/go.mod h1:BsHuIfDAQUgjq/QZNrrVDfJzcbIL4rKV6UjlnZqR1u0=
153-
github.com/openstack-k8s-operators/telemetry-operator/api v0.5.1-0.20250108163617-ac5b1d6fba6f h1:Nzvi/TeJyHY7/dYLCQ7jjzIlHdG0S6VMCRiDKgm7TLA=
154-
github.com/openstack-k8s-operators/telemetry-operator/api v0.5.1-0.20250108163617-ac5b1d6fba6f/go.mod h1:zba6vtrFWehPMhoEo8RRWiVSdAr0o/DgSCXF1zPXxpM=
153+
github.com/openstack-k8s-operators/telemetry-operator/api v0.5.1-0.20250111202034-43b3bac39c7f h1:lsfdB+cmjYAkb7DeuyRWGxHfYY4jj6UU6HW5iSNThAA=
154+
github.com/openstack-k8s-operators/telemetry-operator/api v0.5.1-0.20250111202034-43b3bac39c7f/go.mod h1:zba6vtrFWehPMhoEo8RRWiVSdAr0o/DgSCXF1zPXxpM=
155155
github.com/openstack-k8s-operators/test-operator/api v0.5.1-0.20250107164426-4cba21d1ef96 h1:jkAUZDcWr1IIOT50uuct9j1+P7UtSkqsQFf7Ujxbjio=
156156
github.com/openstack-k8s-operators/test-operator/api v0.5.1-0.20250107164426-4cba21d1ef96/go.mod h1:E6vgQ4wounIBpoNY+hJK7OVcTXo+/oMdKa7Disr1/h0=
157157
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=

hack/export_operator_related_images.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ export RELATED_IMAGE_OVN_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operat
1919
export RELATED_IMAGE_PLACEMENT_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/placement-operator@sha256:f25a277c9ed1bb6fbe3fd4eb8b71d8a771dc5fc9aff9e0064ced552ba7b5fc9b
2020
export RELATED_IMAGE_RABBITMQ_CLUSTER_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/rabbitmq-cluster-operator@sha256:225524223bf2a7f3a4ce95958fc9ca6fdab02745fb70374e8ff5bf1ddaceda4b
2121
export RELATED_IMAGE_SWIFT_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/swift-operator@sha256:c5550d38a452a76cf4c17967bc36b2c722411a2f499366112f9b013918827434
22-
export RELATED_IMAGE_TELEMETRY_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/telemetry-operator@sha256:871b231263a34aeba9744f0104ab39be694101269a1b9f74e3c2c7e81619c103
22+
export RELATED_IMAGE_TELEMETRY_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/telemetry-operator@sha256:34fc6ded7090c8ac4f07e5a97cae5f1f6c626e4892cad5f4e09c10b0b8e63d09
2323
export RELATED_IMAGE_TEST_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/test-operator@sha256:9fe6b5833845edb7d7c5cc7c77f75eb08c2bd313e98a8dd6a3d66e830f61957c

0 commit comments

Comments
 (0)