StackRadar

artifactory-cpp-ce Helm chart

jfrog

Not scored yet

JFrog Artifactory CE for C++

Latest 107.161.26 6 days agoapp version 7.161.26 (not verified against the render) 4Artifact Hub

Chart.yaml declares kubeVersion >= 1.21.0-0; rendered for Kubernetes 1.21.0.

Radar Score

Latest render attempt (8 Sept 2026) failed: Error: execution error at (artifactory-cpp-ce/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

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

0 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

none

No current finding on any measured image of this version.

Indexed versions

VersionPublishedApp versionVulnerabilitiesRadar Score
107.161.26latest6 days ago7.161.26
107.161.248 days ago7.161.24
107.161.2017 days ago7.161.20

The latest version and the previous major, as selected nightly from the repository’s index.

README badge
[![Radar Score](https://charts.stackradar.io/badge/jfrog/artifactory-cpp-ce.svg)](https://charts.stackradar.io/charts/jfrog/artifactory-cpp-ce)

Markdown. The badge shows the latest version’s band and Radar Score, refreshed daily.

helm v3.16.4 · syft 1.42.1 · rendered 8 Sept 2026 · advisories as of 14 Sept 2026

Corrections: contact@stackradar.io

Catalogue: Artifact Hub · Advisories: OSV · Exploitation: FIRST EPSS, CISA KEV.