{"id":15482966,"url":"https://github.com/devth/helm-docker","last_synced_at":"2025-04-06T16:14:42.629Z","repository":{"id":10493090,"uuid":"65939856","full_name":"devth/helm-docker","owner":"devth","description":"☸️ helm, gcloud, kubectl, jq + other goodies","archived":false,"fork":false,"pushed_at":"2025-03-13T16:40:09.000Z","size":111,"stargazers_count":48,"open_issues_count":2,"forks_count":41,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-30T15:09:34.549Z","etag":null,"topics":["gcloud","helm","kubectl","kubernetes"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/devth/helm/","language":"Dockerfile","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/devth.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":"2016-08-17T20:32:17.000Z","updated_at":"2025-03-13T16:40:13.000Z","dependencies_parsed_at":"2024-06-01T19:33:13.417Z","dependency_job_id":"5c7ed83b-9732-4732-a237-a66cae15ec30","html_url":"https://github.com/devth/helm-docker","commit_stats":{"total_commits":201,"total_committers":10,"mean_commits":20.1,"dds":0.3383084577114428,"last_synced_commit":"71f3c4e1f46c8315a97e8015d210edffbd70313b"},"previous_names":[],"tags_count":135,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devth%2Fhelm-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devth%2Fhelm-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devth%2Fhelm-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devth%2Fhelm-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devth","download_url":"https://codeload.github.com/devth/helm-docker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247509237,"owners_count":20950232,"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":["gcloud","helm","kubectl","kubernetes"],"created_at":"2024-10-02T05:10:27.040Z","updated_at":"2025-04-06T16:14:42.597Z","avatar_url":"https://github.com/devth.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# helm-docker\n\n[![Docker Pulls](https://img.shields.io/docker/pulls/devth/helm.svg?style=for-the-badge)](https://hub.docker.com/r/devth/helm/)\n[![Docker Image Version](https://img.shields.io/docker/v/devth/helm?sort=date\u0026style=for-the-badge)](https://hub.docker.com/r/devth/helm/)\n\n## Usage\n\nThis Docker image includes `helm` along with:\n\n- `gcloud`\n- `kubectl`\n- `envsubst`\n- `jq`\n- [`vals`](https://github.com/variantdev/vals)\n\nAnd `helm` plugins:\n\n- `viglesiasce/helm-gcs.git`\n- `databus23/helm-diff`\n\n## Docker\n\nDocker images are automatically built on [Docker\nHub](https://hub.docker.com/r/devth/helm/):\n\n- Docker tags correspond to [Helm\n  release](https://github.com/helm/helm/releases) versions.\n- `latest` is always the latest fully released version (non-beta/RC).\n- `master` is always the latest commit on master.\n\n### Building\n\nTo test a local build:\n\n```bash\ndocker build -t devth/helm .\n```\n\n## Release procedure\n\nUse the following to:\n\n- Bump `VERSION` in the [Dockerfile](Dockerfile)\n- Commit and create tag matching the version\n\nNB: the `sed` syntax works with MacOS built-in `sed`.\n\n```bash\ngh issue list\nVERSION=v3.16.3\nISSUE=227\n# use GNU sed\nsed -i \"3s/.*/ENV VERSION $VERSION/\" Dockerfile\n# ensure it looks good\ngit diff\ngit commit -am \"Bump to $VERSION; fix #$ISSUE\"\ngit tag $VERSION\ngit push \u0026\u0026 git push --tags\n```\n\nClose an issue without fixing it:\n\n```bash\ngh issue close 109\n```\n\nOptionally test building the image before pushing:\n\n```bash\ndocker build .\n```\n\n### Re-release\n\nTo re-build a particular tag we need to delete the git tag locally and remotely:\n\n```bash\ngit push origin :$VERSION\ngit tag -d $VERSION\n```\n\nThen re-tag and push:\n\n```bash\ngit tag $VERSION\ngit push --tags\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevth%2Fhelm-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevth%2Fhelm-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevth%2Fhelm-docker/lists"}