Skip to content

JFrog Artifactory

Prerequisites

  • Kubernetes cluster accessible with kubectl CLI
  • Install Helm

Supporting Docs

Artifactory

Get the JFrog Helm repository:

helm repo add jfrog https://charts.jfrog.io
helm repo update jfrog

Install the chart:

helm upgrade --install artifactory --namespace artifactory jfrog/artifactory-oss --create-namespace

Optional: if running on OpenShift, grant privileged SCC to the default service account in artifactory namespace:

oc adm policy add-scc-to-user privileged -z default -n artifactory