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
516f12e8
Commit
516f12e8
authored
2 years ago
by
andrew.greene
Committed by
Rob Mengert
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
fix: update function name for package wait [SKIP UPGRADE]
parent
326f84e3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!22
fix: update function name for package wait [SKIP UPGRADE]
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
CHANGELOG.md
+1
-1
1 addition, 1 deletion
CHANGELOG.md
README.md
+1
-1
1 addition, 1 deletion
README.md
chart/Chart.yaml
+1
-1
1 addition, 1 deletion
chart/Chart.yaml
tests/wait.sh
+1
-1
1 addition, 1 deletion
tests/wait.sh
with
4 additions
and
4 deletions
CHANGELOG.md
+
1
−
1
View file @
516f12e8
...
...
@@ -2,7 +2,7 @@
Format:
[
Keep a Changelog
](
https://keepachangelog.com/en/1.0.0/
)
## [0.1.3-alpha-bb.
6
] - unreleased
## [0.1.3-alpha-bb.
7
] - unreleased
-
Update Kubevirt to v0.53.1
-
Script written with skopeo in order to synchronize images between public locations and repo1
-
Pipeline fixes
...
...
This diff is collapsed.
Click to expand it.
README.md
+
1
−
1
View file @
516f12e8
# kubevirt






KubeVirt Big Bang package
...
...
This diff is collapsed.
Click to expand it.
chart/Chart.yaml
+
1
−
1
View file @
516f12e8
...
...
@@ -2,5 +2,5 @@ apiVersion: v2
name
:
kubevirt
description
:
KubeVirt Big Bang package
type
:
application
version
:
0.1.3-alpha-bb.
6
version
:
0.1.3-alpha-bb.
7
appVersion
:
"
0.53.1"
This diff is collapsed.
Click to expand it.
tests/wait.sh
+
1
−
1
View file @
516f12e8
#!/bin/bash
package_wai
t
()
{
wait_projec
t
()
{
timeElapsed
=
0
sleepTime
=
3
timeout
=
600
...
...
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