Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bundle.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ LABEL operators.operatorframework.io.bundle.metadata.v1=metadata/
LABEL operators.operatorframework.io.bundle.package.v1=update-service-operator
LABEL operators.operatorframework.io.bundle.channels.v1=v1
LABEL operators.operatorframework.io.bundle.channel.default.v1=v1
LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.28.0-ocp
LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.31.0-ocp
LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1
LABEL operators.operatorframework.io.metrics.project_layout=go.kubebuilder.io/v3

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ metadata:
}
]
capabilities: Basic Install
createdAt: "2024-07-03T13:54:28Z"
createdAt: "2024-07-15T19:13:17Z"
description: Creates and maintains an OpenShift Update Service instance
kubernetes.io/description: "This OpenShift Update Service operator Deployment
reconciles local UpdateServices into more fundamental Kubernetes\nand OpenShift
resources like Cincinnati Deployments and Routes, and it reports the status
of those components in \nthe UpdateService status.\n"
operatorframework.io/suggested-namespace: openshift-update-service
operators.operatorframework.io/builder: operator-sdk-v1.28.0-ocp
operators.operatorframework.io/builder: operator-sdk-v1.31.0-ocp
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
name: update-service-operator.v5.0.2-dev
namespace: placeholder
Expand Down
2 changes: 1 addition & 1 deletion bundle/metadata/annotations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ annotations:
operators.operatorframework.io.bundle.package.v1: update-service-operator
operators.operatorframework.io.bundle.channels.v1: v1
operators.operatorframework.io.bundle.channel.default.v1: v1
operators.operatorframework.io.metrics.builder: operator-sdk-v1.28.0-ocp
operators.operatorframework.io.metrics.builder: operator-sdk-v1.31.0-ocp
operators.operatorframework.io.metrics.mediatype.v1: metrics+v1
operators.operatorframework.io.metrics.project_layout: go.kubebuilder.io/v3

Expand Down