File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11apiVersion : v2
22type : library
33name : deckhouse_lib_helm
4- version : 1.23 .0
4+ version : 1.24 .0
55description : " Helm utils template definitions for Deckhouse modules."
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ memory: 25Mi
2828 { {- $driverRegistrarImageName := join " " (list " csiNodeDriverRegistrar" $kubernetesSemVer .Major $kubernetesSemVer .Minor) } }
2929 { {- $driverRegistrarImage := include " helm_lib_module_common_image_no_fail" (list $context $driverRegistrarImageName ) } }
3030 { {- if $driverRegistrarImage } }
31- { {- if or (include " _helm_lib_cloud_or_hybrid_cluster" $context ) ($context .Values.global.enabledModules | has " ceph-csi" ) ($context .Values.global.enabledModules | has " csi-nfs" ) } }
31+ { {- if or (include " _helm_lib_cloud_or_hybrid_cluster" $context ) ($context .Values.global.enabledModules | has " ceph-csi" ) ($context .Values.global.enabledModules | has " csi-nfs" ) ( $ context .Values.global.enabledModules | has " csi-ceph " ) } }
3232 { {- if ($context .Values.global.enabledModules | has " vertical-pod-autoscaler-crd" ) } }
3333---
3434apiVersion: autoscaling.k8s.io/v1
You can’t perform that action at this time.
0 commit comments