Skip to content

Commit

Permalink
Updating the bundle-hub files. (#1199)
Browse files Browse the repository at this point in the history
Usually we don't know let PRs to merge if those files are not updated
accordingly but for some reason `ci/prow/check-api-changes` is not
detecting the changes and we went out of sync.

Signed-off-by: Yoni Bettan <[email protected]>
  • Loading branch information
ybettan authored Sep 4, 2024
1 parent 7c47ed1 commit a5a68fd
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
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

0 comments on commit a5a68fd

Please sign in to comment.