{"id":26190032,"url":"https://github.com/zazuko/helm-charts","last_synced_at":"2026-04-22T15:00:37.489Z","repository":{"id":247813757,"uuid":"823656546","full_name":"zazuko/helm-charts","owner":"zazuko","description":"Helm Charts repository","archived":false,"fork":false,"pushed_at":"2026-04-13T04:36:32.000Z","size":261,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-13T06:24:54.150Z","etag":null,"topics":["helm-charts"],"latest_commit_sha":null,"homepage":"https://charts.zazuko.com/","language":"Go Template","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/zazuko.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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-07-03T13:00:26.000Z","updated_at":"2026-04-13T04:36:37.000Z","dependencies_parsed_at":"2024-09-09T06:57:41.342Z","dependency_job_id":"a5f602b8-f8f7-404a-9453-2353ebaf2877","html_url":"https://github.com/zazuko/helm-charts","commit_stats":null,"previous_names":["zazuko/helm-charts"],"tags_count":50,"template":false,"template_full_name":null,"purl":"pkg:github/zazuko/helm-charts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zazuko%2Fhelm-charts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zazuko%2Fhelm-charts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zazuko%2Fhelm-charts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zazuko%2Fhelm-charts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zazuko","download_url":"https://codeload.github.com/zazuko/helm-charts/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zazuko%2Fhelm-charts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32141485,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-22T14:31:12.705Z","status":"ssl_error","status_checked_at":"2026-04-22T14:27:43.037Z","response_time":58,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["helm-charts"],"created_at":"2025-03-12T00:52:17.491Z","updated_at":"2026-04-22T15:00:37.445Z","avatar_url":"https://github.com/zazuko.png","language":"Go Template","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Zazuko Helm Charts\n\n[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/zazuko)](https://artifacthub.io/packages/search?repo=zazuko)\n[![Downloads](https://img.shields.io/github/downloads/zazuko/helm-charts/total)](https://github.com/zazuko/helm-charts/releases)\n\nThis repository contains the Helm charts for deploying some of the apps we maintain on Kubernetes.\n\n## Usage\n\nTo use the charts, you need to add the Zazuko Helm repository using the following command:\n\n```sh\nhelm repo add zazuko https://charts.zazuko.com\n```\n\n## Development\n\nMake sure to run the following command to make sure that the charts are valid:\n\n```sh\nhelm lint zazuko/*\n```\n\nAnd that one to generate/update the README file for each chart:\n\n```sh\n./scripts/docs.sh\n```\n\nTo preview a chart, you can use the following command:\n\n```sh\nCHART_NAME=trifid\nhelm template \"zazuko/${CHART_NAME}\" --values \"zazuko/${CHART_NAME}/values.yaml\"\n```\n\nTo install a chart, you can use the following command:\n\n```sh\nCHART_NAME=trifid\nhelm install \"${CHART_NAME}-release\" \"zazuko/${CHART_NAME}\" --values \"zazuko/${CHART_NAME}/values.yaml\" # --namespace default\n```\n\nAnd to update the chart, you can use the following command:\n\n```sh\nCHART_NAME=trifid\nhelm upgrade \"${CHART_NAME}-release\" \"zazuko/${CHART_NAME}\" --values \"zazuko/${CHART_NAME}/values.yaml\" # --namespace default\n```\n\nTo uninstall a chart, you can use the following command:\n\n```sh\nCHART_NAME=trifid\nhelm uninstall \"${CHART_NAME}-release\" # --namespace default\n```\n\n_Optional:_ To sign the charts, you can use the following commands:\n\n```sh\nCHART_NAME=trifid\nKEY_NAME='Name for your GPG key'\ngpg --full-generate-key # Generate a new GPG key\ngpg --output private.pgp --armor --export-secret-key \"${KEY_NAME}\" # Export the private key\ncat private.pgp | gpg --dearmor --output private.gpg # Convert the private key to GPG\nhelm package --sign --key \"${KEY_NAME}\" --keyring private.pgp \"zazuko/${CHART_NAME}\" # Package and sign the chart\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzazuko%2Fhelm-charts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzazuko%2Fhelm-charts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzazuko%2Fhelm-charts/lists"}