File tree Expand file tree Collapse file tree 10 files changed +13
-13
lines changed
Expand file tree Collapse file tree 10 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ import (
5454var (
5555 setupLog = ctrl .Log .WithName ("setup" )
5656 defaultUnpackImage = "quay.io/operator-framework/operator-controller:latest"
57- defaultSystemNamespace = "operator-controller -system"
57+ defaultSystemNamespace = "olmv1 -system"
5858)
5959
6060// podNamespace checks whether the controller is running in a Pod vs.
Original file line number Diff line number Diff line change 11# Adds namespace to all resources.
2- namespace : operator-controller -system
2+ namespace : olmv1 -system
33
44# Value of this field is prepended to the
55# names of all resources, e.g. a deployment named
Original file line number Diff line number Diff line change 1- namespace : operator-controller -system
1+ namespace : olmv1 -system
22
33resources :
44- ../../overlays/tls
Original file line number Diff line number Diff line change 11# Adds namespace to all resources.
2- namespace : operator-controller -system
2+ namespace : olmv1 -system
33
44# Value of this field is prepended to the
55# names of all resources, e.g. a deployment named
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ This catalog is distributed as an image [quay.io/operatorhubio/catalog](https://
113113 Reason: UnpackSuccessful
114114 Status: True
115115 Type: Unpacked
116- Content URL: http://catalogd-catalogserver.catalogd -system.svc/catalogs/operatorhubio/all.json
116+ Content URL: http://catalogd-catalogserver.olmv1 -system.svc/catalogs/operatorhubio/all.json
117117 Observed Generation: 2
118118 Phase: Unpacked
119119 Resolved Source:
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Then you can query the catalog by using `curl` commands and the `jq` CLI tool to
11111 . Port forward the catalog server service:
1212
1313 ``` terminal
14- $ kubectl -n catalogd -system port-forward svc/catalogd-catalogserver 8080:80
14+ $ kubectl -n olmv1 -system port-forward svc/catalogd-catalogserver 8080:80
1515 ```
1616
17172. Return a list of all the extensions in a catalog:
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ require (
1010 github.com/go-logr/logr v1.4.2
1111 github.com/google/go-cmp v0.6.0
1212 github.com/operator-framework/api v0.25.0
13- github.com/operator-framework/catalogd v0.13 .0
13+ github.com/operator-framework/catalogd v0.14 .0
1414 github.com/operator-framework/helm-operator-plugins v0.2.1
1515 github.com/operator-framework/operator-registry v1.43.1
1616 github.com/operator-framework/rukpak v0.20.1-0.20240510194410-99faf1c1763f
Original file line number Diff line number Diff line change @@ -393,8 +393,8 @@ github.com/opencontainers/runtime-spec v1.2.0 h1:z97+pHb3uELt/yiAWD691HNHQIF07bE
393393github.com/opencontainers/runtime-spec v1.2.0 /go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0 =
394394github.com/operator-framework/api v0.25.0 h1:pSQwFSoPmZaTIERadawxtCwicehLkC7i9n3w3+70SVI =
395395github.com/operator-framework/api v0.25.0 /go.mod h1:PvyCQb0x53ytIqdTECH5e+iqv+am3uZ0qGsZWmL35gQ =
396- github.com/operator-framework/catalogd v0.13 .0 h1:yOhEb0LpvGbZymippotpau5gFMyUnq8zMnrEYrTaJIQ =
397- github.com/operator-framework/catalogd v0.13 .0 /go.mod h1:v405w8d89Lr7K8IVE/x/Q37JtxvgdzLXGpgJxJ2Nweg =
396+ github.com/operator-framework/catalogd v0.14 .0 h1:M/kDqhH1hBB9amUk7/dAV4WZuJIa5ARboeY6GMjhx0E =
397+ github.com/operator-framework/catalogd v0.14 .0 /go.mod h1:84M4gm0JPrwOLVbEOoCns/xjlg4ljenVMPYUO/Cs+Wc =
398398github.com/operator-framework/helm-operator-plugins v0.2.1 h1:xPD05rYpIYKlI9VXfQBQ3XG7LFF2fALqg72lqAyFF44 =
399399github.com/operator-framework/helm-operator-plugins v0.2.1 /go.mod h1:SJyyAVYkl3tqiTJl16mz0KbGv89NhPOOGRBeQb8S4Nw =
400400github.com/operator-framework/operator-lib v0.12.0 h1:OzpMU5N7mvFgg/uje8FUUeD24Ahq64R6TdN25uswCYA =
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ set -euo pipefail
44
55COVERAGE_OUTPUT=" ${COVERAGE_OUTPUT:- e2e-cover.out} "
66
7- OPERATOR_CONTROLLER_NAMESPACE=" operator-controller -system"
7+ OPERATOR_CONTROLLER_NAMESPACE=" olmv1 -system"
88OPERATOR_CONTROLLER_MANAGER_DEPLOYMENT_NAME=" operator-controller-controller-manager"
99COPY_POD_NAME=" e2e-coverage-copy-pod"
1010
Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ function kubectl_wait() {
3535kubectl apply -f " https://github.com/cert-manager/cert-manager/releases/download/${cert_mgr_version} /cert-manager.yaml"
3636kubectl_wait " cert-manager" " deployment/cert-manager-webhook" " 60s"
3737
38- curl -L https://github.com/operator-framework/catalogd/releases/download/${catalogd_version} /catalogd.yaml | sed s/catalogd-system/operator-controller-system/g | kubectl apply -f -
39- kubectl_wait " operator-controller -system" " deployment/catalogd-controller-manager" " 60s"
38+ kubectl apply -f " https://github.com/operator-framework/catalogd/releases/download/${catalogd_version} /catalogd.yaml"
39+ kubectl_wait " olmv1 -system" " deployment/catalogd-controller-manager" " 60s"
4040
4141kubectl apply -f " ${operator_controller_manifest} "
42- kubectl_wait " operator-controller -system" " deployment/operator-controller-controller-manager" " 60s"
42+ kubectl_wait " olmv1 -system" " deployment/operator-controller-controller-manager" " 60s"
You can’t perform that action at this time.
0 commit comments