UNCLASSIFIED - NO CUI
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kubevirt
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Big Bang
Packages
Third Party
Kubevirt
Commits
7971ecf9
Commit
7971ecf9
authored
2 years ago
by
Kiran Thyagaraja
Committed by
andrew.greene
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
feat: Add zarf package support
parent
bd64080a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!30
Add zarf package support
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
CHANGELOG.md
+4
-0
4 additions, 0 deletions
CHANGELOG.md
README.md
+3
-3
3 additions, 3 deletions
README.md
bigbang/Chart.yaml
+1
-1
1 addition, 1 deletion
bigbang/Chart.yaml
chart/Chart.yaml
+2
-2
2 additions, 2 deletions
chart/Chart.yaml
zarf.yaml
+24
-0
24 additions, 0 deletions
zarf.yaml
with
34 additions
and
6 deletions
CHANGELOG.md
+
4
−
0
View file @
7971ecf9
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
README.md
+
3
−
3
View file @
7971ecf9
# bigbang-kubevirt
# bigbang-kubevirt






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






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
This diff is collapsed.
Click to expand it.
bigbang/Chart.yaml
+
1
−
1
View file @
7971ecf9
...
@@ -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"
This diff is collapsed.
Click to expand it.
chart/Chart.yaml
+
2
−
2
View file @
7971ecf9
...
@@ -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
This diff is collapsed.
Click to expand it.
zarf.yaml
0 → 100644
+
24
−
0
View file @
7971ecf9
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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment