Skip to content

Commit

Permalink
Merge pull request #3 from suse-edge/kubevirt-updates
Browse files Browse the repository at this point in the history
KubeVirt extension updates
  • Loading branch information
jtomasek committed Aug 3, 2023
2 parents c49e069 + 1d4b7b6 commit 29be1b7
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 8 deletions.
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

0 comments on commit 29be1b7

Please sign in to comment.