UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 7ccfc05e authored by Rob Mengert's avatar Rob Mengert
Browse files

Merge branch 'hotfix-customizeComponents' into 'main'

Update chart/templates/kubevirt.io_v1_kubevirt_kubevirt.yaml [SKIP CI]

See merge request !39
parents 0397edb1 40702435
No related branches found
No related tags found
1 merge request!39Update chart/templates/kubevirt.io_v1_kubevirt_kubevirt.yaml [SKIP CI]
Pipeline #1320309 skipped
......@@ -2,7 +2,13 @@
Format: [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
## [ 0.58.0-bb.1 ] - 2020-11-12
## [ 0.58.0.bb.2 ] - 2020-1-19
## Fix
- Removed duplicate customizeComponents element
## [ 0.58.0-bb.1 ] - 2020-1-17
### Changed
- Converted all images to quay.io/kubevirt
- Added pull secret in test-values
......
# kubevirt
![Version: 0.58.0-bb.1(https://img.shields.io/badge/Version-0.58.0--bb.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.58.0](https://img.shields.io/badge/AppVersion-0.58.0-informational?style=flat-square)
KubeVirt helm chart package
## Learn More
* [Application Overview](docs/overview.md)
* [Other Documentation](docs/)
## Pre-Requisites
* Kubernetes Cluster deployed
* Kubernetes config installed in `~/.kube/config`
* Helm installed
Install Helm
https://helm.sh/docs/intro/install/
## Deployment
* Clone down the repository
* cd into directory
```bash
helm install kubevirt chart/
```
## Values
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| deployment.spec.replicas | int | `2` | replica count |
| deployment.spec.template.spec.containers.image.name | string | `"virt-operator"` | |
| deployment.spec.template.spec.containers.image.registry | string | `"quay.io/kubevirt"` | |
| deployment.spec.template.spec.containers.image.version | string | `"v0.58.0"` | |
| deployment.spec.template.spec.containers.command.port | int | `8443` | |
| deployment.spec.template.spec.containers.command.verbosity | int | `2` | |
| deployment.spec.template.spec.containers.ports.metricsPort | int | `8443` | |
| deployment.spec.template.spec.containers.ports.webhooksPort | int | `8444` | |
| deployment.spec.template.spec.containers.resources.requests.cpu | string | `"10m"` | |
| deployment.spec.template.spec.containers.resources.requests.memory | string | `"250Mi"` | |
| imagePullSecrets | list | `[]` | |
| workloads.nodePlacement | object | `{}` | |
| infra.nodePlacement | object | `{}` | |
| useEmulation | bool | `false` | |
| featureGates | list | `[]` | |
## Contributing
Please see the [contributing guide](./CONTRIBUTING.md) if you are interested in contributing.
<html><body>You are being <a href="https://repo1.dso.mil/big-bang/apps/library-charts/gluon/-/raw/master/docs/README.md.gotmpl">redirected</a>.</body></html><html><body>You are being <a href="https://repo1.dso.mil/big-bang/apps/library-charts/gluon/-/raw/master/docs/_templates.gotmpl">redirected</a>.</body></html><html><body>You are being <a href="https://repo1.dso.mil/big-bang/apps/library-charts/gluon/-/raw/master/docs/README.md.gotmpl">redirected</a>.</body></html><html><body>You are being <a href="https://repo1.dso.mil/big-bang/apps/library-charts/gluon/-/raw/master/docs/_templates.gotmpl">redirected</a>.</body></html>
\ No newline at end of file
......@@ -2,5 +2,5 @@ apiVersion: v2
name: kubevirt
description: KubeVirt helm chart package
type: application
version: 0.58.0-bb.1
version: 0.58.0-bb.2
appVersion: "0.58.0"
......@@ -21,7 +21,6 @@ spec:
featureGates: []
{{- end }}
useEmulation: {{ .Values.useEmulation | default "false" }}
customizeComponents: {}
imagePullPolicy: IfNotPresent
imageRegistry: {{ .Values.deployment.spec.template.spec.containers.image.registry }}
infra:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment