File tree 10 files changed +13
-13
lines changed 10 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ import (
57
57
58
58
var (
59
59
setupLog = ctrl .Log .WithName ("setup" )
60
- defaultSystemNamespace = "operator-controller -system"
60
+ defaultSystemNamespace = "olmv1 -system"
61
61
)
62
62
63
63
// podNamespace checks whether the controller is running in a Pod vs.
Original file line number Diff line number Diff line change 1
1
# Adds namespace to all resources.
2
- namespace : operator-controller -system
2
+ namespace : olmv1 -system
3
3
4
4
# Value of this field is prepended to the
5
5
# 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
2
2
3
3
resources :
4
4
- ../../overlays/tls
Original file line number Diff line number Diff line change 1
1
# Adds namespace to all resources.
2
- namespace : operator-controller -system
2
+ namespace : olmv1 -system
3
3
4
4
# Value of this field is prepended to the
5
5
# 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://
113
113
Reason: UnpackSuccessful
114
114
Status: True
115
115
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
117
117
Observed Generation: 2
118
118
Phase: Unpacked
119
119
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
11
11
1 . Port forward the catalog server service:
12
12
13
13
``` 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
15
15
```
16
16
17
17
2. 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 (
10
10
github.com/go-logr/logr v1.4.2
11
11
github.com/google/go-cmp v0.6.0
12
12
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
14
14
github.com/operator-framework/helm-operator-plugins v0.2.2-0.20240520180534-f463c36fedf9
15
15
github.com/operator-framework/operator-registry v1.43.1
16
16
github.com/operator-framework/rukpak v0.23.1
Original file line number Diff line number Diff line change @@ -475,8 +475,8 @@ github.com/opencontainers/runtime-spec v1.2.0 h1:z97+pHb3uELt/yiAWD691HNHQIF07bE
475
475
github.com/opencontainers/runtime-spec v1.2.0 /go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0 =
476
476
github.com/operator-framework/api v0.25.0 h1:pSQwFSoPmZaTIERadawxtCwicehLkC7i9n3w3+70SVI =
477
477
github.com/operator-framework/api v0.25.0 /go.mod h1:PvyCQb0x53ytIqdTECH5e+iqv+am3uZ0qGsZWmL35gQ =
478
- github.com/operator-framework/catalogd v0.13 .0 h1:yOhEb0LpvGbZymippotpau5gFMyUnq8zMnrEYrTaJIQ =
479
- github.com/operator-framework/catalogd v0.13 .0 /go.mod h1:v405w8d89Lr7K8IVE/x/Q37JtxvgdzLXGpgJxJ2Nweg =
478
+ github.com/operator-framework/catalogd v0.14 .0 h1:M/kDqhH1hBB9amUk7/dAV4WZuJIa5ARboeY6GMjhx0E =
479
+ github.com/operator-framework/catalogd v0.14 .0 /go.mod h1:84M4gm0JPrwOLVbEOoCns/xjlg4ljenVMPYUO/Cs+Wc =
480
480
github.com/operator-framework/helm-operator-plugins v0.2.2-0.20240520180534-f463c36fedf9 h1:f7/TMBpuIZEQ3JbD9UyP1L1ZCSLLWdR2aPN+A+dOHFY =
481
481
github.com/operator-framework/helm-operator-plugins v0.2.2-0.20240520180534-f463c36fedf9 /go.mod h1:ly6Bd9rSzmt37Wy6WtZHmA+IY9zG958MryJFLcVpCXw =
482
482
github.com/operator-framework/operator-lib v0.14.0 h1:er+BgZymZD1im2wytLJiPLZpGALAX6N0gXaHx3PKbO4 =
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ set -euo pipefail
4
4
5
5
COVERAGE_OUTPUT=" ${COVERAGE_OUTPUT:- e2e-cover.out} "
6
6
7
- OPERATOR_CONTROLLER_NAMESPACE=" operator-controller -system"
7
+ OPERATOR_CONTROLLER_NAMESPACE=" olmv1 -system"
8
8
OPERATOR_CONTROLLER_MANAGER_DEPLOYMENT_NAME=" operator-controller-controller-manager"
9
9
COPY_POD_NAME=" e2e-coverage-copy-pod"
10
10
Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ function kubectl_wait() {
35
35
kubectl apply -f " https://github.com/cert-manager/cert-manager/releases/download/${cert_mgr_version} /cert-manager.yaml"
36
36
kubectl_wait " cert-manager" " deployment/cert-manager-webhook" " 60s"
37
37
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"
40
40
41
41
kubectl 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