Skip to content

Commit

Permalink
updated action and chart file
Browse files Browse the repository at this point in the history
  • Loading branch information
jdambly-ns committed Oct 2, 2024
1 parent acd3181 commit ab35b2e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/helm_test_sriov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
version: v0.17.0 # specify the kind version you want to use

- name: Helm Lint SRIOV
run: helm lint SRIOV
run: helm lint ./sriov

- name: Install Helm chart SRIOV
run: helm install --wait --timeout 60s sriov-release ./sriov
Expand Down
4 changes: 2 additions & 2 deletions sriov/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ apiVersion: v2
name: sriov
description: SR-IOV CNI Helm chart for Kubernetes
type: application
version: 0.1.1
version: 0.1.2
home: https://github.com/intel/sriov-network-device-plugin
sources:
- https://github.com/intel/sriov-network-device-plugin
- https://github.com/intel/sriov-cni
maintainers:
- name: Network Plumbing Group
appVersion: 0.1.0
appVersion: 3.7.0

0 comments on commit ab35b2e

Please sign in to comment.