forked from suse-edge/Factory
Compare commits
1 Commits
cdi_fix
...
sriov_upda
Author | SHA256 | Date | |
---|---|---|---|
6910ab6577
|
@@ -210,11 +210,3 @@ staging_build:
|
|||||||
source_package: kiwi-builder-image
|
source_package: kiwi-builder-image
|
||||||
source_project: isv:SUSE:Edge:Factory
|
source_project: isv:SUSE:Edge:Factory
|
||||||
target_project: isv:SUSE:Edge:Factory:Staging
|
target_project: isv:SUSE:Edge:Factory:Staging
|
||||||
- branch_package:
|
|
||||||
source_package: kubevirt-chart
|
|
||||||
source_project: isv:SUSE:Edge:Factory
|
|
||||||
target_project: isv:SUSE:Edge:Factory:Staging
|
|
||||||
- branch_package:
|
|
||||||
source_package: release-manifest-image
|
|
||||||
source_project: isv:SUSE:Edge:Factory
|
|
||||||
target_project: isv:SUSE:Edge:Factory:Staging
|
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
#!BuildTag: %%IMG_PREFIX%%akri-chart:%%CHART_MAJOR%%.0.0_up0.12.20
|
#!BuildTag: %%IMG_PREFIX%%akri-chart:0.12.20
|
||||||
#!BuildTag: %%IMG_PREFIX%%akri-chart:%%CHART_MAJOR%%.0.0_up0.12.20-%RELEASE%
|
#!BuildTag: %%IMG_PREFIX%%akri-chart:0.12.20-%RELEASE%
|
||||||
annotations:
|
annotations:
|
||||||
catalog.cattle.io/display-name: Akri
|
catalog.cattle.io/display-name: Akri
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
@@ -8,4 +8,4 @@ description: A Helm chart for Akri
|
|||||||
icon: https://raw.githubusercontent.com/project-akri/akri-docs/main/art/icon/akri-icon-light.svg
|
icon: https://raw.githubusercontent.com/project-akri/akri-docs/main/art/icon/akri-icon-light.svg
|
||||||
name: akri
|
name: akri
|
||||||
type: application
|
type: application
|
||||||
version: "%%CHART_MAJOR%%.0.0+up0.12.20"
|
version: 0.12.20
|
||||||
|
@@ -11,7 +11,5 @@
|
|||||||
<param name="file">Chart.yaml</param>
|
<param name="file">Chart.yaml</param>
|
||||||
<param name="eval">IMG_PREFIX=$(rpm --macros=/root/.rpmmacros -E %{?img_prefix})</param>
|
<param name="eval">IMG_PREFIX=$(rpm --macros=/root/.rpmmacros -E %{?img_prefix})</param>
|
||||||
<param name="var">IMG_PREFIX</param>
|
<param name="var">IMG_PREFIX</param>
|
||||||
<param name="eval">CHART_MAJOR=$(rpm --macros=/root/.rpmmacros -E %{?chart_major})</param>
|
|
||||||
<param name="var">CHART_MAJOR</param>
|
|
||||||
</service>
|
</service>
|
||||||
</services>
|
</services>
|
||||||
|
@@ -1,20 +1,20 @@
|
|||||||
#!BuildTag: %%IMG_PREFIX%%akri-dashboard-extension-chart:%%CHART_MAJOR%%.0.0_up1.2.0
|
#!BuildTag: %%IMG_PREFIX%%akri-dashboard-extension-chart:1.2.0
|
||||||
#!BuildTag: %%IMG_PREFIX%%akri-dashboard-extension-chart:%%CHART_MAJOR%%.0.0_up1.2.0-%RELEASE%
|
#!BuildTag: %%IMG_PREFIX%%akri-dashboard-extension-chart:1.2.0-%RELEASE%
|
||||||
annotations:
|
annotations:
|
||||||
catalog.cattle.io/certified: rancher
|
catalog.cattle.io/certified: rancher
|
||||||
catalog.cattle.io/display-name: Akri
|
catalog.cattle.io/display-name: Akri
|
||||||
catalog.cattle.io/kube-version: ">= v1.26.0-0"
|
catalog.cattle.io/kube-version: '>= v1.26.0-0'
|
||||||
catalog.cattle.io/namespace: cattle-ui-plugin-system
|
catalog.cattle.io/namespace: cattle-ui-plugin-system
|
||||||
catalog.cattle.io/os: linux
|
catalog.cattle.io/os: linux
|
||||||
catalog.cattle.io/permits-os: linux, windows
|
catalog.cattle.io/permits-os: linux, windows
|
||||||
catalog.cattle.io/rancher-version: ">= 2.10.0-0"
|
catalog.cattle.io/rancher-version: '>= 2.10.0-0'
|
||||||
catalog.cattle.io/scope: management
|
catalog.cattle.io/scope: management
|
||||||
catalog.cattle.io/ui-component: plugins
|
catalog.cattle.io/ui-component: plugins
|
||||||
catalog.cattle.io/ui-extensions-version: ">= 3.0.0"
|
catalog.cattle.io/ui-extensions-version: '>= 3.0.0'
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 1.2.0
|
appVersion: 1.2.0
|
||||||
description: "SUSE Edge: Akri extension for Rancher Dashboard"
|
description: 'SUSE Edge: Akri extension for Rancher Dashboard'
|
||||||
icon: https://raw.githubusercontent.com/cncf/artwork/main/projects/akri/icon/color/akri-icon-color.svg
|
icon: https://raw.githubusercontent.com/cncf/artwork/main/projects/akri/icon/color/akri-icon-color.svg
|
||||||
name: akri-dashboard-extension
|
name: akri-dashboard-extension
|
||||||
type: application
|
type: application
|
||||||
version: "%%CHART_MAJOR%%.0.0+up1.2.0"
|
version: 1.2.0
|
||||||
|
@@ -11,7 +11,5 @@
|
|||||||
<param name="file">Chart.yaml</param>
|
<param name="file">Chart.yaml</param>
|
||||||
<param name="eval">IMG_PREFIX=$(rpm --macros=/root/.rpmmacros -E %{?img_prefix})</param>
|
<param name="eval">IMG_PREFIX=$(rpm --macros=/root/.rpmmacros -E %{?img_prefix})</param>
|
||||||
<param name="var">IMG_PREFIX</param>
|
<param name="var">IMG_PREFIX</param>
|
||||||
<param name="eval">CHART_MAJOR=$(rpm --macros=/root/.rpmmacros -E %{?chart_major})</param>
|
|
||||||
<param name="var">CHART_MAJOR</param>
|
|
||||||
</service>
|
</service>
|
||||||
</services>
|
</services>
|
||||||
|
@@ -1,9 +1,9 @@
|
|||||||
#!BuildTag: %%IMG_PREFIX%%cdi-chart:%%CHART_MAJOR%%.0.0_up0.4.0
|
#!BuildTag: %%IMG_PREFIX%%cdi-chart:0.4.0
|
||||||
#!BuildTag: %%IMG_PREFIX%%cdi-chart:%%CHART_MAJOR%%.0.0_up0.4.0-%RELEASE%
|
#!BuildTag: %%IMG_PREFIX%%cdi-chart:0.4.0-%RELEASE%
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 1.60.1
|
appVersion: 1.60.1
|
||||||
description: A Helm chart for Containerized Data Importer (CDI)
|
description: A Helm chart for Containerized Data Importer (CDI)
|
||||||
icon: https://raw.githubusercontent.com/cncf/artwork/main/projects/kubevirt/icon/color/kubevirt-icon-color.svg
|
icon: https://raw.githubusercontent.com/cncf/artwork/main/projects/kubevirt/icon/color/kubevirt-icon-color.svg
|
||||||
name: cdi
|
name: cdi
|
||||||
type: application
|
type: application
|
||||||
version: "%%CHART_MAJOR%%.0.0+up0.4.0"
|
version: 0.4.0
|
||||||
|
@@ -4,7 +4,5 @@
|
|||||||
<param name="file">Chart.yaml</param>
|
<param name="file">Chart.yaml</param>
|
||||||
<param name="eval">IMG_PREFIX=$(rpm --macros=/root/.rpmmacros -E %{?img_prefix})</param>
|
<param name="eval">IMG_PREFIX=$(rpm --macros=/root/.rpmmacros -E %{?img_prefix})</param>
|
||||||
<param name="var">IMG_PREFIX</param>
|
<param name="var">IMG_PREFIX</param>
|
||||||
<param name="eval">CHART_MAJOR=$(rpm --macros=/root/.rpmmacros -E %{?chart_major})</param>
|
|
||||||
<param name="var">CHART_MAJOR</param>
|
|
||||||
</service>
|
</service>
|
||||||
</services>
|
</services>
|
||||||
|
@@ -1,8 +1,8 @@
|
|||||||
#!BuildTag: %%IMG_PREFIX%%endpoint-copier-operator-chart:%%CHART_MAJOR%%.0.0_up0.2.1
|
#!BuildTag: %%IMG_PREFIX%%endpoint-copier-operator-chart:0.2.1
|
||||||
#!BuildTag: %%IMG_PREFIX%%endpoint-copier-operator-chart:%%CHART_MAJOR%%.0.0_up0.2.1-%RELEASE%
|
#!BuildTag: %%IMG_PREFIX%%endpoint-copier-operator-chart:0.2.1-%RELEASE%
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: v0.2.0
|
appVersion: v0.2.0
|
||||||
description: A Helm chart for Kubernetes
|
description: A Helm chart for Kubernetes
|
||||||
name: endpoint-copier-operator
|
name: endpoint-copier-operator
|
||||||
type: application
|
type: application
|
||||||
version: "%%CHART_MAJOR%%.0.0+up0.2.1"
|
version: 0.2.1
|
||||||
|
@@ -11,7 +11,5 @@
|
|||||||
<param name="file">Chart.yaml</param>
|
<param name="file">Chart.yaml</param>
|
||||||
<param name="eval">IMG_PREFIX=$(rpm --macros=/root/.rpmmacros -E %{?img_prefix})</param>
|
<param name="eval">IMG_PREFIX=$(rpm --macros=/root/.rpmmacros -E %{?img_prefix})</param>
|
||||||
<param name="var">IMG_PREFIX</param>
|
<param name="var">IMG_PREFIX</param>
|
||||||
<param name="eval">CHART_MAJOR=$(rpm --macros=/root/.rpmmacros -E %{?chart_major})</param>
|
|
||||||
<param name="var">CHART_MAJOR</param>
|
|
||||||
</service>
|
</service>
|
||||||
</services>
|
</services>
|
||||||
|
@@ -1,9 +0,0 @@
|
|||||||
#!BuildTag: %%IMG_PREFIX%%sriov-crd-chart:%%CHART_MAJOR%%.0.0_up0.4.0-%RELEASE%
|
|
||||||
#!BuildTag: %%IMG_PREFIX%%sriov-crd-chart:%%CHART_MAJOR%%.0.0_up0.4.0
|
|
||||||
apiVersion: v2
|
|
||||||
appVersion: 1.3.1
|
|
||||||
description: A Helm chart for KubeVirt
|
|
||||||
icon: https://raw.githubusercontent.com/cncf/artwork/main/projects/kubevirt/icon/color/kubevirt-icon-color.svg
|
|
||||||
name: kubevirt
|
|
||||||
type: application
|
|
||||||
version: "%%CHART_MAJOR%%.0.0+up0.4.0"
|
|
@@ -1,10 +0,0 @@
|
|||||||
<services>
|
|
||||||
<service mode="buildtime" name="kiwi_metainfo_helper"/>
|
|
||||||
<service name="replace_using_env" mode="buildtime">
|
|
||||||
<param name="file">Chart.yaml</param>
|
|
||||||
<param name="eval">IMG_PREFIX=$(rpm --macros=/root/.rpmmacros -E %{?img_prefix})</param>
|
|
||||||
<param name="var">IMG_PREFIX</param>
|
|
||||||
<param name="eval">CHART_MAJOR=$(rpm --macros=/root/.rpmmacros -E %{?chart_major})</param>
|
|
||||||
<param name="var">CHART_MAJOR</param>
|
|
||||||
</service>
|
|
||||||
</services>
|
|
@@ -1 +0,0 @@
|
|||||||
KubeVirt is a virtual machine management add-on for Kubernetes. The aim is to provide a common ground for virtualization solutions on top of Kubernetes.
|
|
File diff suppressed because it is too large
Load Diff
@@ -1,2 +0,0 @@
|
|||||||
Verify that all KubeVirt components are installed correctly:
|
|
||||||
kubectl get all -n {{ .Release.Namespace }}
|
|
@@ -1,62 +0,0 @@
|
|||||||
{{/*
|
|
||||||
Expand the name of the chart.
|
|
||||||
*/}}
|
|
||||||
{{- define "kubevirt.name" -}}
|
|
||||||
{{- default .Chart.Name .Values.nameOverride | trunc 63 | trimSuffix "-" }}
|
|
||||||
{{- end }}
|
|
||||||
|
|
||||||
{{/*
|
|
||||||
Create a default fully qualified app name.
|
|
||||||
We truncate at 63 chars because some Kubernetes name fields are limited to this (by the DNS naming spec).
|
|
||||||
If release name contains chart name it will be used as a full name.
|
|
||||||
*/}}
|
|
||||||
{{- define "kubevirt.fullname" -}}
|
|
||||||
{{- if .Values.fullnameOverride }}
|
|
||||||
{{- .Values.fullnameOverride | trunc 63 | trimSuffix "-" }}
|
|
||||||
{{- else }}
|
|
||||||
{{- $name := default .Chart.Name .Values.nameOverride }}
|
|
||||||
{{- if contains $name .Release.Name }}
|
|
||||||
{{- .Release.Name | trunc 63 | trimSuffix "-" }}
|
|
||||||
{{- else }}
|
|
||||||
{{- printf "%s-%s" .Release.Name $name | trunc 63 | trimSuffix "-" }}
|
|
||||||
{{- end }}
|
|
||||||
{{- end }}
|
|
||||||
{{- end }}
|
|
||||||
|
|
||||||
{{/*
|
|
||||||
Create chart name and version as used by the chart label.
|
|
||||||
*/}}
|
|
||||||
{{- define "kubevirt.chart" -}}
|
|
||||||
{{- printf "%s-%s" .Chart.Name .Chart.Version | replace "+" "_" | trunc 63 | trimSuffix "-" }}
|
|
||||||
{{- end }}
|
|
||||||
|
|
||||||
{{/*
|
|
||||||
Common labels
|
|
||||||
*/}}
|
|
||||||
{{- define "kubevirt.labels" -}}
|
|
||||||
helm.sh/chart: {{ include "kubevirt.chart" . }}
|
|
||||||
{{ include "kubevirt.selectorLabels" . }}
|
|
||||||
{{- if .Chart.AppVersion }}
|
|
||||||
app.kubernetes.io/version: {{ .Chart.AppVersion | quote }}
|
|
||||||
{{- end }}
|
|
||||||
app.kubernetes.io/managed-by: {{ .Release.Service }}
|
|
||||||
{{- end }}
|
|
||||||
|
|
||||||
{{/*
|
|
||||||
Selector labels
|
|
||||||
*/}}
|
|
||||||
{{- define "kubevirt.selectorLabels" -}}
|
|
||||||
app.kubernetes.io/name: {{ include "kubevirt.name" . }}
|
|
||||||
app.kubernetes.io/instance: {{ .Release.Name }}
|
|
||||||
{{- end }}
|
|
||||||
|
|
||||||
{{/*
|
|
||||||
Create the name of the service account to use
|
|
||||||
*/}}
|
|
||||||
{{- define "kubevirt.serviceAccountName" -}}
|
|
||||||
{{- if .Values.serviceAccount.create }}
|
|
||||||
{{- default (include "kubevirt.fullname" .) .Values.serviceAccount.name }}
|
|
||||||
{{- else }}
|
|
||||||
{{- default "default" .Values.serviceAccount.name }}
|
|
||||||
{{- end }}
|
|
||||||
{{- end }}
|
|
@@ -1,47 +0,0 @@
|
|||||||
{{/* Hook annotations */}}
|
|
||||||
{{- define "kubevirt.hook.annotations" -}}
|
|
||||||
annotations:
|
|
||||||
"helm.sh/hook": {{ .hookType }}
|
|
||||||
"helm.sh/hook-delete-policy": before-hook-creation,hook-succeeded
|
|
||||||
"helm.sh/hook-weight": {{ .hookWeight | quote }}
|
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
{{/* Namespace modifying hook annotations */}}
|
|
||||||
{{- define "kubevirt.namespaceHook.annotations" -}}
|
|
||||||
{{ template "kubevirt.hook.annotations" merge (dict "hookType" "pre-install") . }}
|
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
{{/* CRD upgrading hook annotations */}}
|
|
||||||
{{- define "kubevirt.crdUpgradeHook.annotations" -}}
|
|
||||||
{{ template "kubevirt.hook.annotations" merge (dict "hookType" "pre-upgrade") . }}
|
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
{{/* Custom resource uninstalling hook annotations */}}
|
|
||||||
{{- define "kubevirt.crUninstallHook.annotations" -}}
|
|
||||||
{{ template "kubevirt.hook.annotations" merge (dict "hookType" "pre-delete") . }}
|
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
{{/* CRD uninstalling hook annotations */}}
|
|
||||||
{{- define "kubevirt.crdUninstallHook.annotations" -}}
|
|
||||||
{{ template "kubevirt.hook.annotations" merge (dict "hookType" "post-delete") . }}
|
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
{{/* Namespace modifying hook name */}}
|
|
||||||
{{- define "kubevirt.namespaceHook.name" -}}
|
|
||||||
{{ include "kubevirt.fullname" . }}-namespace-modify
|
|
||||||
{{- end }}
|
|
||||||
|
|
||||||
{{/* CRD upgrading hook name */}}
|
|
||||||
{{- define "kubevirt.crdUpgradeHook.name" -}}
|
|
||||||
{{ include "kubevirt.fullname" . }}-crd-upgrade
|
|
||||||
{{- end }}
|
|
||||||
|
|
||||||
{{/* Custom resource uninstalling hook name */}}
|
|
||||||
{{- define "kubevirt.crUninstallHook.name" -}}
|
|
||||||
{{ include "kubevirt.fullname" . }}-uninstall
|
|
||||||
{{- end }}
|
|
||||||
|
|
||||||
{{/* CRD uninstalling hook name */}}
|
|
||||||
{{- define "kubevirt.crdUninstallHook.name" -}}
|
|
||||||
{{ include "kubevirt.fullname" . }}-crd-uninstall
|
|
||||||
{{- end }}
|
|
@@ -1,55 +0,0 @@
|
|||||||
apiVersion: v1
|
|
||||||
kind: ServiceAccount
|
|
||||||
metadata:
|
|
||||||
namespace: {{ .Release.Namespace }}
|
|
||||||
name: {{ template "kubevirt.crdUninstallHook.name" . }}
|
|
||||||
{{ template "kubevirt.crdUninstallHook.annotations" (dict "hookWeight" 1) }}
|
|
||||||
---
|
|
||||||
apiVersion: rbac.authorization.k8s.io/v1
|
|
||||||
kind: ClusterRole
|
|
||||||
metadata:
|
|
||||||
name: {{ template "kubevirt.crdUninstallHook.name" . }}
|
|
||||||
{{ template "kubevirt.crdUninstallHook.annotations" (dict "hookWeight" 1) }}
|
|
||||||
rules:
|
|
||||||
- apiGroups: [ "apiextensions.k8s.io" ]
|
|
||||||
resources: [ "customresourcedefinitions" ]
|
|
||||||
resourceNames:
|
|
||||||
- "kubevirts.kubevirt.io"
|
|
||||||
verbs: [ "delete" ]
|
|
||||||
---
|
|
||||||
apiVersion: rbac.authorization.k8s.io/v1
|
|
||||||
kind: ClusterRoleBinding
|
|
||||||
metadata:
|
|
||||||
name: {{ template "kubevirt.crdUninstallHook.name" . }}
|
|
||||||
{{ template "kubevirt.crdUninstallHook.annotations" (dict "hookWeight" 2) }}
|
|
||||||
subjects:
|
|
||||||
- kind: ServiceAccount
|
|
||||||
namespace: {{ .Release.Namespace }}
|
|
||||||
name: {{ template "kubevirt.crdUninstallHook.name" . }}
|
|
||||||
roleRef:
|
|
||||||
kind: ClusterRole
|
|
||||||
name: {{ template "kubevirt.crdUninstallHook.name" . }}
|
|
||||||
apiGroup: rbac.authorization.k8s.io
|
|
||||||
---
|
|
||||||
apiVersion: batch/v1
|
|
||||||
kind: Job
|
|
||||||
metadata:
|
|
||||||
namespace: {{ .Release.Namespace }}
|
|
||||||
name: {{ template "kubevirt.crdUninstallHook.name" . }}
|
|
||||||
{{ template "kubevirt.crdUninstallHook.annotations" (dict "hookWeight" 3) }}
|
|
||||||
spec:
|
|
||||||
template:
|
|
||||||
metadata:
|
|
||||||
name: {{ template "kubevirt.crdUninstallHook.name" . }}
|
|
||||||
spec:
|
|
||||||
serviceAccountName: {{ template "kubevirt.crdUninstallHook.name" . }}
|
|
||||||
restartPolicy: {{ .Values.hookRestartPolicy }}
|
|
||||||
containers:
|
|
||||||
- name: {{ template "kubevirt.crdUninstallHook.name" . }}
|
|
||||||
image: {{ .Values.hookImage }}
|
|
||||||
args:
|
|
||||||
- delete
|
|
||||||
- customresourcedefinitions
|
|
||||||
- kubevirts.kubevirt.io
|
|
||||||
securityContext:
|
|
||||||
{{- toYaml .Values.hookSecurityContext | nindent 12 }}
|
|
@@ -1,80 +0,0 @@
|
|||||||
apiVersion: v1
|
|
||||||
kind: ConfigMap
|
|
||||||
metadata:
|
|
||||||
namespace: {{ .Release.Namespace }}
|
|
||||||
name: kubevirt-crd-manifest
|
|
||||||
{{ template "kubevirt.crdUpgradeHook.annotations" (dict "hookWeight" 1) }}
|
|
||||||
data:
|
|
||||||
crd: |-
|
|
||||||
{{ $.Files.Get "crds/kubevirt.yaml" | nindent 4 }}
|
|
||||||
---
|
|
||||||
apiVersion: v1
|
|
||||||
kind: ServiceAccount
|
|
||||||
metadata:
|
|
||||||
namespace: {{ .Release.Namespace }}
|
|
||||||
name: {{ template "kubevirt.crdUpgradeHook.name" . }}
|
|
||||||
{{ template "kubevirt.crdUpgradeHook.annotations" (dict "hookWeight" 2) }}
|
|
||||||
---
|
|
||||||
apiVersion: rbac.authorization.k8s.io/v1
|
|
||||||
kind: ClusterRole
|
|
||||||
metadata:
|
|
||||||
name: {{ template "kubevirt.crdUpgradeHook.name" . }}
|
|
||||||
{{ template "kubevirt.crdUpgradeHook.annotations" (dict "hookWeight" 2) }}
|
|
||||||
rules:
|
|
||||||
- apiGroups: [ "" ]
|
|
||||||
resources: [ "configmaps" ]
|
|
||||||
resourceNames:
|
|
||||||
- "kubevirt-crd-manifest"
|
|
||||||
verbs: [ "get" ]
|
|
||||||
- apiGroups: [ "apiextensions.k8s.io" ]
|
|
||||||
resources: [ "customresourcedefinitions" ]
|
|
||||||
resourceNames:
|
|
||||||
- "kubevirts.kubevirt.io"
|
|
||||||
verbs: [ "get", "patch" ]
|
|
||||||
---
|
|
||||||
apiVersion: rbac.authorization.k8s.io/v1
|
|
||||||
kind: ClusterRoleBinding
|
|
||||||
metadata:
|
|
||||||
name: {{ template "kubevirt.crdUpgradeHook.name" . }}
|
|
||||||
{{ template "kubevirt.crdUpgradeHook.annotations" (dict "hookWeight" 3) }}
|
|
||||||
subjects:
|
|
||||||
- kind: ServiceAccount
|
|
||||||
namespace: {{ .Release.Namespace }}
|
|
||||||
name: {{ template "kubevirt.crdUpgradeHook.name" . }}
|
|
||||||
roleRef:
|
|
||||||
kind: ClusterRole
|
|
||||||
name: {{ template "kubevirt.crdUpgradeHook.name" . }}
|
|
||||||
apiGroup: rbac.authorization.k8s.io
|
|
||||||
---
|
|
||||||
apiVersion: batch/v1
|
|
||||||
kind: Job
|
|
||||||
metadata:
|
|
||||||
namespace: {{ .Release.Namespace }}
|
|
||||||
name: {{ template "kubevirt.crdUpgradeHook.name" . }}
|
|
||||||
{{ template "kubevirt.crdUpgradeHook.annotations" (dict "hookWeight" 4) }}
|
|
||||||
spec:
|
|
||||||
template:
|
|
||||||
metadata:
|
|
||||||
name: {{ template "kubevirt.crdUpgradeHook.name" . }}
|
|
||||||
spec:
|
|
||||||
serviceAccountName: {{ template "kubevirt.crdUpgradeHook.name" . }}
|
|
||||||
restartPolicy: {{ .Values.hookRestartPolicy }}
|
|
||||||
containers:
|
|
||||||
- name: {{ template "kubevirt.crdUpgradeHook.name" . }}
|
|
||||||
securityContext:
|
|
||||||
{{- toYaml .Values.hookSecurityContext | nindent 12 }}
|
|
||||||
image: {{ .Values.hookImage }}
|
|
||||||
args:
|
|
||||||
- apply
|
|
||||||
- -f
|
|
||||||
- /etc/manifests/crd.yaml
|
|
||||||
volumeMounts:
|
|
||||||
- name: crd-volume
|
|
||||||
mountPath: /etc/manifests
|
|
||||||
volumes:
|
|
||||||
- name: crd-volume
|
|
||||||
configMap:
|
|
||||||
name: kubevirt-crd-manifest
|
|
||||||
items:
|
|
||||||
- key: crd
|
|
||||||
path: crd.yaml
|
|
File diff suppressed because it is too large
Load Diff
@@ -1,71 +0,0 @@
|
|||||||
apiVersion: v1
|
|
||||||
kind: ServiceAccount
|
|
||||||
metadata:
|
|
||||||
namespace: {{ .Release.Namespace }}
|
|
||||||
name: {{ template "kubevirt.crUninstallHook.name" . }}
|
|
||||||
{{ template "kubevirt.crUninstallHook.annotations" (dict "hookWeight" 1) }}
|
|
||||||
---
|
|
||||||
apiVersion: rbac.authorization.k8s.io/v1
|
|
||||||
kind: Role
|
|
||||||
metadata:
|
|
||||||
namespace: {{ .Release.Namespace }}
|
|
||||||
name: {{ template "kubevirt.crUninstallHook.name" . }}
|
|
||||||
{{ template "kubevirt.crUninstallHook.annotations" (dict "hookWeight" 1) }}
|
|
||||||
rules:
|
|
||||||
- apiGroups: [ "kubevirt.io" ]
|
|
||||||
resources: [ "kubevirts" ]
|
|
||||||
resourceNames:
|
|
||||||
- "kubevirt"
|
|
||||||
verbs: [ "get", "list", "delete" ]
|
|
||||||
- apiGroups: [ "apps" ]
|
|
||||||
resources: [ "deployments", "daemonsets" ]
|
|
||||||
verbs: [ "get", "list" ]
|
|
||||||
---
|
|
||||||
apiVersion: rbac.authorization.k8s.io/v1
|
|
||||||
kind: RoleBinding
|
|
||||||
metadata:
|
|
||||||
namespace: {{ .Release.Namespace }}
|
|
||||||
name: {{ template "kubevirt.crUninstallHook.name" . }}
|
|
||||||
{{ template "kubevirt.crUninstallHook.annotations" (dict "hookWeight" 2) }}
|
|
||||||
subjects:
|
|
||||||
- kind: ServiceAccount
|
|
||||||
namespace: {{ .Release.Namespace }}
|
|
||||||
name: {{ template "kubevirt.crUninstallHook.name" . }}
|
|
||||||
roleRef:
|
|
||||||
kind: Role
|
|
||||||
name: {{ template "kubevirt.crUninstallHook.name" . }}
|
|
||||||
apiGroup: rbac.authorization.k8s.io
|
|
||||||
---
|
|
||||||
apiVersion: batch/v1
|
|
||||||
kind: Job
|
|
||||||
metadata:
|
|
||||||
namespace: {{ .Release.Namespace }}
|
|
||||||
name: {{ template "kubevirt.crUninstallHook.name" . }}
|
|
||||||
{{ template "kubevirt.crUninstallHook.annotations" (dict "hookWeight" 3) }}
|
|
||||||
spec:
|
|
||||||
template:
|
|
||||||
metadata:
|
|
||||||
name: {{ template "kubevirt.crUninstallHook.name" . }}
|
|
||||||
spec:
|
|
||||||
serviceAccountName: {{ template "kubevirt.crUninstallHook.name" . }}
|
|
||||||
restartPolicy: {{ .Values.hookRestartPolicy }}
|
|
||||||
containers:
|
|
||||||
- name: {{ template "kubevirt.crUninstallHook.name" . }}
|
|
||||||
image: {{ .Values.hookImage }}
|
|
||||||
securityContext:
|
|
||||||
{{- toYaml .Values.hookSecurityContext | nindent 12 }}
|
|
||||||
args:
|
|
||||||
- delete
|
|
||||||
- kubevirt
|
|
||||||
- kubevirt
|
|
||||||
- name: {{ template "kubevirt.crUninstallHook.name" . }}-cleanup
|
|
||||||
image: {{ .Values.hookImage }}
|
|
||||||
securityContext:
|
|
||||||
{{- toYaml .Values.hookSecurityContext | nindent 12 }}
|
|
||||||
args:
|
|
||||||
- wait
|
|
||||||
- --for=delete
|
|
||||||
- deployments/virt-api
|
|
||||||
- deployments/virt-controller
|
|
||||||
- daemonsets/virt-handler
|
|
||||||
- --timeout=60s
|
|
@@ -1,32 +0,0 @@
|
|||||||
apiVersion: kubevirt.io/v1
|
|
||||||
kind: KubeVirt
|
|
||||||
metadata:
|
|
||||||
name: kubevirt
|
|
||||||
namespace: {{ .Release.Namespace }}
|
|
||||||
spec:
|
|
||||||
{{- with .Values.kubevirt.configuration }}
|
|
||||||
configuration:
|
|
||||||
{{- toYaml . | nindent 4 }}
|
|
||||||
{{- end }}
|
|
||||||
{{- with .Values.kubevirt.customizeComponents }}
|
|
||||||
customizeComponents:
|
|
||||||
{{- toYaml . | nindent 4 }}
|
|
||||||
{{- end }}
|
|
||||||
imagePullPolicy: {{ .Values.kubevirt.imagePullPolicy }}
|
|
||||||
{{- with .Values.kubevirt.infra }}
|
|
||||||
infra:
|
|
||||||
{{- toYaml . | nindent 4 }}
|
|
||||||
{{- end }}
|
|
||||||
{{- if .Values.kubevirt.uninstallStrategy }}
|
|
||||||
uninstallStrategy: {{ .Values.kubevirt.uninstallStrategy }}
|
|
||||||
{{- end }}
|
|
||||||
{{- with .Values.kubevirt.workloadUpdateStrategy }}
|
|
||||||
workloadUpdateStrategy:
|
|
||||||
{{- toYaml . | nindent 4 }}
|
|
||||||
{{- end }}
|
|
||||||
{{- if .Values.kubevirt.monitorNamespace }}
|
|
||||||
monitorNamespace: {{ .Values.kubevirt.monitorNamespace }}
|
|
||||||
{{- end }}
|
|
||||||
{{- if .Values.kubevirt.monitorAccount }}
|
|
||||||
monitorAccount: {{ .Values.kubevirt.monitorAccount }}
|
|
||||||
{{- end }}
|
|
@@ -1,60 +0,0 @@
|
|||||||
apiVersion: v1
|
|
||||||
kind: ServiceAccount
|
|
||||||
metadata:
|
|
||||||
namespace: {{ .Release.Namespace }}
|
|
||||||
name: {{ template "kubevirt.namespaceHook.name" . }}
|
|
||||||
{{ template "kubevirt.namespaceHook.annotations" (dict "hookWeight" 1) }}
|
|
||||||
---
|
|
||||||
apiVersion: rbac.authorization.k8s.io/v1
|
|
||||||
kind: ClusterRole
|
|
||||||
metadata:
|
|
||||||
name: {{ template "kubevirt.namespaceHook.name" . }}
|
|
||||||
{{ template "kubevirt.namespaceHook.annotations" (dict "hookWeight" 1) }}
|
|
||||||
rules:
|
|
||||||
- apiGroups: [ "" ]
|
|
||||||
resources: [ "namespaces" ]
|
|
||||||
resourceNames:
|
|
||||||
- {{ .Release.Namespace | quote }}
|
|
||||||
verbs: [ "get", "patch" ]
|
|
||||||
- apiGroups: [ "management.cattle.io" ] # Rancher
|
|
||||||
resources: [ "projects" ]
|
|
||||||
verbs: [ "updatepsa" ]
|
|
||||||
---
|
|
||||||
apiVersion: rbac.authorization.k8s.io/v1
|
|
||||||
kind: ClusterRoleBinding
|
|
||||||
metadata:
|
|
||||||
name: {{ template "kubevirt.namespaceHook.name" . }}
|
|
||||||
{{ template "kubevirt.namespaceHook.annotations" (dict "hookWeight" 2) }}
|
|
||||||
subjects:
|
|
||||||
- kind: ServiceAccount
|
|
||||||
namespace: {{ .Release.Namespace }}
|
|
||||||
name: {{ template "kubevirt.namespaceHook.name" . }}
|
|
||||||
roleRef:
|
|
||||||
kind: ClusterRole
|
|
||||||
name: {{ template "kubevirt.namespaceHook.name" . }}
|
|
||||||
apiGroup: rbac.authorization.k8s.io
|
|
||||||
---
|
|
||||||
apiVersion: batch/v1
|
|
||||||
kind: Job
|
|
||||||
metadata:
|
|
||||||
namespace: {{ .Release.Namespace }}
|
|
||||||
name: {{ template "kubevirt.namespaceHook.name" . }}
|
|
||||||
{{ template "kubevirt.namespaceHook.annotations" (dict "hookWeight" 3) }}
|
|
||||||
spec:
|
|
||||||
template:
|
|
||||||
metadata:
|
|
||||||
name: {{ template "kubevirt.namespaceHook.name" . }}
|
|
||||||
spec:
|
|
||||||
serviceAccountName: {{ template "kubevirt.namespaceHook.name" . }}
|
|
||||||
restartPolicy: {{ .Values.hookRestartPolicy }}
|
|
||||||
containers:
|
|
||||||
- name: {{ template "kubevirt.namespaceHook.name" . }}
|
|
||||||
securityContext:
|
|
||||||
{{- toYaml .Values.hookSecurityContext | nindent 12 }}
|
|
||||||
image: {{ .Values.hookImage }}
|
|
||||||
args:
|
|
||||||
- label
|
|
||||||
- namespace
|
|
||||||
- {{ .Release.Namespace }}
|
|
||||||
- kubevirt.io=
|
|
||||||
- pod-security.kubernetes.io/enforce=privileged
|
|
@@ -1,34 +0,0 @@
|
|||||||
operator:
|
|
||||||
image: registry.suse.com/suse/sles/15.6/virt-operator
|
|
||||||
version: 1.3.1-150600.5.9.1
|
|
||||||
pullPolicy: IfNotPresent
|
|
||||||
|
|
||||||
kubevirt:
|
|
||||||
# Holds kubevirt configurations. Same as the virt-configMap.
|
|
||||||
configuration: {}
|
|
||||||
customizeComponents: {}
|
|
||||||
# The ImagePullPolicy to use.
|
|
||||||
imagePullPolicy: IfNotPresent
|
|
||||||
# Selectors and tolerations that should apply to KubeVirt infrastructure components.
|
|
||||||
infra: {}
|
|
||||||
# Specifies if KubeVirt can be deleted if workloads are still present.
|
|
||||||
# This is mainly a precaution to avoid accidental data loss.
|
|
||||||
uninstallStrategy: ""
|
|
||||||
# WorkloadUpdateStrategy defines at the cluster level how to handle automated workload updates.
|
|
||||||
workloadUpdateStrategy: {}
|
|
||||||
# Optionally enable ServiceMonitor for prometheus, see
|
|
||||||
# https://kubevirt.io/user-guide/user_workloads/component_monitoring/
|
|
||||||
monitorAccount: ""
|
|
||||||
monitorNamespace: ""
|
|
||||||
|
|
||||||
hookImage: rancher/kubectl:v1.30.2
|
|
||||||
hookRestartPolicy: OnFailure
|
|
||||||
hookSecurityContext:
|
|
||||||
seccompProfile:
|
|
||||||
type: RuntimeDefault
|
|
||||||
runAsNonRoot: true
|
|
||||||
runAsUser: 1000
|
|
||||||
allowPrivilegeEscalation: false
|
|
||||||
capabilities:
|
|
||||||
drop:
|
|
||||||
- ALL
|
|
@@ -1,5 +1,5 @@
|
|||||||
#!BuildTag: %%IMG_PREFIX%%kubevirt-dashboard-extension-chart:%%CHART_MAJOR%%.0.0_up1.2.0
|
#!BuildTag: %%IMG_PREFIX%%kubevirt-dashboard-extension-chart:1.2.0
|
||||||
#!BuildTag: %%IMG_PREFIX%%kubevirt-dashboard-extension-chart:%%CHART_MAJOR%%.0.0_up1.2.0-%RELEASE%
|
#!BuildTag: %%IMG_PREFIX%%kubevirt-dashboard-extension-chart:1.2.0-%RELEASE%
|
||||||
annotations:
|
annotations:
|
||||||
catalog.cattle.io/certified: rancher
|
catalog.cattle.io/certified: rancher
|
||||||
catalog.cattle.io/display-name: KubeVirt
|
catalog.cattle.io/display-name: KubeVirt
|
||||||
@@ -17,4 +17,4 @@ description: 'SUSE Edge: KubeVirt extension for Rancher Dashboard'
|
|||||||
icon: https://raw.githubusercontent.com/cncf/artwork/master/projects/kubevirt/icon/color/kubevirt-icon-color.svg
|
icon: https://raw.githubusercontent.com/cncf/artwork/master/projects/kubevirt/icon/color/kubevirt-icon-color.svg
|
||||||
name: kubevirt-dashboard-extension
|
name: kubevirt-dashboard-extension
|
||||||
type: application
|
type: application
|
||||||
version: "%%CHART_MAJOR%%.0.0+up1.2.0"
|
version: 1.2.0
|
||||||
|
@@ -11,7 +11,5 @@
|
|||||||
<param name="file">Chart.yaml</param>
|
<param name="file">Chart.yaml</param>
|
||||||
<param name="eval">IMG_PREFIX=$(rpm --macros=/root/.rpmmacros -E %{?img_prefix})</param>
|
<param name="eval">IMG_PREFIX=$(rpm --macros=/root/.rpmmacros -E %{?img_prefix})</param>
|
||||||
<param name="var">IMG_PREFIX</param>
|
<param name="var">IMG_PREFIX</param>
|
||||||
<param name="eval">CHART_MAJOR=$(rpm --macros=/root/.rpmmacros -E %{?chart_major})</param>
|
|
||||||
<param name="var">CHART_MAJOR</param>
|
|
||||||
</service>
|
</service>
|
||||||
</services>
|
</services>
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
#!BuildTag: %%IMG_PREFIX%%metal3-chart:%%CHART_MAJOR%%.0.0_up0.9.0
|
#!BuildTag: %%IMG_PREFIX%%metal3-chart:302.0.0_up0.9.0
|
||||||
#!BuildTag: %%IMG_PREFIX%%metal3-chart:%%CHART_MAJOR%%.0.0_up0.9.0-%RELEASE%
|
#!BuildTag: %%IMG_PREFIX%%metal3-chart:302.0.0_up0.9.0-%RELEASE%
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 0.9.0
|
appVersion: 0.9.0
|
||||||
dependencies:
|
dependencies:
|
||||||
@@ -25,4 +25,4 @@ description: A Helm chart that installs all of the dependencies needed for Metal
|
|||||||
icon: https://github.com/cncf/artwork/raw/master/projects/metal3/icon/color/metal3-icon-color.svg
|
icon: https://github.com/cncf/artwork/raw/master/projects/metal3/icon/color/metal3-icon-color.svg
|
||||||
name: metal3
|
name: metal3
|
||||||
type: application
|
type: application
|
||||||
version: "%%CHART_MAJOR%%.0.0+up0.9.0"
|
version: 302.0.0+up0.9.0
|
||||||
|
@@ -11,7 +11,5 @@
|
|||||||
<param name="file">Chart.yaml</param>
|
<param name="file">Chart.yaml</param>
|
||||||
<param name="eval">IMG_PREFIX=$(rpm --macros=/root/.rpmmacros -E %{?img_prefix})</param>
|
<param name="eval">IMG_PREFIX=$(rpm --macros=/root/.rpmmacros -E %{?img_prefix})</param>
|
||||||
<param name="var">IMG_PREFIX</param>
|
<param name="var">IMG_PREFIX</param>
|
||||||
<param name="eval">CHART_MAJOR=$(rpm --macros=/root/.rpmmacros -E %{?chart_major})</param>
|
|
||||||
<param name="var">CHART_MAJOR</param>
|
|
||||||
</service>
|
</service>
|
||||||
</services>
|
</services>
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
#!BuildTag: %%IMG_PREFIX%%metallb-chart:%%CHART_MAJOR%%.0.0_up0.14.9
|
#!BuildTag: %%IMG_PREFIX%%metallb-chart:0.14.9
|
||||||
#!BuildTag: %%IMG_PREFIX%%metallb-chart:%%CHART_MAJOR%%.0.0_up0.14.9-%RELEASE%
|
#!BuildTag: %%IMG_PREFIX%%metallb-chart:0.14.9-%RELEASE%
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: v0.14.3
|
appVersion: v0.14.3
|
||||||
dependencies:
|
dependencies:
|
||||||
@@ -20,4 +20,4 @@ name: metallb
|
|||||||
sources:
|
sources:
|
||||||
- https://github.com/metallb/metallb
|
- https://github.com/metallb/metallb
|
||||||
type: application
|
type: application
|
||||||
version: "%%CHART_MAJOR%%.0.0+up0.14.9"
|
version: 0.14.9
|
||||||
|
@@ -11,7 +11,5 @@
|
|||||||
<param name="file">Chart.yaml</param>
|
<param name="file">Chart.yaml</param>
|
||||||
<param name="eval">IMG_PREFIX=$(rpm --macros=/root/.rpmmacros -E %{?img_prefix})</param>
|
<param name="eval">IMG_PREFIX=$(rpm --macros=/root/.rpmmacros -E %{?img_prefix})</param>
|
||||||
<param name="var">IMG_PREFIX</param>
|
<param name="var">IMG_PREFIX</param>
|
||||||
<param name="eval">CHART_MAJOR=$(rpm --macros=/root/.rpmmacros -E %{?chart_major})</param>
|
|
||||||
<param name="var">CHART_MAJOR</param>
|
|
||||||
</service>
|
</service>
|
||||||
</services>
|
</services>
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
#!BuildTag: %%IMG_PREFIX%%rancher-turtles-airgap-resources-chart:%%CHART_MAJOR%%.0.0_up0.13.0
|
#!BuildTag: %%IMG_PREFIX%%rancher-turtles-airgap-resources-chart:302.0.0_up0.13.0
|
||||||
#!BuildTag: %%IMG_PREFIX%%rancher-turtles-airgap-resources-chart:%%CHART_MAJOR%%.0.0_up0.13.0
|
#!BuildTag: %%IMG_PREFIX%%rancher-turtles-airgap-resources-chart:302.0.0_up0.13.0
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 0.13.0
|
appVersion: 0.13.0
|
||||||
description: Rancher Turtles utility chart for airgap scenarios
|
description: Rancher Turtles utility chart for airgap scenarios
|
||||||
@@ -7,4 +7,4 @@ home: https://github.com/rancher/turtles/
|
|||||||
icon: https://raw.githubusercontent.com/rancher/turtles/main/logos/capi.svg
|
icon: https://raw.githubusercontent.com/rancher/turtles/main/logos/capi.svg
|
||||||
name: rancher-turtles-airgap-resources
|
name: rancher-turtles-airgap-resources
|
||||||
type: application
|
type: application
|
||||||
version: "%%CHART_MAJOR%%.0.0+up0.13.0"
|
version: 302.0.0+up0.13.0
|
||||||
|
@@ -4,7 +4,5 @@
|
|||||||
<param name="file">Chart.yaml</param>
|
<param name="file">Chart.yaml</param>
|
||||||
<param name="eval">IMG_PREFIX=$(rpm --macros=/root/.rpmmacros -E %{?img_prefix})</param>
|
<param name="eval">IMG_PREFIX=$(rpm --macros=/root/.rpmmacros -E %{?img_prefix})</param>
|
||||||
<param name="var">IMG_PREFIX</param>
|
<param name="var">IMG_PREFIX</param>
|
||||||
<param name="eval">CHART_MAJOR=$(rpm --macros=/root/.rpmmacros -E %{?chart_major})</param>
|
|
||||||
<param name="var">CHART_MAJOR</param>
|
|
||||||
</service>
|
</service>
|
||||||
</services>
|
</services>
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
#!BuildTag: %%IMG_PREFIX%%rancher-turtles-chart:%%CHART_MAJOR%%.0.0_up0.13.0
|
#!BuildTag: %%IMG_PREFIX%%rancher-turtles-chart:302.0.0_up0.13.0
|
||||||
#!BuildTag: %%IMG_PREFIX%%rancher-turtles-chart:%%CHART_MAJOR%%.0.0_up0.13.0-%RELEASE%
|
#!BuildTag: %%IMG_PREFIX%%rancher-turtles-chart:302.0.0_up0.13.0-%RELEASE%
|
||||||
annotations:
|
annotations:
|
||||||
catalog.cattle.io/certified: rancher
|
catalog.cattle.io/certified: rancher
|
||||||
catalog.cattle.io/display-name: Rancher Turtles - the Cluster API Extension
|
catalog.cattle.io/display-name: Rancher Turtles - the Cluster API Extension
|
||||||
@@ -29,4 +29,4 @@ keywords:
|
|||||||
- provisioning
|
- provisioning
|
||||||
name: rancher-turtles
|
name: rancher-turtles
|
||||||
type: application
|
type: application
|
||||||
version: "%%CHART_MAJOR%%.0.0+up0.13.0"
|
version: 302.0.0+up0.13.0
|
||||||
|
@@ -11,7 +11,5 @@
|
|||||||
<param name="file">Chart.yaml</param>
|
<param name="file">Chart.yaml</param>
|
||||||
<param name="eval">IMG_PREFIX=$(rpm --macros=/root/.rpmmacros -E %{?img_prefix})</param>
|
<param name="eval">IMG_PREFIX=$(rpm --macros=/root/.rpmmacros -E %{?img_prefix})</param>
|
||||||
<param name="var">IMG_PREFIX</param>
|
<param name="var">IMG_PREFIX</param>
|
||||||
<param name="eval">CHART_MAJOR=$(rpm --macros=/root/.rpmmacros -E %{?chart_major})</param>
|
|
||||||
<param name="var">CHART_MAJOR</param>
|
|
||||||
</service>
|
</service>
|
||||||
</services>
|
</services>
|
||||||
|
@@ -1,23 +0,0 @@
|
|||||||
#!BuildTag: %%IMG_PREFIX%%release-manifest:3.1.1
|
|
||||||
ARG SLE_VERSION
|
|
||||||
FROM registry.suse.com/bci/bci-micro:$SLE_VERSION
|
|
||||||
|
|
||||||
# Define labels according to https://en.opensuse.org/Building_derived_containers
|
|
||||||
# labelprefix=com.suse.edge.manifest
|
|
||||||
LABEL org.opencontainers.image.authors="SUSE LLC (https://www.suse.com/)"
|
|
||||||
LABEL org.opencontainers.image.title="SUSE Edge Release Manifest"
|
|
||||||
LABEL org.opencontainers.image.description="Release Manifest containing information about a specific SUSE Edge release"
|
|
||||||
LABEL org.opencontainers.image.version="3.1.1"
|
|
||||||
LABEL org.opencontainers.image.url="https://www.suse.com/solutions/edge-computing/"
|
|
||||||
LABEL org.opencontainers.image.created="%BUILDTIME%"
|
|
||||||
LABEL org.opencontainers.image.vendor="SUSE LLC"
|
|
||||||
LABEL org.opensuse.reference="%%IMG_REPO%%/%%IMG_PREFIX%%release-manifest:3.1.1"
|
|
||||||
LABEL org.openbuildservice.disturl="%DISTURL%"
|
|
||||||
LABEL com.suse.supportlevel="%%SUPPORT_LEVEL%%"
|
|
||||||
LABEL com.suse.eula="SUSE Combined EULA February 2024"
|
|
||||||
LABEL com.suse.lifecycle-url="https://www.suse.com/lifecycle"
|
|
||||||
LABEL com.suse.image-type="release-manifest"
|
|
||||||
LABEL com.suse.release-stage="released"
|
|
||||||
# endlabelprefix
|
|
||||||
|
|
||||||
COPY release_manifest.yaml release_manifest.yaml
|
|
@@ -1,15 +0,0 @@
|
|||||||
<services>
|
|
||||||
<service mode="buildtime" name="kiwi_metainfo_helper"/>
|
|
||||||
<service name="replace_using_env" mode="buildtime">
|
|
||||||
<param name="file">Dockerfile</param>
|
|
||||||
<param name="eval">IMG_PREFIX=$(rpm --macros=/root/.rpmmacros -E %{?img_prefix})</param>
|
|
||||||
<param name="var">IMG_PREFIX</param>
|
|
||||||
<param name="eval">IMG_REPO=$(rpm --macros=/root/.rpmmacros -E %img_repo)</param>
|
|
||||||
<param name="var">IMG_REPO</param>
|
|
||||||
<param name="file">release_manifest.yaml</param>
|
|
||||||
<param name="eval">CHART_REPO=$(rpm --macros=/root/.rpmmacros -E %chart_repo)</param>
|
|
||||||
<param name="var">CHART_REPO</param>
|
|
||||||
<param name="eval">SUPPORT_LEVEL=$(rpm --macros=/root/.rpmmacros -E %support_level)</param>
|
|
||||||
<param name="var">SUPPORT_LEVEL</param>
|
|
||||||
</service>
|
|
||||||
</services>
|
|
@@ -1,104 +0,0 @@
|
|||||||
apiVersion: lifecycle.suse.com/v1alpha1
|
|
||||||
kind: ReleaseManifest
|
|
||||||
metadata:
|
|
||||||
name: release-manifest-3-1-1
|
|
||||||
spec:
|
|
||||||
releaseVersion: 3.1.1
|
|
||||||
components:
|
|
||||||
kubernetes:
|
|
||||||
k3s:
|
|
||||||
version: v1.30.5+k3s1
|
|
||||||
rke2:
|
|
||||||
version: v1.30.5+rke2r1
|
|
||||||
operatingSystem:
|
|
||||||
version: "6.0"
|
|
||||||
zypperID: "SL-Micro"
|
|
||||||
cpeScheme: "cpe:/o:suse:sl-micro:6.0"
|
|
||||||
prettyName: "SUSE Linux Micro 6.0"
|
|
||||||
supportedArchs:
|
|
||||||
- "x86_64"
|
|
||||||
- "aarch64"
|
|
||||||
workloads:
|
|
||||||
helm:
|
|
||||||
- prettyName: Rancher
|
|
||||||
releaseName: rancher
|
|
||||||
chart: rancher
|
|
||||||
version: v2.9.3
|
|
||||||
repository: https://charts.rancher.com/server-charts/prime
|
|
||||||
- prettyName: Longhorn
|
|
||||||
releaseName: longhorn
|
|
||||||
chart: longhorn
|
|
||||||
version: 104.2.0+up1.7.1
|
|
||||||
repository: https://charts.rancher.io
|
|
||||||
dependencyCharts:
|
|
||||||
- releaseName: longhorn-crd
|
|
||||||
chart: longhorn-crd
|
|
||||||
version: 104.2.0+up1.7.1
|
|
||||||
repository: https://charts.rancher.io
|
|
||||||
- prettyName: MetalLB
|
|
||||||
releaseName: metallb
|
|
||||||
chart: %%CHART_REPO%%/%%IMAGE_PREFIX%%metallb-chart
|
|
||||||
version: 0.14.9
|
|
||||||
- prettyName: CDI
|
|
||||||
releaseName: cdi
|
|
||||||
chart: %%CHART_REPO%%/%%IMAGE_PREFIX%%cdi-chart
|
|
||||||
version: 0.4.0
|
|
||||||
- prettyName: KubeVirt
|
|
||||||
releaseName: kubevirt
|
|
||||||
chart: %%CHART_REPO%%/%%IMAGE_PREFIX%%kubevirt-chart
|
|
||||||
version: 0.4.0
|
|
||||||
addonCharts:
|
|
||||||
- releaseName: kubevirt-dashboard-extension
|
|
||||||
chart: %%CHART_REPO%%/%%IMAGE_PREFIX%%kubevirt-dashboard-extension-chart
|
|
||||||
version: 1.1.0
|
|
||||||
- prettyName: NeuVector
|
|
||||||
releaseName: neuvector
|
|
||||||
chart: neuvector
|
|
||||||
version: 104.0.2+up2.8.0
|
|
||||||
repository: https://charts.rancher.io
|
|
||||||
dependencyCharts:
|
|
||||||
- releaseName: neuvector-crd
|
|
||||||
chart: neuvector-crd
|
|
||||||
version: 104.0.2+up2.8.0
|
|
||||||
repository: https://charts.rancher.io
|
|
||||||
addonCharts:
|
|
||||||
- releaseName: neuvector-ui-ext
|
|
||||||
chart: neuvector-ui-ext
|
|
||||||
repository: https://github.com/rancher/ui-plugin-charts/raw/main
|
|
||||||
version: 2.0.0
|
|
||||||
- prettyName: EndpointCopierOperator
|
|
||||||
releaseName: endpoint-copier-operator
|
|
||||||
chart: %%CHART_REPO%%/%%IMAGE_PREFIX%%endpoint-copier-operator-chart
|
|
||||||
version: 0.2.1
|
|
||||||
- prettyName: Elemental
|
|
||||||
releaseName: elemental-operator
|
|
||||||
chart: oci://registry.suse.com/rancher/elemental-operator-chart
|
|
||||||
version: 1.6.4
|
|
||||||
dependencyCharts:
|
|
||||||
- releaseName: elemental-operator-crds
|
|
||||||
chart: oci://registry.suse.com/rancher/elemental-operator-crds-chart
|
|
||||||
version: 1.6.4
|
|
||||||
- prettyName: SRIOV
|
|
||||||
releaseName: sriov-network-operator
|
|
||||||
chart: %%CHART_REPO%%/%%IMAGE_PREFIX%%sriov-network-operator-chart
|
|
||||||
version: 1.3.0
|
|
||||||
dependencyCharts:
|
|
||||||
- releaseName: sriov-crd
|
|
||||||
chart: %%CHART_REPO%%/%%IMAGE_PREFIX%%sriov-crd-chart
|
|
||||||
version: 1.3.0
|
|
||||||
- prettyName: Akri
|
|
||||||
releaseName: akri
|
|
||||||
chart: %%CHART_REPO%%/%%IMAGE_PREFIX%%akri-chart
|
|
||||||
version: 0.12.20
|
|
||||||
addonCharts:
|
|
||||||
- releaseName: akri-dashboard-extension
|
|
||||||
chart: %%CHART_REPO%%/%%IMAGE_PREFIX%%akri-dashboard-extension-chart
|
|
||||||
version: 1.1.0
|
|
||||||
- prettyName: Metal3
|
|
||||||
releaseName: metal3
|
|
||||||
chart: %%CHART_REPO%%/%%IMAGE_PREFIX%%metal3-chart
|
|
||||||
version: 0.8.3
|
|
||||||
- prettyName: RancherTurtles
|
|
||||||
releaseName: rancher-turtles
|
|
||||||
chart: %%CHART_REPO%%/%%IMAGE_PREFIX%%rancher-turtles-chart
|
|
||||||
version: 0.3.3
|
|
@@ -1,5 +1,5 @@
|
|||||||
#!BuildTag: %%IMG_PREFIX%%sriov-crd-chart:%%CHART_MAJOR%%.0.0_up1.4.0-%RELEASE%
|
#!BuildTag: %%IMG_PREFIX%%sriov-crd-chart:302.0.0_up1.4.0-%RELEASE%
|
||||||
#!BuildTag: %%IMG_PREFIX%%sriov-crd-chart:%%CHART_MAJOR%%.0.0_up1.4.0
|
#!BuildTag: %%IMG_PREFIX%%sriov-crd-chart:302.0.0_up1.4.0
|
||||||
annotations:
|
annotations:
|
||||||
catalog.cattle.io/experimental: "true"
|
catalog.cattle.io/experimental: "true"
|
||||||
catalog.cattle.io/hidden: "true"
|
catalog.cattle.io/hidden: "true"
|
||||||
@@ -10,4 +10,4 @@ apiVersion: v2
|
|||||||
description: Installs the CRDs for the SR-IOV operator
|
description: Installs the CRDs for the SR-IOV operator
|
||||||
name: sriov-crd
|
name: sriov-crd
|
||||||
type: application
|
type: application
|
||||||
version: "%%CHART_MAJOR%%.0.0+up1.4.0"
|
version: 302.0.0+up1.4.0
|
||||||
|
@@ -4,7 +4,5 @@
|
|||||||
<param name="file">Chart.yaml</param>
|
<param name="file">Chart.yaml</param>
|
||||||
<param name="eval">IMG_PREFIX=$(rpm --macros=/root/.rpmmacros -E %{?img_prefix})</param>
|
<param name="eval">IMG_PREFIX=$(rpm --macros=/root/.rpmmacros -E %{?img_prefix})</param>
|
||||||
<param name="var">IMG_PREFIX</param>
|
<param name="var">IMG_PREFIX</param>
|
||||||
<param name="eval">CHART_MAJOR=$(rpm --macros=/root/.rpmmacros -E %{?chart_major})</param>
|
|
||||||
<param name="var">CHART_MAJOR</param>
|
|
||||||
</service>
|
</service>
|
||||||
</services>
|
</services>
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
#!BuildTag: %%IMG_PREFIX%%sriov-network-operator-chart:%%CHART_MAJOR%%.0.0_up1.4.0-%RELEASE%
|
#!BuildTag: %%IMG_PREFIX%%sriov-network-operator-chart:302.0.0_up1.4.0-%RELEASE%
|
||||||
#!BuildTag: %%IMG_PREFIX%%sriov-network-operator-chart:%%CHART_MAJOR%%.0.0_up1.4.0
|
#!BuildTag: %%IMG_PREFIX%%sriov-network-operator-chart:302.0.0_up1.4.0
|
||||||
annotations:
|
annotations:
|
||||||
catalog.cattle.io/auto-install: sriov-crd=match
|
catalog.cattle.io/auto-install: sriov-crd=match
|
||||||
catalog.cattle.io/experimental: "true"
|
catalog.cattle.io/experimental: "true"
|
||||||
@@ -25,4 +25,4 @@ name: sriov-network-operator
|
|||||||
sources:
|
sources:
|
||||||
- https://github.com/k8snetworkplumbingwg/sriov-network-operator
|
- https://github.com/k8snetworkplumbingwg/sriov-network-operator
|
||||||
type: application
|
type: application
|
||||||
version: "%%CHART_MAJOR%%.0.0+up1.4.0"
|
version: 302.0.0+up1.4.0
|
||||||
|
@@ -4,7 +4,5 @@
|
|||||||
<param name="file">Chart.yaml</param>
|
<param name="file">Chart.yaml</param>
|
||||||
<param name="eval">IMG_PREFIX=$(rpm --macros=/root/.rpmmacros -E %{?img_prefix})</param>
|
<param name="eval">IMG_PREFIX=$(rpm --macros=/root/.rpmmacros -E %{?img_prefix})</param>
|
||||||
<param name="var">IMG_PREFIX</param>
|
<param name="var">IMG_PREFIX</param>
|
||||||
<param name="eval">CHART_MAJOR=$(rpm --macros=/root/.rpmmacros -E %{?chart_major})</param>
|
|
||||||
<param name="var">CHART_MAJOR</param>
|
|
||||||
</service>
|
</service>
|
||||||
</services>
|
</services>
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
#!BuildTag: %%IMG_PREFIX%%upgrade-controller-chart:%%CHART_MAJOR%%.0.0_up0.1.0
|
#!BuildTag: %%IMG_PREFIX%%upgrade-controller-chart:0.1.0
|
||||||
#!BuildTag: %%IMG_PREFIX%%upgrade-controller-chart:%%CHART_MAJOR%%.0.0_up0.1.0-%RELEASE%
|
#!BuildTag: %%IMG_PREFIX%%upgrade-controller-chart:0.1.0-%RELEASE%
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 0.1.0
|
appVersion: 0.1.0
|
||||||
dependencies:
|
dependencies:
|
||||||
@@ -10,4 +10,4 @@ dependencies:
|
|||||||
description: A Helm chart for Upgrade Controller
|
description: A Helm chart for Upgrade Controller
|
||||||
name: upgrade-controller
|
name: upgrade-controller
|
||||||
type: application
|
type: application
|
||||||
version: "%%CHART_MAJOR%%.0.0+up0.1.0"
|
version: 0.1.0
|
||||||
|
@@ -11,8 +11,6 @@
|
|||||||
<param name="file">Chart.yaml</param>
|
<param name="file">Chart.yaml</param>
|
||||||
<param name="eval">IMG_PREFIX=$(rpm --macros=/root/.rpmmacros -E %{?img_prefix})</param>
|
<param name="eval">IMG_PREFIX=$(rpm --macros=/root/.rpmmacros -E %{?img_prefix})</param>
|
||||||
<param name="var">IMG_PREFIX</param>
|
<param name="var">IMG_PREFIX</param>
|
||||||
<param name="eval">CHART_MAJOR=$(rpm --macros=/root/.rpmmacros -E %{?chart_major})</param>
|
|
||||||
<param name="var">CHART_MAJOR</param>
|
|
||||||
</service>
|
</service>
|
||||||
</services>
|
</services>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user