From 6b530a91d94e443102fbb039c808bc01ff377e456e35705251e99e4e454cf59a Mon Sep 17 00:00:00 2001 From: Steven Hardy Date: Tue, 19 Nov 2024 16:50:59 +0000 Subject: [PATCH] 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 --- cdi-chart/Chart.yaml | 2 +- rancher-turtles-chart/charts/cluster-api-operator/Chart.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cdi-chart/Chart.yaml b/cdi-chart/Chart.yaml index 1b08449..ca5b44f 100644 --- a/cdi-chart/Chart.yaml +++ b/cdi-chart/Chart.yaml @@ -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" diff --git a/rancher-turtles-chart/charts/cluster-api-operator/Chart.yaml b/rancher-turtles-chart/charts/cluster-api-operator/Chart.yaml index 74665fd..a8e8fa2 100644 --- a/rancher-turtles-chart/charts/cluster-api-operator/Chart.yaml +++ b/rancher-turtles-chart/charts/cluster-api-operator/Chart.yaml @@ -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 -- 2.45.2