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 (
177177 github.com/opencontainers/go-digest v1.0.0 // indirect
178178 github.com/opencontainers/image-spec v1.0.3-0.20211202183452-c5a74bcca799 // indirect
179179 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
181181 github.com/otiai10/copy v1.2.0 // indirect
182182 github.com/pbnjay/strptime v0.0.0-20140226051138-5c05b0d668c9 // indirect
183183 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
983983github.com/openshift/build-machinery-go v0.0.0-20210209125900-0da259a2c359 /go.mod h1:b1BuldmJlbA/xYtdZvKi+7j5YGB44qJUJDZ9zwiNCfE =
984984github.com/openshift/client-go v0.0.0-20200326155132-2a6cd50aedd0 h1:kMiuiZXH1GdfbiMwsuAQOqGaMxlo9NCUk0wT4XAdfNM =
985985github.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 =
988988github.com/openzipkin/zipkin-go v0.1.6 /go.mod h1:QgAqvLzwWbR/WpD4A3cGpPtJrZXNIiJc5AZX7/PBEpw =
989989github.com/otiai10/copy v1.2.0 h1:HvG945u96iNadPoG2/Ja2+AUJeW5YuFQMixq9yirC+k =
990990github.com/otiai10/copy v1.2.0 /go.mod h1:rrF5dJ5F0t/EWSYODDu4j9/vEeYHMkc8jt0zJChqQWw =
Original file line number Diff line number Diff line change 5959 tlsConfig :
6060 caFile : /etc/prometheus/configmaps/serving-certs-ca-bundle/service-ca.crt
6161 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
6462 jobLabel : component
6563 namespaceSelector :
6664 matchNames :
9492 tlsConfig :
9593 caFile : /etc/prometheus/configmaps/serving-certs-ca-bundle/service-ca.crt
9694 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
9995 jobLabel : component
10096 namespaceSelector :
10197 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
9090${YQ} write --inplace -s scripts/catalog-deployment.patch.yaml manifests/0000_50_olm_08-catalog-operator.deployment.yaml
9191${YQ} write --inplace -s scripts/packageserver-deployment.patch.yaml manifests/0000_50_olm_15-packageserver.clusterserviceversion.yaml
9292${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
9593mv manifests/0000_50_olm_15-packageserver.clusterserviceversion.yaml pkg/manifests/csv.yaml
9694cp scripts/packageserver-pdb.yaml manifests/0000_50_olm_00-packageserver.pdb.yaml
9795
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
632632github.com/openshift/client-go/config/informers/externalversions/config/v1
633633github.com/openshift/client-go/config/informers/externalversions/internalinterfaces
634634github.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
636636## explicit; go 1.19
637637github.com/openshift/cluster-policy-controller/pkg/psalabelsyncer/nsexemptions
638638# github.com/operator-framework/api v0.17.3 => ./staging/api
You can’t perform that action at this time.
0 commit comments