Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating the bundle-hub files. #1199

Merged
merged 1 commit into from
Sep 4, 2024
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
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.15.0
controller-gen.kubebuilder.io/version: v0.14.0
creationTimestamp: null
labels:
app.kubernetes.io/component: kmm-hub
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ metadata:
"apiVersion": "hub.kmm.sigs.x-k8s.io/v1beta1",
"kind": "ManagedClusterModule",
"metadata": {
"labels": {
"app.kubernetes.io/component": "kmm-hub",
"app.kubernetes.io/name": "kmm-hub",
"app.kubernetes.io/part-of": "kmm"
},
"name": "managedclustermodule-sample"
},
"spec": {
Expand All @@ -32,11 +37,15 @@ metadata:
}
]
capabilities: Basic Install
createdAt: "2024-06-03T15:27:54Z"
createdAt: "2024-09-03T16:21:51Z"
operatorframework.io/suggested-namespace: openshift-kmm-hub
operators.operatorframework.io/builder: operator-sdk-v1.32.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
repository: https://github.com/rh-ecosystem-edge/kernel-module-management
labels:
app.kubernetes.io/component: kmm-hub
app.kubernetes.io/name: kmm-hub
app.kubernetes.io/part-of: kmm
name: kernel-module-management-hub.v0.0.1
namespace: placeholder
spec:
Expand Down Expand Up @@ -219,7 +228,6 @@ spec:
- name: RELATED_IMAGE_SIGN
value: quay.io/edge-infrastructure/kernel-module-management-signimage:latest
image: quay.io/edge-infrastructure/kernel-module-management-operator-hub:latest
imagePullPolicy: Always
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -328,7 +336,6 @@ spec:
- --config=controller_config.yaml
- --enable-managedclustermodule
image: quay.io/edge-infrastructure/kernel-module-management-webhook-server:latest
imagePullPolicy: Always
livenessProbe:
httpGet:
path: /healthz
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ metadata:
}
]
capabilities: Basic Install
createdAt: "2024-09-03T12:40:53Z"
createdAt: "2024-09-03T16:21:50Z"
operatorframework.io/suggested-namespace: openshift-kmm
operators.operatorframework.io/builder: operator-sdk-v1.32.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
Expand Down
Loading