From 241b76999f466829c2bb70bd85ffe9db8c26a2aff5c7fe6d79b7592a0a5c8a14 Mon Sep 17 00:00:00 2001 From: Jiri Tomasek Date: Fri, 15 Nov 2024 13:56:32 +0100 Subject: [PATCH] Update akri-dashboard-extension-chart to v1.2.0 --- akri-dashboard-extension-chart/Chart.yaml | 12 ++++++------ .../templates/_helpers.tpl | 2 +- akri-dashboard-extension-chart/templates/cr.yaml | 4 ++-- akri-dashboard-extension-chart/values.yaml | 4 ++-- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/akri-dashboard-extension-chart/Chart.yaml b/akri-dashboard-extension-chart/Chart.yaml index 230d0e2..6e6163d 100644 --- a/akri-dashboard-extension-chart/Chart.yaml +++ b/akri-dashboard-extension-chart/Chart.yaml @@ -1,5 +1,5 @@ -#!BuildTag: %%IMG_PREFIX%%akri-dashboard-extension-chart:1.1.0 -#!BuildTag: %%IMG_PREFIX%%akri-dashboard-extension-chart:1.1.0-%RELEASE% +#!BuildTag: %%IMG_PREFIX%%akri-dashboard-extension-chart:1.2.0 +#!BuildTag: %%IMG_PREFIX%%akri-dashboard-extension-chart:1.2.0-%RELEASE% annotations: catalog.cattle.io/certified: rancher catalog.cattle.io/display-name: Akri @@ -7,14 +7,14 @@ annotations: catalog.cattle.io/namespace: cattle-ui-plugin-system catalog.cattle.io/os: linux catalog.cattle.io/permits-os: linux, windows - catalog.cattle.io/rancher-version: '>= v2.9.0' + catalog.cattle.io/rancher-version: '>= 2.10.0-0' catalog.cattle.io/scope: management catalog.cattle.io/ui-component: plugins - catalog.cattle.io/ui-extensions-version: '>= 2.0.1' + catalog.cattle.io/ui-extensions-version: '>= 3.0.0' apiVersion: v2 -appVersion: 1.1.0 +appVersion: 1.2.0 description: 'SUSE Edge: Akri extension for Rancher Dashboard' icon: https://raw.githubusercontent.com/cncf/artwork/main/projects/akri/icon/color/akri-icon-color.svg name: akri-dashboard-extension type: application -version: 1.1.0 +version: 1.2.0 diff --git a/akri-dashboard-extension-chart/templates/_helpers.tpl b/akri-dashboard-extension-chart/templates/_helpers.tpl index a023a24..3ccd515 100644 --- a/akri-dashboard-extension-chart/templates/_helpers.tpl +++ b/akri-dashboard-extension-chart/templates/_helpers.tpl @@ -60,4 +60,4 @@ Pkg annotations {{ $key }}: {{ $value | quote }} {{- end }} {{- end }} -{{- end }} +{{- end }} \ No newline at end of file diff --git a/akri-dashboard-extension-chart/templates/cr.yaml b/akri-dashboard-extension-chart/templates/cr.yaml index 62bad0d..5568b57 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/1.1.0 + endpoint: https://raw.githubusercontent.com/suse-edge/dashboard-extensions/gh-pages/extensions/akri-dashboard-extension/1.2.0 noCache: {{ .Values.plugin.noCache }} noAuth: {{ .Values.plugin.noAuth }} - metadata: {{ include "extension-server.pluginMetadata" . | indent 6 }} + metadata: {{ include "extension-server.pluginMetadata" . | indent 6 }} \ No newline at end of file diff --git a/akri-dashboard-extension-chart/values.yaml b/akri-dashboard-extension-chart/values.yaml index 38f3537..86a5e98 100644 --- a/akri-dashboard-extension-chart/values.yaml +++ b/akri-dashboard-extension-chart/values.yaml @@ -7,6 +7,6 @@ plugin: noAuth: false metadata: catalog.cattle.io/display-name: Akri - catalog.cattle.io/rancher-version: ">= v2.9.0" - catalog.cattle.io/ui-extensions-version: ">= 2.0.1" + catalog.cattle.io/rancher-version: ">= 2.10.0-0" + catalog.cattle.io/ui-extensions-version: ">= 3.0.0" catalog.cattle.io/kube-version: ">= v1.26.0-0"