{"id":20834135,"url":"https://github.com/zifter/helm-charts","last_synced_at":"2025-05-08T01:44:38.705Z","repository":{"id":41967966,"uuid":"393495211","full_name":"zifter/helm-charts","owner":"zifter","description":"Helm charts repository","archived":false,"fork":false,"pushed_at":"2023-01-18T20:27:15.000Z","size":149,"stargazers_count":6,"open_issues_count":2,"forks_count":6,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-08T01:44:32.942Z","etag":null,"topics":["charts","helm","helm-chart","helm-charts","kubernetes","kubernetes-monitoring"],"latest_commit_sha":null,"homepage":"https://zifter.github.io/helm-charts/","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/zifter.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}},"created_at":"2021-08-06T20:28:26.000Z","updated_at":"2025-04-11T04:12:21.000Z","dependencies_parsed_at":"2023-01-27T22:00:59.980Z","dependency_job_id":null,"html_url":"https://github.com/zifter/helm-charts","commit_stats":null,"previous_names":[],"tags_count":31,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zifter%2Fhelm-charts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zifter%2Fhelm-charts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zifter%2Fhelm-charts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zifter%2Fhelm-charts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zifter","download_url":"https://codeload.github.com/zifter/helm-charts/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252983757,"owners_count":21835758,"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","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":["charts","helm","helm-chart","helm-charts","kubernetes","kubernetes-monitoring"],"created_at":"2024-11-18T00:18:16.473Z","updated_at":"2025-05-08T01:44:38.672Z","avatar_url":"https://github.com/zifter.png","language":"Smarty","funding_links":[],"categories":[],"sub_categories":[],"readme":"# zifter's helm charts\n\nAdd helm repository \n\n```bash\nhelm repo add zifter https://github.com/zifter/helm-charts\n```\n\n## List of charts in this repository\n* [agones-dashboards](charts/agones-dashboards/README.md)\n* [domain-exporter](charts/domain-exporter/README.md)\n* [kafka-exporter](charts/kafka-exporter/README.md)\n* [clickhouse-exporter](charts/clickhouse-exporter/README.md)\n* [zookeeper-exporter](charts/zookeeper-exporter/README.md)\n* [rq-exporter](charts/rq-exporter/README.md)\n* [tls-secret](charts/tls-secret/README.md)\n\n## List of usefull charts in other repository\n* [prometheus-node-exporter](https://github.com/prometheus-community/helm-charts/tree/main/charts/prometheus-node-exporter) -\nexport metrics from node. Will be installed by default in prometheus stack. Also allows to you scrape metrics from nodes\nout of kubernetes.\n\n## Contributing\n### Preparation\n#### Install kind\n[kind](https://github.com/kubernetes-sigs/kind) is a tool for running local Kubernetes clusters using Docker container \"nodes\". \nkind was primarily designed for testing Kubernetes itself, but may be used for local development or CI.\n\n```bash\nsudo wget \"https://github.com/kubernetes-sigs/kind/releases/download/v0.11.1/kind-linux-amd64\" -O /usr/bin/kind \u0026\u0026 sudo chmod +x /usr/bin/kind\n```\n\n#### Install helm\n[helm](https://github.com/helm/helm) is a tool for managing Charts. Charts are packages of pre-configured Kubernetes resources.\n\n```bash\ncurl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 \u0026\u0026 chmod 700 get_helm.sh \u0026\u0026 ./get_helm.sh --version v3.4.2 \u0026\u0026 rm -f ./get_helm.sh\n```\n\n#### Install helm plugin diff\n[helm diff plugin] giving your a preview of what a helm upgrade would change. \n\n```bash\nhelm plugin install https://github.com/databus23/helm-diff --version 3.1.3\n```\n\n#### Install helmfile\n[Helmfile](https://github.com/roboll/helmfile) is a declarative spec for deploying helm charts. \n\n```bash\nsudo wget \"https://github.com/roboll/helmfile/releases/download/v0.140.0/helmfile_linux_amd64\" -O /usr/bin/helmfile \u0026\u0026 sudo chmod +x /usr/bin/helmfile\n```\n\n#### Install shcema-gen plugin \nInstall [https://github.com/karuppiah7890/helm-schema-gen](helm-schema-gen) special plugin to generate schema\n\n```bash\nhelm plugin install https://github.com/karuppiah7890/helm-schema-gen.git\n```\n\n#### Install helm-unittest\nInstall [https://github.com/quintush/helm-unittest](helm-unittest) special plugin to test helm\n\n```bash\nhelm plugin install https://github.com/quintush/helm-unittest\n```\n\n### Launching test cluster with all dependencies\n```bash\n./dev/cluster/run.sh\n```\n\n### New Helm Chart Guide\n* New chart in charts folder\n* Add charts/*/tests/values-full,yaml\n* Add to Dev Cluster installing this chart\n* Add to README.md\n\n### Testing helm charts\nInstall [ct](https://github.com/helm/chart-testing/releases)\n\nRun linting of all helm charts\n```bash\nct lint\n```\n\n### Generate values.schema.json\nRun generation in particular chart folder\n```bash\n./dev/gen-values-schema.sh\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzifter%2Fhelm-charts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzifter%2Fhelm-charts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzifter%2Fhelm-charts/lists"}