File tree Expand file tree Collapse file tree 6 files changed +4
-16
lines changed Expand file tree Collapse file tree 6 files changed +4
-16
lines changed Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ require (
177
177
github.com/opencontainers/go-digest v1.0.0 // indirect
178
178
github.com/opencontainers/image-spec v1.0.3-0.20211202183452-c5a74bcca799 // indirect
179
179
github.com/openshift/client-go v0.0.0-20220525160904-9e1acff93e4a // indirect
180
- github.com/openshift/cluster-policy-controller v0.0.0-20230217170320-ac01e3463245 // indirect
180
+ github.com/openshift/cluster-policy-controller v0.0.0-20230329210054-1a5f0ca08be7 // indirect
181
181
github.com/otiai10/copy v1.2.0 // indirect
182
182
github.com/pbnjay/strptime v0.0.0-20140226051138-5c05b0d668c9 // indirect
183
183
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
Original file line number Diff line number Diff line change @@ -983,8 +983,8 @@ github.com/openshift/api v0.0.0-20210517065120-b325f58df679/go.mod h1:dZ4kytOo3s
983
983
github.com/openshift/build-machinery-go v0.0.0-20210209125900-0da259a2c359 /go.mod h1:b1BuldmJlbA/xYtdZvKi+7j5YGB44qJUJDZ9zwiNCfE =
984
984
github.com/openshift/client-go v0.0.0-20200326155132-2a6cd50aedd0 h1:kMiuiZXH1GdfbiMwsuAQOqGaMxlo9NCUk0wT4XAdfNM =
985
985
github.com/openshift/client-go v0.0.0-20200326155132-2a6cd50aedd0 /go.mod h1:uUQ4LClRO+fg5MF/P6QxjMCb1C9f7Oh4RKepftDnEJE =
986
- github.com/openshift/cluster-policy-controller v0.0.0-20230217170320-ac01e3463245 h1:BoNt9Hemwyc32xX+CZZaNGegWEiN7bGTVk4XaRboO8k =
987
- github.com/openshift/cluster-policy-controller v0.0.0-20230217170320-ac01e3463245 /go.mod h1:vlkRuwyRueLOQ/ZRRle+rCrh+YNoh+pzJm9WaN9e6mU =
986
+ github.com/openshift/cluster-policy-controller v0.0.0-20230329210054-1a5f0ca08be7 h1:0rJWfuAuSChNKF8Dq1JjX1Yfzixj1PX6ocKYIhvyuZU =
987
+ github.com/openshift/cluster-policy-controller v0.0.0-20230329210054-1a5f0ca08be7 /go.mod h1:vlkRuwyRueLOQ/ZRRle+rCrh+YNoh+pzJm9WaN9e6mU =
988
988
github.com/openzipkin/zipkin-go v0.1.6 /go.mod h1:QgAqvLzwWbR/WpD4A3cGpPtJrZXNIiJc5AZX7/PBEpw =
989
989
github.com/otiai10/copy v1.2.0 h1:HvG945u96iNadPoG2/Ja2+AUJeW5YuFQMixq9yirC+k =
990
990
github.com/otiai10/copy v1.2.0 /go.mod h1:rrF5dJ5F0t/EWSYODDu4j9/vEeYHMkc8jt0zJChqQWw =
Original file line number Diff line number Diff line change 59
59
tlsConfig :
60
60
caFile : /etc/prometheus/configmaps/serving-certs-ca-bundle/service-ca.crt
61
61
serverName : olm-operator-metrics.openshift-operator-lifecycle-manager.svc
62
- keyFile : /etc/prometheus/secrets/metrics-client-certs/tls.key
63
- certFile : /etc/prometheus/secrets/metrics-client-certs/tls.crt
64
62
jobLabel : component
65
63
namespaceSelector :
66
64
matchNames :
94
92
tlsConfig :
95
93
caFile : /etc/prometheus/configmaps/serving-certs-ca-bundle/service-ca.crt
96
94
serverName : catalog-operator-metrics.openshift-operator-lifecycle-manager.svc
97
- keyFile : /etc/prometheus/secrets/metrics-client-certs/tls.key
98
- certFile : /etc/prometheus/secrets/metrics-client-certs/tls.crt
99
95
jobLabel : component
100
96
namespaceSelector :
101
97
matchNames :
Original file line number Diff line number Diff line change @@ -90,8 +90,6 @@ ${YQ} write --inplace -s scripts/olm-deployment.patch.yaml manifests/0000_50_olm
90
90
${YQ} write --inplace -s scripts/catalog-deployment.patch.yaml manifests/0000_50_olm_08-catalog-operator.deployment.yaml
91
91
${YQ} write --inplace -s scripts/packageserver-deployment.patch.yaml manifests/0000_50_olm_15-packageserver.clusterserviceversion.yaml
92
92
${YQ} merge --inplace manifests/0000_50_olm_02-olmconfig.yaml scripts/cluster-olmconfig.patch.yaml
93
- ${YQ} write --inplace -d' 2' -s scripts/service-monitor.patch.yaml manifests/0000_90_olm_00-service-monitor.yaml
94
- ${YQ} write --inplace -d' 3' -s scripts/service-monitor.patch.yaml manifests/0000_90_olm_00-service-monitor.yaml
95
93
mv manifests/0000_50_olm_15-packageserver.clusterserviceversion.yaml pkg/manifests/csv.yaml
96
94
cp scripts/packageserver-pdb.yaml manifests/0000_50_olm_00-packageserver.pdb.yaml
97
95
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -632,7 +632,7 @@ github.com/openshift/client-go/config/informers/externalversions/config
632
632
github.com/openshift/client-go/config/informers/externalversions/config/v1
633
633
github.com/openshift/client-go/config/informers/externalversions/internalinterfaces
634
634
github.com/openshift/client-go/config/listers/config/v1
635
- # github.com/openshift/cluster-policy-controller v0.0.0-20230217170320-ac01e3463245
635
+ # github.com/openshift/cluster-policy-controller v0.0.0-20230329210054-1a5f0ca08be7
636
636
## explicit; go 1.19
637
637
github.com/openshift/cluster-policy-controller/pkg/psalabelsyncer/nsexemptions
638
638
# github.com/operator-framework/api v0.17.3 => ./staging/api
You can’t perform that action at this time.
0 commit comments