diff --git a/akri-dashboard-extension-chart/Chart.yaml b/akri-dashboard-extension-chart/Chart.yaml index bed898e..a0893c1 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.3_up1.3.1 -#!BuildTag: %%CHART_PREFIX%%akri-dashboard-extension:%%CHART_MAJOR%%.0.3_up1.3.1-%RELEASE% +#!BuildTag: %%CHART_PREFIX%%akri-dashboard-extension:%%CHART_MAJOR%%.0.4_up1.3.2 +#!BuildTag: %%CHART_PREFIX%%akri-dashboard-extension:%%CHART_MAJOR%%.0.4_up1.3.2-%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: 304.0.3+up1.3.1 +appVersion: 1.3.2 description: 'SUSE Edge: Akri extension for Rancher Dashboard' name: akri-dashboard-extension type: application -version: "%%CHART_MAJOR%%.0.3+up1.3.1" +version: "%%CHART_MAJOR%%.0.4+up1.3.2" 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 472eb28..b9adca8 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/304.0.3+up1.3.1 + endpoint: https://raw.githubusercontent.com/suse-edge/dashboard-extensions/gh-pages/extensions/akri-dashboard-extension/1.3.2 noCache: {{ .Values.plugin.noCache }} noAuth: {{ .Values.plugin.noAuth }} metadata: {{ include "extension-server.pluginMetadata" . | indent 6 }} diff --git a/kubevirt-dashboard-extension-chart/Chart.yaml b/kubevirt-dashboard-extension-chart/Chart.yaml index e3f12ed..a08d7a7 100644 --- a/kubevirt-dashboard-extension-chart/Chart.yaml +++ b/kubevirt-dashboard-extension-chart/Chart.yaml @@ -1,5 +1,5 @@ -#!BuildTag: %%CHART_PREFIX%%kubevirt-dashboard-extension:%%CHART_MAJOR%%.0.3_up1.3.2 -#!BuildTag: %%CHART_PREFIX%%kubevirt-dashboard-extension:%%CHART_MAJOR%%.0.3_up1.3.2-%RELEASE% +#!BuildTag: %%CHART_PREFIX%%kubevirt-dashboard-extension:%%CHART_MAJOR%%.0.4_up1.3.3 +#!BuildTag: %%CHART_PREFIX%%kubevirt-dashboard-extension:%%CHART_MAJOR%%.0.4_up1.3.3-%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: 304.0.3+up1.3.2 +appVersion: 1.3.3 description: 'SUSE Edge: KubeVirt extension for Rancher Dashboard' name: kubevirt-dashboard-extension type: application -version: "%%CHART_MAJOR%%.0.3+up1.3.2" +version: "%%CHART_MAJOR%%.0.4+up1.3.3" icon: >- https://raw.githubusercontent.com/cncf/artwork/master/projects/kubevirt/icon/color/kubevirt-icon-color.svg diff --git a/kubevirt-dashboard-extension-chart/templates/cr.yaml b/kubevirt-dashboard-extension-chart/templates/cr.yaml index 7536541..6c7cdc3 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/304.0.3+up1.3.2 + endpoint: https://raw.githubusercontent.com/suse-edge/dashboard-extensions/gh-pages/extensions/kubevirt-dashboard-extension/1.3.3 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 3f0f883..38f9d8d 100644 --- a/release-manifest-image/release_manifest.yaml +++ b/release-manifest-image/release_manifest.yaml @@ -119,7 +119,7 @@ spec: addonCharts: - releaseName: kubevirt-dashboard-extension chart: '%%CHART_REPO%%/%%CHART_PREFIX%%kubevirt-dashboard-extension' - version: '%%CHART_MAJOR%%.0.3+up1.3.2' + version: '%%CHART_MAJOR%%.0.4+up1.3.3' - prettyName: NeuVector releaseName: neuvector chart: neuvector @@ -134,7 +134,7 @@ spec: - releaseName: neuvector-ui-ext chart: neuvector-ui-ext repository: https://github.com/rancher/ui-plugin-charts/raw/main - version: 2.1.3 + version: 2.1.5 - prettyName: EndpointCopierOperator releaseName: endpoint-copier-operator chart: '%%CHART_REPO%%/%%CHART_PREFIX%%endpoint-copier-operator' @@ -167,7 +167,7 @@ spec: addonCharts: - releaseName: akri-dashboard-extension chart: '%%CHART_REPO%%/%%CHART_PREFIX%%akri-dashboard-extension' - version: '%%CHART_MAJOR%%.0.3+up1.3.1' + version: '%%CHART_MAJOR%%.0.4+up1.3.2' - prettyName: Metal3 releaseName: metal3 chart: '%%CHART_REPO%%/%%CHART_PREFIX%%metal3'