artifactory-jcr 107.161.24 Helm chart
jfrogNot scored yet
JFrog Container Registry
Version 107.161.24 8 days agoapp version 7.161.24 (not verified against the render) 10Artifact Hub
Chart.yaml declares kubeVersion >= 1.21.0-0; rendered for Kubernetes 1.21.0.
Radar Score
Latest render attempt (7 Sept 2026) failed: Error: execution error at (artifactory-jcr/charts/artifactory/templates/validations.yaml:60:8):
********JFrog has introduced new services (e.g., JFbus, Frontend) that are now managed as independent deployments. These services now require a Master Key and a Join Key for mandatory configuration********
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
🛑 ERROR: MISSING MANDATORY KEYS (Artifactory)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Artifactory requires a Master Key and a Join Key.
👉 STEP 1: PROVIDE KEYS
• FRESH INSTALL — GENERATE SECURE KEYS:
export MASTER_KEY=$(openssl rand -hex 32)
export JOIN_KEY=$(openssl rand -hex 32)
• UPGRADE — RETRIEVE EXISTING KEYS:
JOIN KEY (Via UI):
Administration -> Security -> General -> Connection Details
-> Enter Password -> Join Key (copy to JOIN_KEY env)
MASTER KEY (Via CLI):
export MASTER_KEY=$(kubectl exec -it candidate-artifactory-0 -n default -c artifactory -- cat /opt/jfrog/artifactory/var/etc/security/master.key)
👉 STEP 2: PASS KEYS TO HELM
OPTION 1: (Production Recommended): PASS KUBERNETES SECRETS VIA HELM VALUES
Create a kubernetes secret
kubectl create secret generic artifactory-mandatory-keys -n <namespace> \
--from-literal=master-key=${MASTER_KEY} \
--from-literal=join-key=${JOIN_KEY}
Reference the secret name in helm values
--set global.masterKeySecretName=artifactory-mandatory-keys \
--set global.joinKeySecretName=artifactory-mandatory-keys
OPTION 2: PASS KEYS VIA HELM VALUES
--set global.masterKey=${MASTER_KEY} \
--set global.joinKey=${JOIN_KEY}
👉 KEYS EXISTING IN SYSTEM YAML: If keys are already defined in system.yaml(via extraSystemYaml, systemYaml, or systemYamlOverride), skip previous steps and use the flag
- --set keysPassedViaSystemyaml=true
📚 TO LEARN MORE:
https://docs.jfrog.com/installation/docs/helm-charts#install-jfrog-artifactory-using-he
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 |
|---|---|---|---|---|
| 107.161.26latest | 6 days ago | 7.161.26 | — | — |
| 107.161.24 | 8 days ago | 7.161.24 | — | — |
| 107.161.20 | 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.