upgrade-kubevirt #247
@@ -1,9 +1,9 @@
|
|||||||
#!BuildTag: %%CHART_PREFIX%%cdi:%%CHART_MAJOR%%.0.0_up0.5.0
|
#!BuildTag: %%CHART_PREFIX%%cdi:%%CHART_MAJOR%%.0.1_up0.6.0
|
||||||
#!BuildTag: %%CHART_PREFIX%%cdi:%%CHART_MAJOR%%.0.0_up0.5.0-%RELEASE%
|
#!BuildTag: %%CHART_PREFIX%%cdi:%%CHART_MAJOR%%.0.1_up0.6.0-%RELEASE%
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 1.61.0
|
appVersion: 1.62.0
|
||||||
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.5.0"
|
version: "%%CHART_MAJOR%%.0.1+up0.6.0"
|
||||||
|
@@ -109,9 +109,9 @@ spec:
|
|||||||
description: CDIConfig at CDI level
|
description: CDIConfig at CDI level
|
||||||
properties:
|
properties:
|
||||||
dataVolumeTTLSeconds:
|
dataVolumeTTLSeconds:
|
||||||
description: DataVolumeTTLSeconds is the time in seconds after
|
description: |-
|
||||||
DataVolume completion it can be garbage collected. Disabled
|
DataVolumeTTLSeconds is the time in seconds after DataVolume completion it can be garbage collected. Disabled by default.
|
||||||
by default.
|
Deprecated: Removed in v1.62.
|
||||||
format: int32
|
format: int32
|
||||||
type: integer
|
type: integer
|
||||||
featureGates:
|
featureGates:
|
||||||
@@ -2641,9 +2641,9 @@ spec:
|
|||||||
description: CDIConfig at CDI level
|
description: CDIConfig at CDI level
|
||||||
properties:
|
properties:
|
||||||
dataVolumeTTLSeconds:
|
dataVolumeTTLSeconds:
|
||||||
description: DataVolumeTTLSeconds is the time in seconds after
|
description: |-
|
||||||
DataVolume completion it can be garbage collected. Disabled
|
DataVolumeTTLSeconds is the time in seconds after DataVolume completion it can be garbage collected. Disabled by default.
|
||||||
by default.
|
Deprecated: Removed in v1.62.
|
||||||
format: int32
|
format: int32
|
||||||
type: integer
|
type: integer
|
||||||
featureGates:
|
featureGates:
|
||||||
|
@@ -599,6 +599,8 @@ spec:
|
|||||||
strategy: {}
|
strategy: {}
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
|
annotations:
|
||||||
|
openshift.io/required-scc: restricted-v2
|
||||||
labels:
|
labels:
|
||||||
cdi.kubevirt.io: cdi-operator
|
cdi.kubevirt.io: cdi-operator
|
||||||
name: cdi-operator
|
name: cdi-operator
|
||||||
|
@@ -19,3 +19,7 @@ spec:
|
|||||||
workload:
|
workload:
|
||||||
{{- toYaml . | nindent 4 }}
|
{{- toYaml . | nindent 4 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
{{- with .Values.cdi.customizeComponents }}
|
||||||
|
customizeComponents:
|
||||||
|
{{- toYaml . | nindent 4 }}
|
||||||
|
{{- end }}
|
||||||
|
@@ -1,12 +1,12 @@
|
|||||||
deployment:
|
deployment:
|
||||||
version: 1.61.0-150600.3.12.1
|
version: 1.62.0-150700.9.3.1
|
||||||
operatorImage: registry.suse.com/suse/sles/15.6/cdi-operator
|
operatorImage: registry.suse.com/suse/sles/15.7/cdi-operator
|
||||||
controllerImage: registry.suse.com/suse/sles/15.6/cdi-controller
|
controllerImage: registry.suse.com/suse/sles/15.7/cdi-controller
|
||||||
importerImage: registry.suse.com/suse/sles/15.6/cdi-importer
|
importerImage: registry.suse.com/suse/sles/15.7/cdi-importer
|
||||||
clonerImage: registry.suse.com/suse/sles/15.6/cdi-cloner
|
clonerImage: registry.suse.com/suse/sles/15.7/cdi-cloner
|
||||||
apiserverImage: registry.suse.com/suse/sles/15.6/cdi-apiserver
|
apiserverImage: registry.suse.com/suse/sles/15.7/cdi-apiserver
|
||||||
uploadserverImage: registry.suse.com/suse/sles/15.6/cdi-uploadserver
|
uploadserverImage: registry.suse.com/suse/sles/15.7/cdi-uploadserver
|
||||||
uploadproxyImage: registry.suse.com/suse/sles/15.6/cdi-uploadproxy
|
uploadproxyImage: registry.suse.com/suse/sles/15.7/cdi-uploadproxy
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
affinity:
|
affinity:
|
||||||
podAffinity:
|
podAffinity:
|
||||||
@@ -30,6 +30,7 @@ cdi:
|
|||||||
featureGates:
|
featureGates:
|
||||||
- HonorWaitForFirstConsumer
|
- HonorWaitForFirstConsumer
|
||||||
imagePullPolicy: "IfNotPresent"
|
imagePullPolicy: "IfNotPresent"
|
||||||
|
customizeComponents: {}
|
||||||
infra:
|
infra:
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
kubernetes.io/os: linux
|
kubernetes.io/os: linux
|
||||||
@@ -41,7 +42,7 @@ cdi:
|
|||||||
nodeSelector:
|
nodeSelector:
|
||||||
kubernetes.io/os: linux
|
kubernetes.io/os: linux
|
||||||
|
|
||||||
hookImage: registry.rancher.com/rancher/kubectl:v1.30.10
|
hookImage: registry.rancher.com/rancher/kubectl:v1.33.1
|
||||||
hookRestartPolicy: OnFailure
|
hookRestartPolicy: OnFailure
|
||||||
hookSecurityContext:
|
hookSecurityContext:
|
||||||
seccompProfile:
|
seccompProfile:
|
||||||
|
@@ -1,9 +1,9 @@
|
|||||||
#!BuildTag: %%CHART_PREFIX%%kubevirt:%%CHART_MAJOR%%.0.0_up0.5.0-%RELEASE%
|
#!BuildTag: %%CHART_PREFIX%%kubevirt:%%CHART_MAJOR%%.0.1_up0.6.0-%RELEASE%
|
||||||
#!BuildTag: %%CHART_PREFIX%%kubevirt:%%CHART_MAJOR%%.0.0_up0.5.0
|
#!BuildTag: %%CHART_PREFIX%%kubevirt:%%CHART_MAJOR%%.0.1_up0.6.0
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 1.4.0
|
appVersion: 1.5.2
|
||||||
description: A Helm chart for KubeVirt
|
description: A Helm chart for KubeVirt
|
||||||
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: kubevirt
|
name: kubevirt
|
||||||
type: application
|
type: application
|
||||||
version: "%%CHART_MAJOR%%.0.0+up0.5.0"
|
version: "%%CHART_MAJOR%%.0.1+up0.6.0"
|
||||||
|
@@ -593,6 +593,13 @@ spec:
|
|||||||
If set to true, migrations will still start in pre-copy, but switch to post-copy when
|
If set to true, migrations will still start in pre-copy, but switch to post-copy when
|
||||||
CompletionTimeoutPerGiB triggers. Defaults to false
|
CompletionTimeoutPerGiB triggers. Defaults to false
|
||||||
type: boolean
|
type: boolean
|
||||||
|
allowWorkloadDisruption:
|
||||||
|
description: |-
|
||||||
|
AllowWorkloadDisruption indicates that the migration shouldn't be
|
||||||
|
canceled after acceptableCompletionTime is exceeded. Instead, if
|
||||||
|
permitted, migration will be switched to post-copy or the VMI will be
|
||||||
|
paused to allow the migration to complete
|
||||||
|
type: boolean
|
||||||
bandwidthPerMigration:
|
bandwidthPerMigration:
|
||||||
anyOf:
|
anyOf:
|
||||||
- type: integer
|
- type: integer
|
||||||
@@ -605,8 +612,8 @@ spec:
|
|||||||
completionTimeoutPerGiB:
|
completionTimeoutPerGiB:
|
||||||
description: |-
|
description: |-
|
||||||
CompletionTimeoutPerGiB is the maximum number of seconds per GiB a migration is allowed to take.
|
CompletionTimeoutPerGiB is the maximum number of seconds per GiB a migration is allowed to take.
|
||||||
If a live-migration takes longer to migrate than this value multiplied by the size of the VMI,
|
If the timeout is reached, the migration will be either paused, switched
|
||||||
the migration will be cancelled, unless AllowPostCopy is true. Defaults to 150
|
to post-copy or cancelled depending on other settings. Defaults to 150
|
||||||
format: int64
|
format: int64
|
||||||
type: integer
|
type: integer
|
||||||
disableTLS:
|
disableTLS:
|
||||||
@@ -964,17 +971,17 @@ spec:
|
|||||||
type: object
|
type: object
|
||||||
type: object
|
type: object
|
||||||
vmRolloutStrategy:
|
vmRolloutStrategy:
|
||||||
description: VMRolloutStrategy defines how changes to a VM object
|
description: |-
|
||||||
propagate to its VMI
|
VMRolloutStrategy defines how live-updatable fields, like CPU sockets, memory,
|
||||||
|
tolerations, and affinity, are propagated from a VM to its VMI.
|
||||||
enum:
|
enum:
|
||||||
- Stage
|
- Stage
|
||||||
- LiveUpdate
|
- LiveUpdate
|
||||||
nullable: true
|
nullable: true
|
||||||
type: string
|
type: string
|
||||||
vmStateStorageClass:
|
vmStateStorageClass:
|
||||||
description: |-
|
description: VMStateStorageClass is the name of the storage class
|
||||||
VMStateStorageClass is the name of the storage class to use for the PVCs created to preserve VM state, like TPM.
|
to use for the PVCs created to preserve VM state, like TPM.
|
||||||
The storage class must support RWX in filesystem mode.
|
|
||||||
type: string
|
type: string
|
||||||
webhookConfiguration:
|
webhookConfiguration:
|
||||||
description: |-
|
description: |-
|
||||||
@@ -3850,6 +3857,13 @@ spec:
|
|||||||
If set to true, migrations will still start in pre-copy, but switch to post-copy when
|
If set to true, migrations will still start in pre-copy, but switch to post-copy when
|
||||||
CompletionTimeoutPerGiB triggers. Defaults to false
|
CompletionTimeoutPerGiB triggers. Defaults to false
|
||||||
type: boolean
|
type: boolean
|
||||||
|
allowWorkloadDisruption:
|
||||||
|
description: |-
|
||||||
|
AllowWorkloadDisruption indicates that the migration shouldn't be
|
||||||
|
canceled after acceptableCompletionTime is exceeded. Instead, if
|
||||||
|
permitted, migration will be switched to post-copy or the VMI will be
|
||||||
|
paused to allow the migration to complete
|
||||||
|
type: boolean
|
||||||
bandwidthPerMigration:
|
bandwidthPerMigration:
|
||||||
anyOf:
|
anyOf:
|
||||||
- type: integer
|
- type: integer
|
||||||
@@ -3862,8 +3876,8 @@ spec:
|
|||||||
completionTimeoutPerGiB:
|
completionTimeoutPerGiB:
|
||||||
description: |-
|
description: |-
|
||||||
CompletionTimeoutPerGiB is the maximum number of seconds per GiB a migration is allowed to take.
|
CompletionTimeoutPerGiB is the maximum number of seconds per GiB a migration is allowed to take.
|
||||||
If a live-migration takes longer to migrate than this value multiplied by the size of the VMI,
|
If the timeout is reached, the migration will be either paused, switched
|
||||||
the migration will be cancelled, unless AllowPostCopy is true. Defaults to 150
|
to post-copy or cancelled depending on other settings. Defaults to 150
|
||||||
format: int64
|
format: int64
|
||||||
type: integer
|
type: integer
|
||||||
disableTLS:
|
disableTLS:
|
||||||
@@ -4221,17 +4235,17 @@ spec:
|
|||||||
type: object
|
type: object
|
||||||
type: object
|
type: object
|
||||||
vmRolloutStrategy:
|
vmRolloutStrategy:
|
||||||
description: VMRolloutStrategy defines how changes to a VM object
|
description: |-
|
||||||
propagate to its VMI
|
VMRolloutStrategy defines how live-updatable fields, like CPU sockets, memory,
|
||||||
|
tolerations, and affinity, are propagated from a VM to its VMI.
|
||||||
enum:
|
enum:
|
||||||
- Stage
|
- Stage
|
||||||
- LiveUpdate
|
- LiveUpdate
|
||||||
nullable: true
|
nullable: true
|
||||||
type: string
|
type: string
|
||||||
vmStateStorageClass:
|
vmStateStorageClass:
|
||||||
description: |-
|
description: VMStateStorageClass is the name of the storage class
|
||||||
VMStateStorageClass is the name of the storage class to use for the PVCs created to preserve VM state, like TPM.
|
to use for the PVCs created to preserve VM state, like TPM.
|
||||||
The storage class must support RWX in filesystem mode.
|
|
||||||
type: string
|
type: string
|
||||||
webhookConfiguration:
|
webhookConfiguration:
|
||||||
description: |-
|
description: |-
|
||||||
|
@@ -608,6 +608,7 @@ rules:
|
|||||||
resources:
|
resources:
|
||||||
- virtualmachinesnapshots
|
- virtualmachinesnapshots
|
||||||
- virtualmachinesnapshots/status
|
- virtualmachinesnapshots/status
|
||||||
|
- virtualmachinesnapshots/finalizers
|
||||||
- virtualmachinesnapshotcontents
|
- virtualmachinesnapshotcontents
|
||||||
- virtualmachinesnapshotcontents/status
|
- virtualmachinesnapshotcontents/status
|
||||||
- virtualmachinesnapshotcontents/finalizers
|
- virtualmachinesnapshotcontents/finalizers
|
||||||
@@ -660,15 +661,18 @@ rules:
|
|||||||
- kubevirt.io
|
- kubevirt.io
|
||||||
resources:
|
resources:
|
||||||
- virtualmachines/finalizers
|
- virtualmachines/finalizers
|
||||||
|
- virtualmachineinstances/finalizers
|
||||||
verbs:
|
verbs:
|
||||||
- update
|
- update
|
||||||
- apiGroups:
|
- apiGroups:
|
||||||
- subresources.kubevirt.io
|
- subresources.kubevirt.io
|
||||||
resources:
|
resources:
|
||||||
|
- virtualmachines/stop
|
||||||
- virtualmachineinstances/addvolume
|
- virtualmachineinstances/addvolume
|
||||||
- virtualmachineinstances/removevolume
|
- virtualmachineinstances/removevolume
|
||||||
- virtualmachineinstances/freeze
|
- virtualmachineinstances/freeze
|
||||||
- virtualmachineinstances/unfreeze
|
- virtualmachineinstances/unfreeze
|
||||||
|
- virtualmachineinstances/reset
|
||||||
- virtualmachineinstances/softreboot
|
- virtualmachineinstances/softreboot
|
||||||
- virtualmachineinstances/sev/setupsession
|
- virtualmachineinstances/sev/setupsession
|
||||||
- virtualmachineinstances/sev/injectlaunchsecret
|
- virtualmachineinstances/sev/injectlaunchsecret
|
||||||
@@ -772,6 +776,14 @@ rules:
|
|||||||
verbs:
|
verbs:
|
||||||
- list
|
- list
|
||||||
- watch
|
- watch
|
||||||
|
- apiGroups:
|
||||||
|
- batch
|
||||||
|
resources:
|
||||||
|
- jobs
|
||||||
|
verbs:
|
||||||
|
- create
|
||||||
|
- get
|
||||||
|
- delete
|
||||||
- apiGroups:
|
- apiGroups:
|
||||||
- kubevirt.io
|
- kubevirt.io
|
||||||
resources:
|
resources:
|
||||||
@@ -883,6 +895,7 @@ rules:
|
|||||||
- virtualmachineinstances/freeze
|
- virtualmachineinstances/freeze
|
||||||
- virtualmachineinstances/unfreeze
|
- virtualmachineinstances/unfreeze
|
||||||
- virtualmachineinstances/softreboot
|
- virtualmachineinstances/softreboot
|
||||||
|
- virtualmachineinstances/reset
|
||||||
- virtualmachineinstances/sev/setupsession
|
- virtualmachineinstances/sev/setupsession
|
||||||
- virtualmachineinstances/sev/injectlaunchsecret
|
- virtualmachineinstances/sev/injectlaunchsecret
|
||||||
verbs:
|
verbs:
|
||||||
@@ -902,7 +915,6 @@ rules:
|
|||||||
- virtualmachines/restart
|
- virtualmachines/restart
|
||||||
- virtualmachines/addvolume
|
- virtualmachines/addvolume
|
||||||
- virtualmachines/removevolume
|
- virtualmachines/removevolume
|
||||||
- virtualmachines/migrate
|
|
||||||
- virtualmachines/memorydump
|
- virtualmachines/memorydump
|
||||||
verbs:
|
verbs:
|
||||||
- update
|
- update
|
||||||
@@ -919,7 +931,6 @@ rules:
|
|||||||
- virtualmachineinstances
|
- virtualmachineinstances
|
||||||
- virtualmachineinstancepresets
|
- virtualmachineinstancepresets
|
||||||
- virtualmachineinstancereplicasets
|
- virtualmachineinstancereplicasets
|
||||||
- virtualmachineinstancemigrations
|
|
||||||
verbs:
|
verbs:
|
||||||
- get
|
- get
|
||||||
- delete
|
- delete
|
||||||
@@ -929,6 +940,14 @@ rules:
|
|||||||
- list
|
- list
|
||||||
- watch
|
- watch
|
||||||
- deletecollection
|
- deletecollection
|
||||||
|
- apiGroups:
|
||||||
|
- kubevirt.io
|
||||||
|
resources:
|
||||||
|
- virtualmachineinstancemigrations
|
||||||
|
verbs:
|
||||||
|
- get
|
||||||
|
- list
|
||||||
|
- watch
|
||||||
- apiGroups:
|
- apiGroups:
|
||||||
- snapshot.kubevirt.io
|
- snapshot.kubevirt.io
|
||||||
resources:
|
resources:
|
||||||
@@ -1032,6 +1051,7 @@ rules:
|
|||||||
- virtualmachineinstances/freeze
|
- virtualmachineinstances/freeze
|
||||||
- virtualmachineinstances/unfreeze
|
- virtualmachineinstances/unfreeze
|
||||||
- virtualmachineinstances/softreboot
|
- virtualmachineinstances/softreboot
|
||||||
|
- virtualmachineinstances/reset
|
||||||
- virtualmachineinstances/sev/setupsession
|
- virtualmachineinstances/sev/setupsession
|
||||||
- virtualmachineinstances/sev/injectlaunchsecret
|
- virtualmachineinstances/sev/injectlaunchsecret
|
||||||
verbs:
|
verbs:
|
||||||
@@ -1051,7 +1071,6 @@ rules:
|
|||||||
- virtualmachines/restart
|
- virtualmachines/restart
|
||||||
- virtualmachines/addvolume
|
- virtualmachines/addvolume
|
||||||
- virtualmachines/removevolume
|
- virtualmachines/removevolume
|
||||||
- virtualmachines/migrate
|
|
||||||
- virtualmachines/memorydump
|
- virtualmachines/memorydump
|
||||||
verbs:
|
verbs:
|
||||||
- update
|
- update
|
||||||
@@ -1068,7 +1087,6 @@ rules:
|
|||||||
- virtualmachineinstances
|
- virtualmachineinstances
|
||||||
- virtualmachineinstancepresets
|
- virtualmachineinstancepresets
|
||||||
- virtualmachineinstancereplicasets
|
- virtualmachineinstancereplicasets
|
||||||
- virtualmachineinstancemigrations
|
|
||||||
verbs:
|
verbs:
|
||||||
- get
|
- get
|
||||||
- delete
|
- delete
|
||||||
@@ -1077,6 +1095,14 @@ rules:
|
|||||||
- patch
|
- patch
|
||||||
- list
|
- list
|
||||||
- watch
|
- watch
|
||||||
|
- apiGroups:
|
||||||
|
- kubevirt.io
|
||||||
|
resources:
|
||||||
|
- virtualmachineinstancemigrations
|
||||||
|
verbs:
|
||||||
|
- get
|
||||||
|
- list
|
||||||
|
- watch
|
||||||
- apiGroups:
|
- apiGroups:
|
||||||
- snapshot.kubevirt.io
|
- snapshot.kubevirt.io
|
||||||
resources:
|
resources:
|
||||||
@@ -1255,6 +1281,25 @@ rules:
|
|||||||
- get
|
- get
|
||||||
- list
|
- list
|
||||||
- watch
|
- watch
|
||||||
|
- apiGroups:
|
||||||
|
- subresources.kubevirt.io
|
||||||
|
resources:
|
||||||
|
- virtualmachines/migrate
|
||||||
|
verbs:
|
||||||
|
- update
|
||||||
|
- apiGroups:
|
||||||
|
- kubevirt.io
|
||||||
|
resources:
|
||||||
|
- virtualmachineinstancemigrations
|
||||||
|
verbs:
|
||||||
|
- get
|
||||||
|
- delete
|
||||||
|
- create
|
||||||
|
- update
|
||||||
|
- patch
|
||||||
|
- list
|
||||||
|
- watch
|
||||||
|
- deletecollection
|
||||||
- apiGroups:
|
- apiGroups:
|
||||||
- authentication.k8s.io
|
- authentication.k8s.io
|
||||||
resources:
|
resources:
|
||||||
@@ -1300,6 +1345,8 @@ spec:
|
|||||||
type: RollingUpdate
|
type: RollingUpdate
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
|
annotations:
|
||||||
|
openshift.io/required-scc: restricted-v2
|
||||||
labels:
|
labels:
|
||||||
kubevirt.io: virt-operator
|
kubevirt.io: virt-operator
|
||||||
name: virt-operator
|
name: virt-operator
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
operator:
|
operator:
|
||||||
image: registry.suse.com/suse/sles/15.6/virt-operator
|
image: registry.suse.com/suse/sles/15.7/virt-operator
|
||||||
version: 1.4.0-150600.5.15.1
|
version: 1.5.2-150700.3.5.2
|
||||||
replicas: 2
|
replicas: 2
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
affinity:
|
affinity:
|
||||||
@@ -40,7 +40,7 @@ kubevirt:
|
|||||||
monitorAccount: ""
|
monitorAccount: ""
|
||||||
monitorNamespace: ""
|
monitorNamespace: ""
|
||||||
|
|
||||||
hookImage: registry.rancher.com/rancher/kubectl:v1.30.10
|
hookImage: registry.rancher.com/rancher/kubectl:v1.33.1
|
||||||
hookRestartPolicy: OnFailure
|
hookRestartPolicy: OnFailure
|
||||||
hookSecurityContext:
|
hookSecurityContext:
|
||||||
seccompProfile:
|
seccompProfile:
|
||||||
|
@@ -111,11 +111,11 @@ spec:
|
|||||||
- prettyName: CDI
|
- prettyName: CDI
|
||||||
releaseName: cdi
|
releaseName: cdi
|
||||||
chart: '%%CHART_REPO%%/%%CHART_PREFIX%%cdi'
|
chart: '%%CHART_REPO%%/%%CHART_PREFIX%%cdi'
|
||||||
version: '%%CHART_MAJOR%%.0.0+up0.5.0'
|
version: '%%CHART_MAJOR%%.0.1+up0.6.0'
|
||||||
- prettyName: KubeVirt
|
- prettyName: KubeVirt
|
||||||
releaseName: kubevirt
|
releaseName: kubevirt
|
||||||
chart: '%%CHART_REPO%%/%%CHART_PREFIX%%kubevirt'
|
chart: '%%CHART_REPO%%/%%CHART_PREFIX%%kubevirt'
|
||||||
version: '%%CHART_MAJOR%%.0.0+up0.5.0'
|
version: '%%CHART_MAJOR%%.0.1+up0.6.0'
|
||||||
addonCharts:
|
addonCharts:
|
||||||
- releaseName: kubevirt-dashboard-extension
|
- releaseName: kubevirt-dashboard-extension
|
||||||
chart: '%%CHART_REPO%%/%%CHART_PREFIX%%kubevirt-dashboard-extension'
|
chart: '%%CHART_REPO%%/%%CHART_PREFIX%%kubevirt-dashboard-extension'
|
||||||
|
Reference in New Issue
Block a user