{"id":21088562,"url":"https://github.com/nhomble/helm-contains","last_synced_at":"2025-06-12T16:40:43.750Z","repository":{"id":49096354,"uuid":"381241085","full_name":"nhomble/helm-contains","owner":"nhomble","description":"check for existence","archived":false,"fork":false,"pushed_at":"2021-06-29T05:29:33.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-14T05:44:08.795Z","etag":null,"topics":["helm","helm-plugin"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nhomble.png","metadata":{"files":{"readme":"README.adoc","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}},"created_at":"2021-06-29T04:43:47.000Z","updated_at":"2021-06-29T05:29:36.000Z","dependencies_parsed_at":"2022-09-01T22:50:22.525Z","dependency_job_id":null,"html_url":"https://github.com/nhomble/helm-contains","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/nhomble/helm-contains","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nhomble%2Fhelm-contains","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nhomble%2Fhelm-contains/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nhomble%2Fhelm-contains/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nhomble%2Fhelm-contains/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nhomble","download_url":"https://codeload.github.com/nhomble/helm-contains/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nhomble%2Fhelm-contains/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259503426,"owners_count":22867995,"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":["helm","helm-plugin"],"created_at":"2024-11-19T21:18:03.278Z","updated_at":"2025-06-12T16:40:43.734Z","avatar_url":"https://github.com/nhomble.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"= helm contains\n\nimage:https://github.com/nhomble/helm-contains/actions/workflows/check-install.yml/badge.svg[Check Install] image:https://github.com/nhomble/helm-contains/actions/workflows/linter.yml/badge.svg[Linter]\n\n[.lead]\ncheck for existence of chart\n\n== Usage\n[source,bash]\n----\nif [[ $(helm contains ${CHART_NAME}) = \"true\" ]]; then\n  echo \"exists\"\nelse\n  echo \"nope\"\nfi\n----\n\nAnd helm args are used as expected\n\n[source,bash]\n----\nif [[ $(helm contains ${CHART_NAME} -n ${NOT_DEFAULT_NAMESPACE}) = \"true\" ]]; then\n  echo \"exists\"\nfi\n----\n\n\n== Install\n[source,bash]\n----\nhelm plugin install https://github.com/nhomble/helm-contains\n----\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnhomble%2Fhelm-contains","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnhomble%2Fhelm-contains","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnhomble%2Fhelm-contains/lists"}