@@ -17,6 +17,8 @@ entries:
1717 replaces : deployment-validation-operator.0.7.9
1818- name : deployment-validation-operator.v0.7.12
1919 replaces : deployment-validation-operator.v0.7.11
20+ - name : deployment-validation-operator.v0.7.13
21+ replaces : deployment-validation-operator.v0.7.12
2022---
2123image : registry.redhat.io/dvo/deployment-validation-operator-bundle@sha256:05ceef5812635579b19d20ec44ca016100c4c05abc93ba5533ec5f5f111decec
2224name : deployment-validation-operator.0.7.5
@@ -350,3 +352,76 @@ relatedImages:
350352- image : registry.redhat.io/dvo/deployment-validation-rhel8-operator@sha256:cea717212b60d860eeabb63d96e8b9c47faceaeb4c2f0fcb879d486a19c37b3d
351353 name : " "
352354schema : olm.bundle
355+ ---
356+ image : registry.redhat.io/dvo/deployment-validation-operator-bundle@sha256:0af47b9fbb72853decb462c6e99a95e88f7e63c1a49eb18a3e7da9622a8ff23a
357+ name : deployment-validation-operator.v0.7.13
358+ package : deployment-validation-operator
359+ properties :
360+ - type : olm.package
361+ value :
362+ packageName : deployment-validation-operator
363+ version : 0.7.13
364+ - type : olm.csv.metadata
365+ value :
366+ annotations :
367+ alm-examples : ' []'
368+ capabilities : Basic Install
369+ categories : Application Runtime, Monitoring, Security
370+ certified : " false"
371+ containerImage : registry.redhat.io/dvo/deployment-validation-rhel8-operator@sha256:74728420bb74a5a9a8040b48413da48f506e42b333df53c2067f53f614a2342d
372+ createdAt : " 2024-11-27T00:00:00Z"
373+ description : The deployment validation operator
374+ features.operators.openshift.io/cnf : " false"
375+ features.operators.openshift.io/cni : " false"
376+ features.operators.openshift.io/csi : " false"
377+ features.operators.openshift.io/disconnected : " true"
378+ features.operators.openshift.io/fips-compliant : " true"
379+ features.operators.openshift.io/proxy-aware : " true"
380+ features.operators.openshift.io/tls-profiles : " false"
381+ features.operators.openshift.io/token-auth-aws : " false"
382+ features.operators.openshift.io/token-auth-azure : " false"
383+ features.operators.openshift.io/token-auth-gcp : " false"
384+ ignore-check.kube-linter.io/minimum-three-replicas : This deployment uses 1 pod
385+ as currently replicating does not replicate metric data causing installation
386+ issues
387+ operators.openshift.io/valid-subscription : ' ["OpenShift Container Platform",
388+ "OpenShift Platform Plus"]'
389+ operators.operatorframework.io/builder : operator-sdk-v1.31.0+git
390+ operators.operatorframework.io/project_layout : unknown
391+ repository : https://github.com/app-sre/deployment-validation-operator
392+ support : Best Effort
393+ apiServiceDefinitions : {}
394+ crdDescriptions : {}
395+ description : |
396+ The Deployment Validation Operator (DVO) checks deployments and other resources against a curated collection of best practices.
397+ These best practices focus mainly on ensuring that the applications are fault-tolerant. DVO reports failed validations via Prometheus metrics.
398+ If the best-practice check has failed, the metrics will report `1`.
399+ displayName : Deployment Validation Operator
400+ installModes :
401+ - supported : true
402+ type : OwnNamespace
403+ - supported : true
404+ type : SingleNamespace
405+ - supported : true
406+ type : AllNamespaces
407+ - supported : false
408+ type : MultiNamespace
409+ keywords :
410+ - dvo
411+ links :
412+ - name : repository
413+ url : https://github.com/app-sre/deployment-validation-operator
414+ - name : containerImage
415+ url : registry.redhat.io/dvo/deployment-validation-rhel8-operator@sha256:74728420bb74a5a9a8040b48413da48f506e42b333df53c2067f53f614a2342d
416+ maintainers :
417+ 418+ name : Red Hat
419+ maturity : alpha
420+ provider :
421+ name : Red Hat
422+ relatedImages :
423+ - image : registry.redhat.io/dvo/deployment-validation-operator-bundle@sha256:0af47b9fbb72853decb462c6e99a95e88f7e63c1a49eb18a3e7da9622a8ff23a
424+ name : " "
425+ - image : registry.redhat.io/dvo/deployment-validation-rhel8-operator@sha256:74728420bb74a5a9a8040b48413da48f506e42b333df53c2067f53f614a2342d
426+ name : " "
427+ schema : olm.bundle
0 commit comments