diff --git a/akri-dashboard-extension-chart/Chart.yaml b/akri-dashboard-extension-chart/Chart.yaml index b33c51c..0792172 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:%%CHART_MAJOR%%.0.0_up1.2.0 -#!BuildTag: %%IMG_PREFIX%%akri-dashboard-extension-chart:%%CHART_MAJOR%%.0.0_up1.2.0-%RELEASE% +#!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: catalog.cattle.io/certified: rancher catalog.cattle.io/display-name: Akri @@ -10,11 +10,11 @@ annotations: 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: ">= 3.0.0" + catalog.cattle.io/ui-extensions-version: ">= 3.0.0 < 4.0.0" apiVersion: v2 -appVersion: 1.2.0 +appVersion: 1.2.1 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: "%%CHART_MAJOR%%.0.0+up1.2.0" +version: "%%CHART_MAJOR%%.0.0+up1.2.1" diff --git a/akri-dashboard-extension-chart/templates/cr.yaml b/akri-dashboard-extension-chart/templates/cr.yaml index 5568b57..4d84246 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.2.0 + endpoint: https://raw.githubusercontent.com/suse-edge/dashboard-extensions/gh-pages/extensions/akri-dashboard-extension/1.2.1 noCache: {{ .Values.plugin.noCache }} noAuth: {{ .Values.plugin.noAuth }} 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 86a5e98..a89f903 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.10.0-0" - catalog.cattle.io/ui-extensions-version: ">= 3.0.0" + catalog.cattle.io/ui-extensions-version: ">= 3.0.0 < 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 bb14a80..c5eaed1 100644 --- a/release-manifest-image/release_manifest.yaml +++ b/release-manifest-image/release_manifest.yaml @@ -93,7 +93,7 @@ spec: addonCharts: - releaseName: akri-dashboard-extension chart: %%CHART_REPO%%/%%IMG_PREFIX%%akri-dashboard-extension-chart - version: %%CHART_MAJOR%%.0.0+up1.1.0 + version: %%CHART_MAJOR%%.0.0+up1.2.1 - prettyName: Metal3 releaseName: metal3 chart: %%CHART_REPO%%/%%IMG_PREFIX%%metal3-chart