forked from suse-edge/Factory
Fix missed 302 chart prefixes
The CDI chart should only use CHART_MAJOR, and the cluster-api-operator subchart doesn't need to use a prefix
This commit is contained in:
parent
5c2204ba3e
commit
6b530a91d9
@ -6,4 +6,4 @@ description: A Helm chart for Containerized Data Importer (CDI)
|
||||
icon: https://raw.githubusercontent.com/cncf/artwork/main/projects/kubevirt/icon/color/kubevirt-icon-color.svg
|
||||
name: cdi
|
||||
type: application
|
||||
version: "%%CHART_MAJOR%%302.0.0+up0.4.0"
|
||||
version: "%%CHART_MAJOR%%.0.0+up0.4.0"
|
||||
|
@ -3,4 +3,4 @@ appVersion: 0.14.0
|
||||
description: Cluster API Operator
|
||||
name: cluster-api-operator
|
||||
type: application
|
||||
version: 302.0.0+up0.14.0
|
||||
version: 0.14.0
|
||||
|
Loading…
Reference in New Issue
Block a user