From 25de5df7820082a494595fa3643059454d93b5605ced2feb1f68dcec2b82a075 Mon Sep 17 00:00:00 2001 From: Nicolas Belouin Date: Thu, 16 Jan 2025 15:35:46 +0100 Subject: [PATCH] Add an additional tag without the _up suffix to please Rancher for dashboard extensions Signed-off-by: Nicolas Belouin --- akri-dashboard-extension-chart/Chart.yaml | 1 + kubevirt-dashboard-extension-chart/Chart.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/akri-dashboard-extension-chart/Chart.yaml b/akri-dashboard-extension-chart/Chart.yaml index 0792172..ed0424b 100644 --- a/akri-dashboard-extension-chart/Chart.yaml +++ b/akri-dashboard-extension-chart/Chart.yaml @@ -1,3 +1,4 @@ +#!BuildTag: %%IMG_PREFIX%%akri-dashboard-extension-chart:%%CHART_MAJOR%%.0.0 #!BuildTag: %%IMG_PREFIX%%akri-dashboard-extension-chart:%%CHART_MAJOR%%.0.0_up1.2.1 #!BuildTag: %%IMG_PREFIX%%akri-dashboard-extension-chart:%%CHART_MAJOR%%.0.0_up1.2.1-%RELEASE% annotations: diff --git a/kubevirt-dashboard-extension-chart/Chart.yaml b/kubevirt-dashboard-extension-chart/Chart.yaml index d0cc830..3137422 100644 --- a/kubevirt-dashboard-extension-chart/Chart.yaml +++ b/kubevirt-dashboard-extension-chart/Chart.yaml @@ -1,3 +1,4 @@ +#!BuildTag: %%IMG_PREFIX%%kubevirt-dashboard-extension-chart:%%CHART_MAJOR%%.0.0 #!BuildTag: %%IMG_PREFIX%%kubevirt-dashboard-extension-chart:%%CHART_MAJOR%%.0.0_up1.2.1 #!BuildTag: %%IMG_PREFIX%%kubevirt-dashboard-extension-chart:%%CHART_MAJOR%%.0.0_up1.2.1-%RELEASE% annotations: