From 6852e1f4ce2c9043cb537a397a048195e5ed01041e95ca04dc367ca02cde786d Mon Sep 17 00:00:00 2001 From: Jiri Tomasek Date: Tue, 2 Sep 2025 10:15:23 +0200 Subject: [PATCH] akri-dashboard-extension-chart: Update to 304.0.3+up1.3.1 --- akri-dashboard-extension-chart/Chart.yaml | 8 ++++---- akri-dashboard-extension-chart/templates/cr.yaml | 2 +- release-manifest-image/release_manifest.yaml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/akri-dashboard-extension-chart/Chart.yaml b/akri-dashboard-extension-chart/Chart.yaml index 6c0674d..bed898e 100644 --- a/akri-dashboard-extension-chart/Chart.yaml +++ b/akri-dashboard-extension-chart/Chart.yaml @@ -1,5 +1,5 @@ -#!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% +#!BuildTag: %%CHART_PREFIX%%akri-dashboard-extension:%%CHART_MAJOR%%.0.3_up1.3.1 +#!BuildTag: %%CHART_PREFIX%%akri-dashboard-extension:%%CHART_MAJOR%%.0.3_up1.3.1-%RELEASE% annotations: catalog.cattle.io/certified: rancher catalog.cattle.io/namespace: cattle-ui-plugin-system @@ -12,10 +12,10 @@ annotations: 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.2+up1.3.1 +appVersion: 304.0.3+up1.3.1 description: 'SUSE Edge: Akri extension for Rancher Dashboard' name: akri-dashboard-extension type: application -version: "%%CHART_MAJOR%%.0.2+up1.3.1" +version: "%%CHART_MAJOR%%.0.3+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 6c96276..472eb28 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.2+up1.3.1 + endpoint: https://raw.githubusercontent.com/suse-edge/dashboard-extensions/gh-pages/extensions/akri-dashboard-extension/304.0.3+up1.3.1 noCache: {{ .Values.plugin.noCache }} noAuth: {{ .Values.plugin.noAuth }} metadata: {{ include "extension-server.pluginMetadata" . | indent 6 }} diff --git a/release-manifest-image/release_manifest.yaml b/release-manifest-image/release_manifest.yaml index 98783ba..93d22cd 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.2+up1.3.1' + version: '%%CHART_MAJOR%%.0.3+up1.3.1' - prettyName: Metal3 releaseName: metal3 chart: '%%CHART_REPO%%/%%CHART_PREFIX%%metal3' -- 2.51.1