From 61c3638c4dcb0ecf4ba546774b5c1f080e4b7cafd18f6390f74fb517654c2a84 Mon Sep 17 00:00:00 2001 From: Jiri Tomasek Date: Wed, 19 Mar 2025 15:48:00 +0100 Subject: [PATCH] Update kubevirt-dashboard-extension-chart to v302.0.0+up1.2.1 --- kubevirt-dashboard-extension-chart/Chart.yaml | 5 +++-- kubevirt-dashboard-extension-chart/templates/_helpers.tpl | 4 ++-- kubevirt-dashboard-extension-chart/templates/cr.yaml | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/kubevirt-dashboard-extension-chart/Chart.yaml b/kubevirt-dashboard-extension-chart/Chart.yaml index 3137422..16f6f91 100644 --- a/kubevirt-dashboard-extension-chart/Chart.yaml +++ b/kubevirt-dashboard-extension-chart/Chart.yaml @@ -13,9 +13,10 @@ annotations: catalog.cattle.io/ui-component: plugins catalog.cattle.io/ui-extensions-version: ">= 3.0.0 < 4.0.0" apiVersion: v2 -appVersion: 1.2.1 +appVersion: 302.0.0+up1.2.1 description: 'SUSE Edge: KubeVirt extension for Rancher Dashboard' -icon: https://raw.githubusercontent.com/cncf/artwork/master/projects/kubevirt/icon/color/kubevirt-icon-color.svg name: kubevirt-dashboard-extension type: application version: "%%CHART_MAJOR%%.0.0+up1.2.1" +icon: >- + https://raw.githubusercontent.com/cncf/artwork/master/projects/kubevirt/icon/color/kubevirt-icon-color.svg diff --git a/kubevirt-dashboard-extension-chart/templates/_helpers.tpl b/kubevirt-dashboard-extension-chart/templates/_helpers.tpl index 3ccd515..b183967 100644 --- a/kubevirt-dashboard-extension-chart/templates/_helpers.tpl +++ b/kubevirt-dashboard-extension-chart/templates/_helpers.tpl @@ -38,7 +38,7 @@ Common labels helm.sh/chart: {{ include "extension-server.chart" . }} {{ include "extension-server.selectorLabels" . }} {{- if .Chart.AppVersion }} -app.kubernetes.io/version: {{ .Chart.AppVersion | quote }} +app.kubernetes.io/version: {{ .Chart.AppVersion | replace "+" "_" | quote }} {{- end }} app.kubernetes.io/managed-by: {{ .Release.Service }} {{- end }} @@ -60,4 +60,4 @@ Pkg annotations {{ $key }}: {{ $value | quote }} {{- end }} {{- end }} -{{- end }} \ No newline at end of file +{{- end }} diff --git a/kubevirt-dashboard-extension-chart/templates/cr.yaml b/kubevirt-dashboard-extension-chart/templates/cr.yaml index 1ecf20c..dc75767 100644 --- a/kubevirt-dashboard-extension-chart/templates/cr.yaml +++ b/kubevirt-dashboard-extension-chart/templates/cr.yaml @@ -8,7 +8,7 @@ spec: plugin: name: {{ include "extension-server.fullname" . }} version: {{ (semver (default .Chart.AppVersion .Values.plugin.versionOverride)).Original }} - endpoint: https://raw.githubusercontent.com/suse-edge/dashboard-extensions/gh-pages/extensions/kubevirt-dashboard-extension/1.2.1 + endpoint: https://raw.githubusercontent.com/suse-edge/dashboard-extensions/gh-pages/extensions/kubevirt-dashboard-extension/302.0.0+up1.2.1 noCache: {{ .Values.plugin.noCache }} noAuth: {{ .Values.plugin.noAuth }} metadata: {{ include "extension-server.pluginMetadata" . | indent 6 }} \ No newline at end of file -- 2.45.2