Cluster Chart : DVO
This helm chart is used to deploy the Deployment Validation Operator (DVO). This operator checks deployments and other resources against a curated collection of best practices.
This chart is part of the cluster-xxx startx helm chart series that doesn’t necessarily deploy pods but rather represent a cluster configuration state orchestrated by gitops tools like ArgoCD.
Requirements and guidelines
Read the startx helm-repository homepage for more information on how to use theses resources.
Deploy this helm chart on openshift
1. Connect to your Openshift cluster
oc login -t <token> <cluster-url>
2. Install the repository
helm repo add startx https://helm-repository.readthedocs.io/en/latest/repos/stable/
3. Get information about this chart
helm show chart startx/cluster-dvo
4. Install this chart
helm install cluster-dvo startx/cluster-dvo
Default values
Complete deployment of a project with the following characteristics :
!!! todo Complete this section
# base configuration running default configuration
helm install cluster-dvo startx/cluster-dvo
Others values availables
- startx : DVO operator (see values.yaml)
helm install cluster-dvo startx/cluster-dvo -f https://raw.githubusercontent.com/startxfr/helm-repository/master/charts/cluster-dvo/values-startx.yaml
History
Release | Date | Description |
---|---|---|
17.14.11 | 2025-03-05 | Create chart cluster-dvo from cluster-kepler |
17.14.13 | 2025-03-12 | Improve cluster-dvo options |
17.14.19 | 2025-03-12 | Align all chart to the 17.14.19 release |