From d5e487518a62c0af2b731430792eacbf628bfb7f7c236b956147e68427516111 Mon Sep 17 00:00:00 2001 From: Jiri Tomasek Date: Thu, 15 May 2025 14:35:35 +0200 Subject: [PATCH] akri-dashboard-extension-chart: update to version 303.0.2+up1.3.1 --- akri-dashboard-extension-chart/Chart.yaml | 12 ++++++------ akri-dashboard-extension-chart/templates/cr.yaml | 2 +- akri-dashboard-extension-chart/values.yaml | 2 +- release-manifest-image/release_manifest.yaml | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/akri-dashboard-extension-chart/Chart.yaml b/akri-dashboard-extension-chart/Chart.yaml index fb879d0..1493708 100644 --- a/akri-dashboard-extension-chart/Chart.yaml +++ b/akri-dashboard-extension-chart/Chart.yaml @@ -1,6 +1,6 @@ -#!BuildTag: %%CHART_PREFIX%%akri-dashboard-extension:%%CHART_MAJOR%%.0.1 -#!BuildTag: %%CHART_PREFIX%%akri-dashboard-extension:%%CHART_MAJOR%%.0.1_up1.3.0 -#!BuildTag: %%CHART_PREFIX%%akri-dashboard-extension:%%CHART_MAJOR%%.0.1_up1.3.0-%RELEASE% +#!BuildTag: %%CHART_PREFIX%%akri-dashboard-extension:%%CHART_MAJOR%%.0.2 +#!BuildTag: %%CHART_PREFIX%%akri-dashboard-extension:%%CHART_MAJOR%%.0.2_up1.3.1 +#!BuildTag: %%CHART_PREFIX%%akri-dashboard-extension:%%CHART_MAJOR%%.0.2_up1.3.1-%RELEASE% annotations: catalog.cattle.io/certified: rancher catalog.cattle.io/namespace: cattle-ui-plugin-system @@ -10,13 +10,13 @@ annotations: catalog.cattle.io/ui-component: plugins catalog.cattle.io/display-name: Akri catalog.cattle.io/rancher-version: '>= 2.11.0-0' - catalog.cattle.io/ui-extensions-version: '>= 3.0.4 < 4.0.0' + catalog.cattle.io/ui-extensions-version: '>= 3.0.2 < 4.0.0' catalog.cattle.io/kube-version: '>= v1.26.0-0' apiVersion: v2 -appVersion: 303.0.1+up1.3.0 +appVersion: 303.0.2+up1.3.1 description: 'SUSE Edge: Akri extension for Rancher Dashboard' name: akri-dashboard-extension type: application -version: "%%CHART_MAJOR%%.0.1+up1.3.0" +version: "%%CHART_MAJOR%%.0.2+up1.3.1" icon: >- https://raw.githubusercontent.com/cncf/artwork/main/projects/akri/icon/color/akri-icon-color.svg diff --git a/akri-dashboard-extension-chart/templates/cr.yaml b/akri-dashboard-extension-chart/templates/cr.yaml index 886bac5..6c96276 100644 --- a/akri-dashboard-extension-chart/templates/cr.yaml +++ b/akri-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/akri-dashboard-extension/303.0.1+up1.3.0 + endpoint: https://raw.githubusercontent.com/suse-edge/dashboard-extensions/gh-pages/extensions/akri-dashboard-extension/303.0.2+up1.3.1 noCache: {{ .Values.plugin.noCache }} noAuth: {{ .Values.plugin.noAuth }} metadata: {{ include "extension-server.pluginMetadata" . | indent 6 }} diff --git a/akri-dashboard-extension-chart/values.yaml b/akri-dashboard-extension-chart/values.yaml index 3b5aecb..099ec5a 100644 --- a/akri-dashboard-extension-chart/values.yaml +++ b/akri-dashboard-extension-chart/values.yaml @@ -8,5 +8,5 @@ plugin: metadata: catalog.cattle.io/display-name: Akri catalog.cattle.io/rancher-version: ">= 2.11.0-0" - catalog.cattle.io/ui-extensions-version: ">= 3.0.4 < 4.0.0" + catalog.cattle.io/ui-extensions-version: ">= 3.0.2 < 4.0.0" catalog.cattle.io/kube-version: ">= v1.26.0-0" diff --git a/release-manifest-image/release_manifest.yaml b/release-manifest-image/release_manifest.yaml index 4a1a61e..11c59f2 100644 --- a/release-manifest-image/release_manifest.yaml +++ b/release-manifest-image/release_manifest.yaml @@ -167,7 +167,7 @@ spec: addonCharts: - releaseName: akri-dashboard-extension chart: %%CHART_REPO%%/%%CHART_PREFIX%%akri-dashboard-extension - version: %%CHART_MAJOR%%.0.1+up1.3.0 + version: %%CHART_MAJOR%%.0.2+up1.3.1 - prettyName: Metal3 releaseName: metal3 chart: %%CHART_REPO%%/%%CHART_PREFIX%%metal3 -- 2.49.0