{"id":16534639,"url":"https://github.com/hardyscc/charts","last_synced_at":"2026-03-08T00:31:47.132Z","repository":{"id":103774479,"uuid":"199396807","full_name":"hardyscc/charts","owner":"hardyscc","description":null,"archived":false,"fork":false,"pushed_at":"2019-08-05T07:32:46.000Z","size":293,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-03T13:21:24.743Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Smarty","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hardyscc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2019-07-29T06:59:29.000Z","updated_at":"2019-08-05T07:32:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"2c55f453-3403-4bcd-9931-0350388a99b6","html_url":"https://github.com/hardyscc/charts","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hardyscc/charts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hardyscc%2Fcharts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hardyscc%2Fcharts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hardyscc%2Fcharts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hardyscc%2Fcharts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hardyscc","download_url":"https://codeload.github.com/hardyscc/charts/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hardyscc%2Fcharts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30238857,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-08T00:30:53.000Z","status":"ssl_error","status_checked_at":"2026-03-08T00:30:44.061Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-10-11T18:24:51.816Z","updated_at":"2026-03-08T00:31:47.003Z","avatar_url":"https://github.com/hardyscc.png","language":"Smarty","funding_links":[],"categories":[],"sub_categories":[],"readme":"# helm-repo-in-github\n\nThis is a sample for how to setup a helm repo in github without gh-pages. This is usable even for private repositories.\n\n# Build the dependency\n\n```bash\n$ helm dependency update $YOUR_CHART_PATH/ # build the dependency tgz file\n$ helm dependency build $YOUR_CHART_PATH/ # build the dependency tgz file\n```\n\n# Adding a new version or chart to this repo\n\n```bash\n$ helm package $YOUR_CHART_PATH/ # build the tgz file and copy it here\n$ helm repo index . # create or update the index.yaml for repo\n$ git add .\n$ git commit -m 'New chart version'\n```\n\n# How to use it as a helm repo\n\nYou might know github has a raw view. So simply use the following:\n\n```bash\n$ helm repo add hardyscc 'https://raw.githubusercontent.com/hardyscc/charts/master/'\n$ helm repo update\n$ helm search auto-deploy-app\nNAME                    \tCHART VERSION\tAPP VERSION\tDESCRIPTION\nhardyscc/auto-deploy-app\t0.0.1        \t           \tGitLab's Auto-deploy Helm Chart (arm32v7)\n```\n\nIf your repo is private you can create a \"Personal access tokens\" and use it like:\n\n```bash\n$ helm repo add sample 'https://MY_PRIVATE_TOKEN@raw.githubusercontent.com/hardyscc/charts/master/'\n```\n\nNote: Becareful who is creating the token and what is its level of access.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhardyscc%2Fcharts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhardyscc%2Fcharts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhardyscc%2Fcharts/lists"}