Skip to content

Commit 7c5e2fd

Browse files
author
Arjun Naik
committed
Fixed the version of operator-custom-metrics
Signed-off-by: Arjun Naik <anaik@redhat.com>
1 parent 9c520d9 commit 7c5e2fd

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ package config
1616

1717
const (
1818
OperatorName = "osd-metrics-exporter"
19-
OperatorNamespace = "osd-metrics-exporter"
19+
OperatorNamespace = "openshift-osd-metrics"
2020
)

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.13
55
require (
66
github.com/coreos/prometheus-operator v0.35.1
77
github.com/openshift/api v3.9.1-0.20190924102528-32369d4db2ad+incompatible
8-
github.com/openshift/operator-custom-metrics v0.4.0
8+
github.com/openshift/operator-custom-metrics v0.4.1
99
github.com/operator-framework/operator-sdk v0.16.0
1010
github.com/prometheus/client_golang v1.2.1
1111
github.com/spf13/pflag v1.0.5

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -504,8 +504,8 @@ github.com/opencontainers/selinux v1.2.2/go.mod h1:+BLncwf63G4dgOzykXAxcmnFlUaOl
504504
github.com/openshift/api v0.0.0-20190924102528-32369d4db2ad h1:MiZEukiPd7ll8BQDwBfc3LKBxbqyeXIx+wl4CzVj5EQ=
505505
github.com/openshift/api v0.0.0-20190924102528-32369d4db2ad/go.mod h1:dh9o4Fs58gpFXGSYfnVxGR9PnV53I8TW84pQaJDdGiY=
506506
github.com/openshift/client-go v0.0.0-20190923180330-3b6373338c9b/go.mod h1:6rzn+JTr7+WYS2E1TExP4gByoABxMznR6y2SnUIkmxk=
507-
github.com/openshift/operator-custom-metrics v0.4.0 h1:w+aYf/MIcUqWBzbhxzrJiVBLkA0n5sgRgiZE9aucmiA=
508-
github.com/openshift/operator-custom-metrics v0.4.0/go.mod h1:pF8VqYYaJrZo780/ebeMDcaI20ETzJuUSDHGXSzjWwk=
507+
github.com/openshift/operator-custom-metrics v0.4.1 h1:v8DTJIVjzqd+71zxLiS8YDZRBqf3l5qfuCpCQXUaowo=
508+
github.com/openshift/operator-custom-metrics v0.4.1/go.mod h1:pF8VqYYaJrZo780/ebeMDcaI20ETzJuUSDHGXSzjWwk=
509509
github.com/openshift/origin v0.0.0-20160503220234-8f127d736703/go.mod h1:0Rox5r9C8aQn6j1oAOQ0c1uC86mYbUFObzjBRvUKHII=
510510
github.com/openshift/prom-label-proxy v0.1.1-0.20191016113035-b8153a7f39f1/go.mod h1:p5MuxzsYP1JPsNGwtjtcgRHHlGziCJJfztff91nNixw=
511511
github.com/opentracing/opentracing-go v1.1.0/go.mod h1:UkNAQd3GIcIGf0SeVgPpRdFStlNbqXla1AfSYxPUl2o=

0 commit comments

Comments
 (0)