UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 7971ecf9 authored by Kiran Thyagaraja's avatar Kiran Thyagaraja Committed by andrew.greene
Browse files

feat: Add zarf package support

parent bd64080a
No related branches found
No related tags found
1 merge request!30Add zarf package support
...@@ -2,6 +2,10 @@ ...@@ -2,6 +2,10 @@
Format: [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) Format: [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
## [0.0.1-bb.2] - 2022-07-14
### Added
- zarf.yaml added
## [0.0.1-bb.1] - 2022-06-17 ## [0.0.1-bb.1] - 2022-06-17
### Added ### Added
- Kubevirt v0.54.0 added - Kubevirt v0.54.0 added
......
# bigbang-kubevirt # bigbang-kubevirt
![Version: 0.0.1-bb.1](https://img.shields.io/badge/Version-0.0.1--bb.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.54.0](https://img.shields.io/badge/AppVersion-0.54.0-informational?style=flat-square) ![Version: 0.0.1-bb.2](https://img.shields.io/badge/Version-0.0.1--bb.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.54.0](https://img.shields.io/badge/AppVersion-0.54.0-informational?style=flat-square)
BigBang compatible Helm chart for kubevirt BigBang compatible Helm chart for kubevirt
...@@ -58,7 +58,7 @@ helm install bigbang-kubevirt chart/ ...@@ -58,7 +58,7 @@ helm install bigbang-kubevirt chart/
Please see the [contributing guide](./CONTRIBUTING.md) if you are interested in contributing. # kubevirt Please see the [contributing guide](./CONTRIBUTING.md) if you are interested in contributing. # kubevirt
![Version: 0.0.1-bb.1](https://img.shields.io/badge/Version-0.0.1--bb.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.54.0](https://img.shields.io/badge/AppVersion-0.54.0-informational?style=flat-square) ![Version: 0.0.1-bb.2](https://img.shields.io/badge/Version-0.0.1--bb.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.54.0](https://img.shields.io/badge/AppVersion-0.54.0-informational?style=flat-square)
KubeVirt helm chart package KubeVirt helm chart package
...@@ -102,4 +102,4 @@ helm install kubevirt chart/ ...@@ -102,4 +102,4 @@ helm install kubevirt chart/
## Contributing ## Contributing
Please see the [contributing guide](./CONTRIBUTING.md) if you are interested in contributing. Please see the [contributing guide](./CONTRIBUTING.md) if you are interested in contributing.
\ No newline at end of file
...@@ -3,5 +3,5 @@ apiVersion: v2 ...@@ -3,5 +3,5 @@ apiVersion: v2
name: bigbang-kubevirt name: bigbang-kubevirt
description: BigBang compatible Helm chart for kubevirt description: BigBang compatible Helm chart for kubevirt
type: application type: application
version: 0.0.1-bb.1 version: 0.0.1-bb.2
appVersion: "0.54.0" appVersion: "0.54.0"
...@@ -2,5 +2,5 @@ apiVersion: v2 ...@@ -2,5 +2,5 @@ apiVersion: v2
name: kubevirt name: kubevirt
description: KubeVirt helm chart package description: KubeVirt helm chart package
type: application type: application
version: 0.0.1-bb.1 version: 0.0.1-bb.2
appVersion: "0.54.0" appVersion: "0.54.0"
\ No newline at end of file
kind: ZarfPackageConfig
metadata:
name: kubevirt
description: "Add Kubevirt for enabling VM-based workloads in Kubernetes across an airgap"
components:
- name: kubevirt
required: true
charts:
- name: kubevirt
url: https://repo1.dso.mil/platform-one/big-bang/apps/third-party/kubevirt.git
version: 0.0.1-bb.2
gitPath: chart
namespace: kubevirt
valuesFiles:
- chart/values.yaml
images:
- registry.dso.mil/platform-one/big-bang/apps/third-party/kubevirt/virt-api:v0.54.0
- registry.dso.mil/platform-one/big-bang/apps/third-party/kubevirt/virt-controller:v0.54.0
- registry.dso.mil/platform-one/big-bang/apps/third-party/kubevirt/virt-launcher:v0.54.0
- registry.dso.mil/platform-one/big-bang/apps/third-party/kubevirt/virt-handler:v0.54.0
- registry.dso.mil/platform-one/big-bang/apps/third-party/kubevirt/virt-operator:v0.54.0
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