@@ -13,15 +13,15 @@ metadata:
13
13
}
14
14
]
15
15
capabilities : Seamless Upgrades
16
- createdAt : " 2024-10-04T09:21:08Z "
16
+ createdAt : " 2024-11-19T13:55:17Z "
17
17
features.operators.openshift.io/disconnected : " true"
18
18
features.operators.openshift.io/fips-compliant : " false"
19
19
features.operators.openshift.io/proxy-aware : " false"
20
20
features.operators.openshift.io/tls-profiles : " false"
21
21
features.operators.openshift.io/token-auth-aws : " false"
22
22
features.operators.openshift.io/token-auth-azure : " false"
23
23
features.operators.openshift.io/token-auth-gcp : " false"
24
- olm.skipRange : ' >=1.1.0 <1.8.0' # # OSC_VERSION
24
+ olm.skipRange : ' >=1.1.0 <1.8.0'
25
25
operatorframework.io/suggested-namespace : openshift-sandboxed-containers-operator
26
26
operators.openshift.io/valid-subscription : ' ["OpenShift Container Platform", "OpenShift
27
27
Platform Plus"]'
@@ -32,7 +32,7 @@ metadata:
32
32
labels :
33
33
operatorframework.io/arch.amd64 : supported
34
34
operatorframework.io/os.linux : supported
35
- name : sandboxed-containers-operator.v1.8.0 # # OSC_VERSION
35
+ name : sandboxed-containers-operator.v1.8.0
36
36
spec :
37
37
apiservicedefinitions : {}
38
38
customresourcedefinitions :
@@ -411,25 +411,25 @@ spec:
411
411
- name : PEERPODS_NAMESPACE
412
412
value : openshift-sandboxed-containers-operator
413
413
- name : RELATED_IMAGE_KATA_MONITOR
414
- value : registry.redhat.io/openshift-sandboxed-containers/osc-monitor-rhel9:1.8.0 # # OSC_VERSION
414
+ value : registry.redhat.io/openshift-sandboxed-containers/osc-monitor-rhel9:1.8.0
415
415
- name : SANDBOXED_CONTAINERS_EXTENSION
416
416
value : kata-containers
417
417
- name : RELATED_IMAGE_CAA
418
- value : registry.redhat.io/openshift-sandboxed-containers/osc-cloud-api-adaptor-rhel9:1.8.0 # # OSC_VERSION
418
+ value : registry.redhat.io/openshift-sandboxed-containers/osc-cloud-api-adaptor-rhel9:1.8.0
419
419
- name : RELATED_IMAGE_PEERPODS_WEBHOOK
420
- value : registry.redhat.io/openshift-sandboxed-containers/osc-cloud-api-adaptor-webhook-rhel9:1.8.0 # # OSC_VERSION
420
+ value : registry.redhat.io/openshift-sandboxed-containers/osc-cloud-api-adaptor-webhook-rhel9:1.8.0
421
421
- name : RELATED_IMAGE_PODVM_BUILDER
422
- value : registry.redhat.io/openshift-sandboxed-containers/osc-podvm-builder-rhel9:1.8.0 # # OSC_VERSION
422
+ value : registry.redhat.io/openshift-sandboxed-containers/osc-podvm-builder-rhel9:1.8.0
423
423
- name : RELATED_IMAGE_PODVM_PAYLOAD
424
- value : registry.redhat.io/openshift-sandboxed-containers/osc-podvm-payload-rhel9:1.8.0 # # OSC_VERSION
424
+ value : registry.redhat.io/openshift-sandboxed-containers/osc-podvm-payload-rhel9:1.8.0
425
425
envFrom :
426
426
- secretRef :
427
427
name : peer-pods-secret
428
428
optional : true
429
429
- configMapRef :
430
430
name : peer-pods-cm
431
431
optional : true
432
- image : quay.io/openshift_sandboxed_containers/openshift-sandboxed-containers-operator:v1.8.0 # # OSC_VERSION
432
+ image : quay.io/openshift_sandboxed_containers/openshift-sandboxed-containers-operator:v1.8.0
433
433
imagePullPolicy : Always
434
434
name : manager
435
435
ports :
@@ -508,6 +508,31 @@ spec:
508
508
defaultMode : 384
509
509
optional : true
510
510
secretName : ssh-key-secret
511
+ - label :
512
+ app : operator-metrics-server
513
+ name : operator-metrics-server
514
+ spec :
515
+ replicas : 1
516
+ selector :
517
+ matchLabels :
518
+ app : operator-metrics-server
519
+ strategy : {}
520
+ template :
521
+ metadata :
522
+ labels :
523
+ app : operator-metrics-server
524
+ spec :
525
+ containers :
526
+ - command :
527
+ - /metrics-server
528
+ image : registry.redhat.io/openshift-sandboxed-containers/osc-monitor-rhel9:1.8.0
529
+ name : metrics-server
530
+ ports :
531
+ - containerPort : 8091
532
+ resources :
533
+ requests :
534
+ cpu : 50m
535
+ memory : 64Mi
511
536
permissions :
512
537
- rules :
513
538
- apiGroups :
@@ -566,18 +591,18 @@ spec:
566
591
provider :
567
592
name : Red Hat
568
593
relatedImages :
569
- - image : registry.redhat.io/openshift-sandboxed-containers/osc-monitor-rhel9:1.8.0 # # OSC_VERSION
594
+ - image : registry.redhat.io/openshift-sandboxed-containers/osc-monitor-rhel9:1.8.0
570
595
name : kata-monitor
571
- - image : registry.redhat.io/openshift-sandboxed-containers/osc-cloud-api-adaptor-rhel9:1.8.0 # # OSC_VERSION
596
+ - image : registry.redhat.io/openshift-sandboxed-containers/osc-cloud-api-adaptor-rhel9:1.8.0
572
597
name : caa
573
- - image : registry.redhat.io/openshift-sandboxed-containers/osc-cloud-api-adaptor-webhook-rhel9:1.8.0 # # OSC_VERSION
598
+ - image : registry.redhat.io/openshift-sandboxed-containers/osc-cloud-api-adaptor-webhook-rhel9:1.8.0
574
599
name : peerpods-webhook
575
- - image : registry.redhat.io/openshift-sandboxed-containers/osc-podvm-builder-rhel9:1.8.0 # # OSC_VERSION
600
+ - image : registry.redhat.io/openshift-sandboxed-containers/osc-podvm-builder-rhel9:1.8.0
576
601
name : podvm-builder
577
- - image : registry.redhat.io/openshift-sandboxed-containers/osc-podvm-payload-rhel9:1.8.0 # # OSC_VERSION
602
+ - image : registry.redhat.io/openshift-sandboxed-containers/osc-podvm-payload-rhel9:1.8.0
578
603
name : podvm-payload
579
- replaces : sandboxed-containers-operator.v1.7.0 # # OSC_VERSION_BEFORE
580
- version : 1.8.0 # # VERSION
604
+ replaces : sandboxed-containers-operator.v1.7.0
605
+ version : 1.8.0
581
606
webhookdefinitions :
582
607
- admissionReviewVersions :
583
608
- v1
0 commit comments