{"id":13821642,"url":"https://github.com/jessestuart/tiller-multiarch","last_synced_at":"2025-04-13T09:24:31.690Z","repository":{"id":33796355,"uuid":"131861290","full_name":"jessestuart/tiller-multiarch","owner":"jessestuart","description":"Helm Tiller images for amd64, arm64, and armhf. ⚓️🎉","archived":false,"fork":false,"pushed_at":"2022-12-09T02:18:55.000Z","size":1786,"stargazers_count":80,"open_issues_count":22,"forks_count":11,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-27T01:01:36.004Z","etag":null,"topics":["arm64","armhf","armv7","docker","helm","kubernetes","tiller"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jessestuart.png","metadata":{"files":{"readme":"README.md","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":"2018-05-02T14:18:09.000Z","updated_at":"2024-08-15T03:25:42.000Z","dependencies_parsed_at":"2023-01-15T02:37:16.517Z","dependency_job_id":null,"html_url":"https://github.com/jessestuart/tiller-multiarch","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jessestuart%2Ftiller-multiarch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jessestuart%2Ftiller-multiarch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jessestuart%2Ftiller-multiarch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jessestuart%2Ftiller-multiarch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jessestuart","download_url":"https://codeload.github.com/jessestuart/tiller-multiarch/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248689870,"owners_count":21146021,"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":["arm64","armhf","armv7","docker","helm","kubernetes","tiller"],"created_at":"2024-08-04T08:01:25.213Z","updated_at":"2025-04-13T09:24:31.648Z","avatar_url":"https://github.com/jessestuart.png","language":"Shell","funding_links":[],"categories":["kubernetes"],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/jessestuart/tiller-multiarch\"\u003e\n    \u003cimg src=\"./assets/helm-logo.svg\" width=\"120\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\u003ch1 align=\"center\"\u003e\n  Tiller Multiarch\n\u003c/h1\u003e\n\u003ch3 align=\"center\"\u003e\n  Sailing the seas of orchestration on any device you'd like.\n\u003c/h3\u003e\n\n[![CircleCI][circleci-badge]][circleci-link]\n[![Docker Pulls][dockerhub-badge]][dockerhub-link]\n[![][microbadger]][microbadger 2]\n\nNightly builds of [Kubernetes Helm's][github] `tiller` service as a multiarch\nDocker image. Using the [Docker Image Manifest V2 API][docker], we're able to\nsupport the three most common architectures with a single image:\n\n- amd64 (most PCs / cloud providers)\n- 64-bit ARM (stylized as either `arm64` or `aarch64`, although there are\n  [subtle differences][wikipedia]) This includes the majority of modern SBCs,\n  including:\n  - Most [Raspberry Pi][raspberrypi] boards,\n  - [Pine64][pine64] Rock64 / RockPro64 / Pine64\n  - [Hardkernel's][hardkernel] Odroid C2\n  - [Libre Computer][libre]'s `roc-rk3328-cc` \"Renegade\"\n- 32-bit ARM, `armhf` / `armv7` / `arm6l` (older Raspberry Pi boards, Odroid\n  XU4)\n\nAs mentioned above, images are built compliant with v2.2 of the Docker manifest\nAPI. No need to specify separate images for different architectures\n(particularly annoying if you have an architecturally heterogeneous cluster);\nthe Docker client infers for you which image to pull.\n\n---\n\n### Usage / deployment\n\nCreating the `tiller` deployment with this image is as simple as running\n`helm init` and overriding the `--tiller-image` flag, i.e.:\n\n```console\n$ helm init --tiller-image=jessestuart/tiller\n```\n\nNote that depending on your version of Kubernetes and your RBAC configuration,\nyou'll likely need to create and specify a `ServiceAccount` as well, e.g.:\n\n```console\n$ kubectl apply -f manifests/tiller-rbac.yaml\n$ helm init --tiller-image=jessestuart/tiller --service-account tiller\n```\n\n[circleci-badge]: https://img.shields.io/circleci/project/github/jessestuart/tiller-multiarch/master.svg?style=popout\n[circleci-link]: https://circleci.com/gh/jessestuart/tiller-multiarch/tree/master\n[docker]: https://docs.docker.com/registry/spec/manifest-v2-2/\n[dockerhub-badge]: https://img.shields.io/docker/pulls/jessestuart/tiller.svg?style=popout\n[dockerhub-link]: https://hub.docker.com/r/jessestuart/tiller/\n[github]: https://github.com/helm/helm\n[hardkernel]: https://www.hardkernel.com/\n[libre]: https://libre.computer/products/boards/roc-rk3328-cc/\n[microbadger 2]: https://microbadger.com/images/jessestuart/tiller\n[microbadger]: https://images.microbadger.com/badges/image/jessestuart/tiller.svg\n[pine64]: https://www.pine64.org\n[raspberrypi]: https://www.raspberrypi.org/\n[wikipedia]: https://en.wikipedia.org/wiki/ARM_architecture#ARMv8-A\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjessestuart%2Ftiller-multiarch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjessestuart%2Ftiller-multiarch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjessestuart%2Ftiller-multiarch/lists"}