{"id":31769921,"url":"https://github.com/jfrog/charts","last_synced_at":"2025-10-10T02:55:42.819Z","repository":{"id":38429357,"uuid":"144564856","full_name":"jfrog/charts","owner":"jfrog","description":"JFrog official Helm Charts","archived":false,"fork":false,"pushed_at":"2025-09-27T09:42:02.000Z","size":8974,"stargazers_count":273,"open_issues_count":49,"forks_count":459,"subscribers_count":38,"default_branch":"master","last_synced_at":"2025-10-05T22:36:04.293Z","etag":null,"topics":["helm","helm-charts","kubernetes","kubernetes-deployment"],"latest_commit_sha":null,"homepage":"https://jfrog.com/integration/helm-repository/","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jfrog.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2018-08-13T10:31:39.000Z","updated_at":"2025-10-05T14:35:04.000Z","dependencies_parsed_at":"2023-09-23T08:38:35.286Z","dependency_job_id":"ab27b94d-ba0f-4240-84c1-3ca494d11767","html_url":"https://github.com/jfrog/charts","commit_stats":null,"previous_names":[],"tags_count":48,"template":false,"template_full_name":null,"purl":"pkg:github/jfrog/charts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jfrog%2Fcharts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jfrog%2Fcharts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jfrog%2Fcharts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jfrog%2Fcharts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jfrog","download_url":"https://codeload.github.com/jfrog/charts/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jfrog%2Fcharts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279002527,"owners_count":26083403,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-10T02:00:06.843Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["helm","helm-charts","kubernetes","kubernetes-deployment"],"created_at":"2025-10-10T02:55:40.841Z","updated_at":"2025-10-10T02:55:42.813Z","avatar_url":"https://github.com/jfrog.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JFrog Helm Charts\n\nThis repository hosts the official **[JFrog](https://jfrog.com/) Helm Charts** for deploying **JFrog** products to [Kubernetes](https://kubernetes.io/)\n\nFor older version please refer to https://github.com/jfrog/charts/tree/pre-unified-platform\n\n## Install Helm (only V3 is supported)\n\nGet the latest [Helm release](https://github.com/helm/helm#install).\n\n## Install Charts\n\n### Add JFrog Helm repository\n\nBefore installing JFrog helm charts, you need to add the [JFrog helm repository](https://charts.jfrog.io) to your helm client.\n\n```bash\nhelm repo add jfrog https://charts.jfrog.io\nhelm repo update\n```\n\n**Note:** For instructions on how to install a chart follow instructions in its _README.md_.\n\n## Contributing to JFrog Charts\n\nFork the `repo`, make changes and then please run `make lint` to lint charts locally, and at least install the chart to see it is working. :)\n\nOn success make a [pull request](https://help.github.com/articles/using-pull-requests) (PR) on to the `master` branch.\n\nWe will take this PR changes internally, review and test.\n\nUpon successful review , someone will give the PR a __LGTM__ (_looks good to me_) in the review thread.\n\nWe will add PR changes in upcoming releases and credit the contributor with PR link in changelog (and also closing the PR raised by contributor).\n\n## Linting charts locally\n\n**Note:** Docker must be running on your Mac/Linux machine. \nThe command will only lint changed charts.\n\nTo lint all charts:\n\n```console\nmake lint\n```\n\n### Forcing to lint unchanged charts\n\n**Note:** Chart version bump check will be ignored.\n\nYou can force to lint one chart with `--charts` flag:\n\n```console\nmake lint -- --charts stable/artifactory\n```\n\nYou can force to lint a list of charts (separated by comma) with `--charts` flag:\n\n```console\nmake lint -- --charts stable/artifactory,stable/xray\n```\n\nYou can force to lint all charts with `--all` flag:\n\n```console\nmake lint -- --all\n```\n\n## Manually testing charts with Docker for Mac Kubernetes Cluster\n\n**Note:** Make sure **'Show system containers (advanced)'** is enabled in `Preferences/Kubernetes`.\n\nOn the Mac you can install and test all changed charts in `Docker for Mac`:\n\n```console\nmake mac\n```\n\n### Forcing to install unchanged charts\n\nYou can force to install one chart with `--charts` flag:\n\n```console\nmake mac -- --charts stable/artifactory\n```\n\nYou can force to install a list of charts (separated by comma) with `--charts` flag:\n\n```console\nmake mac -- --charts stable/artifactory,stable/xray\n```\n\nYou can force to install all charts with `--all` flag:\n\n```console\nmake mac -- --all\n```\n\n**Note:** It might take a while to run install test for all charts in `Docker for Mac`.\n\n## Manually testing charts with remote GKE cluster\n\nYou can install and test changed charts with `GKE` cluster set in kubeconfig `context`:\n\n```console\nmake gke\n```\n\n### Forcing to install unchanged charts\n\nYou can force to install one chart with `--charts` flag:\n\n```console\nmake gke -- --charts stable/artifactory\n```\n\nYou can force to install a list of charts (separated by comma) with `--charts` flag:\n\n```console\nmake gke -- --charts stable/artifactory,stable/xray\n```\n\nYou can force to install all charts with `--all` flag:\n\n```console\nmake gke -- --all\n```\n\n### Using dedicated GKE cluster for manual charts testing\n\nBy default it uses the `GKE` cluster set in kubeconfig `context`, you can specify the dedicated cluster (it must be set in the kubeconfig) in the file `CLUSTER`:\n\n```\nGKE_CLUSTER=gke_my_cluster_context_name\n```\n\nThen store the `CLUSTER` file in the root folder of the repo. It is also ignored by git.\n\nIn such setup your local default cluster can be different from the charts testing one.\n\n## Examples\n\nFor more detailed examples of each chart values, please refer [examples](https://github.com/jfrog/charts/tree/master/examples).\n\n## Docs\n\nFor more information on using Helm, refer to the Helm's [documentation](https://docs.helm.sh/using_helm/#quickstart-guide).\n\nTo get a quick introduction to Charts see this Chart's [documentation](https://docs.helm.sh/developing_charts/#charts).  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjfrog%2Fcharts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjfrog%2Fcharts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjfrog%2Fcharts/lists"}