Skip to content

Commit 2d0b8a9

Browse files
committed
update operator-sdk bin
1 parent cf39a2b commit 2d0b8a9

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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: |

bundle.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ LABEL operators.operatorframework.io.bundle.metadata.v1=metadata/
77
LABEL operators.operatorframework.io.bundle.package.v1=pulp-operator
88
LABEL operators.operatorframework.io.bundle.channels.v1=stable
99
LABEL 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
1111
LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1
1212
LABEL operators.operatorframework.io.metrics.project_layout=go.kubebuilder.io/v3
1313

bundle/manifests/pulp-operator.clusterserviceversion.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

bundle/metadata/annotations.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)