File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ jobs:
106106 shell : bash
107107 - name : Install the operator
108108 run : |
109- /tmp/operator-sdk run bundle --skip-tls localhost:5001/pulp-operator-bundle:testing
109+ /tmp/operator-sdk run bundle --skip-tls localhost:5001/pulp-operator-bundle:testing --timeout 300s
110110 shell : bash
111111 - name : Deploy example-pulp and test-pulp
112112 run : |
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ LABEL operators.operatorframework.io.bundle.metadata.v1=metadata/
77LABEL operators.operatorframework.io.bundle.package.v1=pulp-operator
88LABEL operators.operatorframework.io.bundle.channels.v1=stable
99LABEL operators.operatorframework.io.bundle.channel.default.v1=stable
10- LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.29 .0
10+ LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.31 .0
1111LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1
1212LABEL operators.operatorframework.io.metrics.project_layout=go.kubebuilder.io/v3
1313
Original file line number Diff line number Diff line change @@ -64,11 +64,11 @@ metadata:
6464 capabilities : Full Lifecycle
6565 categories : Integration & Delivery
6666 containerImage : quay.io/pulp/pulp-operator:devel
67- createdAt : " 2025-04-08T19:30:00Z "
67+ createdAt : " 2025-04-08T20:22:53Z "
6868 description : Pulp is a platform for managing repositories of software packages
6969 and making them available to a large number of consumers.
7070 metadata.annotations.support : Community
71- operators.operatorframework.io/builder : operator-sdk-v1.29 .0
71+ operators.operatorframework.io/builder : operator-sdk-v1.31 .0
7272 operators.operatorframework.io/project_layout : go.kubebuilder.io/v3
7373 repository : https://github.com/pulp/pulp-operator
7474 name : pulp-operator.v1.0.0
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ annotations:
66 operators.operatorframework.io.bundle.package.v1 : pulp-operator
77 operators.operatorframework.io.bundle.channels.v1 : stable
88 operators.operatorframework.io.bundle.channel.default.v1 : stable
9- operators.operatorframework.io.metrics.builder : operator-sdk-v1.29 .0
9+ operators.operatorframework.io.metrics.builder : operator-sdk-v1.31 .0
1010 operators.operatorframework.io.metrics.mediatype.v1 : metrics+v1
1111 operators.operatorframework.io.metrics.project_layout : go.kubebuilder.io/v3
1212
You can’t perform that action at this time.
0 commit comments