From 40702435bb0e935865b09cbedd224b348868438d Mon Sep 17 00:00:00 2001
From: Andrew Greene <andrew@defenseunicorns.com>
Date: Thu, 19 Jan 2023 18:32:49 +0000
Subject: [PATCH] hotfix: Remove duplicate customizeComponents version [SKIP
 CI]

---
 CHANGELOG.md                                  |  8 ++-
 README.md                                     | 52 +------------------
 chart/Chart.yaml                              |  2 +-
 .../kubevirt.io_v1_kubevirt_kubevirt.yaml     |  1 -
 4 files changed, 9 insertions(+), 54 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 09777ea..bede582 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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
diff --git a/README.md b/README.md
index c6c6d10..4da83b7 100644
--- a/README.md
+++ b/README.md
@@ -1,51 +1 @@
-# 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
diff --git a/chart/Chart.yaml b/chart/Chart.yaml
index 1021ca6..78f6168 100644
--- a/chart/Chart.yaml
+++ b/chart/Chart.yaml
@@ -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"
diff --git a/chart/templates/kubevirt.io_v1_kubevirt_kubevirt.yaml b/chart/templates/kubevirt.io_v1_kubevirt_kubevirt.yaml
index b582dfe..7e4d82d 100644
--- a/chart/templates/kubevirt.io_v1_kubevirt_kubevirt.yaml
+++ b/chart/templates/kubevirt.io_v1_kubevirt_kubevirt.yaml
@@ -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:
-- 
GitLab