Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KubeVirt extension updates #3

Merged
merged 2 commits into from
Aug 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .github/workflows/build-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,14 +90,18 @@ jobs:
git config user.name "$GITHUB_ACTOR"
git config user.email "[email protected]"

- name: Setup Helm
uses: azure/setup-helm@v3
with:
version: v3.8.0

- name: Download build artifact
uses: actions/download-artifact@v3
with:
name: charts

- name: Update index.html
run: |
command -v helm > /dev/null 2>&1 || die "helm command not found" 2
helm plugin list | grep -q repo-html || helm plugin install https://github.com/halkeye/helm-repo-html
helm repo-html -t index.tpl

Expand Down
7 changes: 5 additions & 2 deletions pkg/kubevirt/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## This is a subtitle
# SUSE Edge: KubeVirt extension for Rancher Dashboard",

This is a placeholder for the KubeVirt extension description.
An Edge focused extension for Rancher Dashboard allowing you to monitor and interact virtual machine based workloads.

For more information on SUSE Edge see https://suse-edge.github.io/
For more information on Kubevirt see https://kubevirt.io/
Loading
Loading