Skip to content

Commit

Permalink
set dev version for chart
Browse files Browse the repository at this point in the history
chart in the repo should be set to an arbitrary dev
version as we deploy latest components by default.

during release workflow relevant values are replaced
when release chart is built.

Signed-off-by: adrianc <adrianc@nvidia.com>
  • Loading branch information
adrianchiris committed Aug 27, 2024
1 parent 9dbf2b1 commit afcf37c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deployment/sriov-network-operator-chart/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
name: sriov-network-operator-chart
version: 1.2.0
version: 0.0.0-dev
kubeVersion: '>= 1.16.0-0'
appVersion: 1.2.0
appVersion: v0.0.0-dev
description: SR-IOV network operator configures and manages SR-IOV networks in the kubernetes cluster
type: application
keywords:
Expand Down

0 comments on commit afcf37c

Please sign in to comment.