SSC fails to deploy on Kubernetes

Hello

I'm trying to deploy SSC on test K8s enviroment, but it stops with error:

root@plcube85:/home/pawel# helm install 24 oci://registry-1.docker.io/fortifydocker/helm-ssc --version 24.4.1-1 \
 --set imagePullSecrets[0].name=docker-registry \
 --set secretRef.name=ssc-secret \
 --set secretRef.keys.sscLicenseEntry=fortify.license \
 --set secretRef.keys.sscAutoconfigEntry=ssc.autoconfig.tpl \
 --set secretRef.keys.httpCertificateKeystoreFileEntry=httpKeystore.jks \
 --set secretRef.keys.httpCertificateKeyPasswordEntry=httpCertificateKeyPassword \
 --set secretRef.keys.httpCertificateKeystorePasswordEntry=httpCertificateKeystorePassword \
 --set urlHost=https://ssc-webapp/
Pulled: registry-1.docker.io/fortifydocker/helm-ssc:24.4.1-1
Digest: sha256:6a1f62d6a78e894aaf27ee1e73b8802a035a386aa690294253bb476bfffffd69
Error: INSTALLATION FAILED: unable to build kubernetes objects from release manifest: unable to decode "": json: cannot unmarshal number into Go struct field ObjectMeta.metadata.labels of type string

I'm going through manual on https://www.microfocus.com/documentation/fortify-software-security-center/2440/Deploying_SSC_in_Kubernetes_24.4.0.html . System requirements comply with this SSC version.

I'm not sure is <release-nameshould be 24 or 24.4? The only thing in my enviroment, that is diferent, I havent used local repo. 

Is some face this problem? Which way I can get install logs and how can I solve this issue? 

/home/pawel# helm version
version.BuildInfo{Version:"v3.15.4", GitCommit:"fa9efb07d9d8debbb4306d72af76a383895aa8c4", GitTreeState:"clean", GoVersion:"go1.22.6"}

/home/pawel# kubectl version
Client Version: v1.30.9
Kustomize Version: v5.0.4-0.20230601165947-6ce0bf390ce3
Server Version: v1.29.1

/home/pawel# kubectl get node
NAME          STATUS   ROLES           AGE    VERSION
k8s-control   Ready    control-plane   6d7h   v1.30.9
k8s-node01      Ready    <none>          6d7h   v1.30.9
k8s-node02      Ready    <none>          6d7h   v1.30.9

thanks in advance

-- 
Pawel