jfrog-platform 11.6.5 Helm chart
jfrogNot scored yet
The Helm chart for JFrog Platform (Universal, hybrid, end-to-end DevOps automation)
Version 11.6.5 3 days agoapp version 7.161.26 (not verified against the render) 5Artifact Hub
Chart.yaml declares kubeVersion >= 1.23.0-0; rendered for Kubernetes 1.23.0.
Radar Score
Latest render attempt (12 Sept 2026) failed: Error: execution error at (jfrog-platform/charts/artifactory/templates/validations.yaml:60:8):
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
🛑 ERROR: MISSING NGINX TLS CERTIFICATE (JFrog Platform)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
artifactory.nginx.https.enabled=true but artifactory.nginx.tlsSecretName
is not set, and artifactory.nginx.generateSelfSignedCert is not enabled.
By default the JFrog Platform chart does NOT generate TLS certificates.
👉 OPTION 1 (Production Recommended): SUPPLY YOUR OWN CERTIFICATE
Create a kubernetes.io/tls secret:
kubectl create secret tls artifactory-nginx-tls -n default \
--cert=./tls.crt --key=./tls.key
Reference the secret name in helm values:
--set artifactory.nginx.tlsSecretName=artifactory-nginx-tls
👉 OPTION 2 (Dev/Test only): OPT IN TO A SELF-SIGNED CERTIFICATE
Enable chart-side generation in helm values:
--set artifactory.nginx.generateSelfSignedCert=true
WARNING: The chart-generated key is unique per install but is not
issued by a trusted CA. Do not use in production.
👉 OPTION 3: DISABLE HTTPS (HTTP only)
Disable HTTPS in helm values:
--set artifactory.nginx.https.enabled=false
📚 TO LEARN MORE:
https://docs.jfrog.com/installation/docs/establish-tls-in-artifactory-and-jfrog-platform
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Use --debug flag to render out invalid YAML
Not yet scored
The daily scoring run has not folded the 0 images into a score yet.
Radar Score is the sum of every finding’s contribution; the colour is the worst finding’s band.
Container images
The render produced no pod templates.
Rendered with the chart’s default values. Optional subcharts, images set by operator flags and images inside CRD payloads are not seen and are counted as unmeasured.
Vulnerabilities
No current finding on any measured image of this version.
Indexed versions
| Version | Published | App version | Vulnerabilities | Radar Score |
|---|---|---|---|---|
| 11.6.5latest | 3 days ago | 7.161.26 | — | — |
| 11.6.4 | 4 days ago | 7.161.26 | — | — |
| 11.6.3 | 17 days ago | 7.161.20 | — | — |
The latest version and the previous major, as selected nightly from the repository’s index.
README badge
Markdown. The badge shows the latest version’s band and Radar Score, refreshed daily.