{"id":19152770,"url":"https://github.com/traefik/hub-helm-chart","last_synced_at":"2025-04-19T16:33:02.404Z","repository":{"id":37208772,"uuid":"347902650","full_name":"traefik/hub-helm-chart","owner":"traefik","description":"Traefik Hub helm chart","archived":false,"fork":false,"pushed_at":"2023-04-27T13:34:54.000Z","size":158,"stargazers_count":8,"open_issues_count":1,"forks_count":14,"subscribers_count":12,"default_branch":"master","last_synced_at":"2023-04-27T14:41:14.852Z","etag":null,"topics":["helm-charts","infra","traefik-hub"],"latest_commit_sha":null,"homepage":"","language":"Smarty","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/traefik.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":"2021-03-15T09:10:18.000Z","updated_at":"2023-04-22T05:27:56.000Z","dependencies_parsed_at":"2023-02-14T08:45:45.241Z","dependency_job_id":null,"html_url":"https://github.com/traefik/hub-helm-chart","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/traefik%2Fhub-helm-chart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/traefik%2Fhub-helm-chart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/traefik%2Fhub-helm-chart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/traefik%2Fhub-helm-chart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/traefik","download_url":"https://codeload.github.com/traefik/hub-helm-chart/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223801934,"owners_count":17205192,"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-charts","infra","traefik-hub"],"created_at":"2024-11-09T08:19:20.421Z","updated_at":"2024-11-09T08:19:21.036Z","avatar_url":"https://github.com/traefik.png","language":"Smarty","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Traefik Hub Helm Chart\n\n## Introduction\n\nThis chart installs the Hub agent in a Kubernetes cluster.\nThe agent consists of two deployments: a controller and multiple authentication servers.\n\n## Installation\n\n### Prerequisites\n\n1. [x] Helm **v3** [installed](https://helm.sh/docs/using_helm/#installing-helm): `helm version`\n2. [x] Traefik's chart repository: `helm repo add traefik https://traefik.github.io/charts`\n\n### Deploying Hub Agent for Kubernetes\n\n```bash\nhelm install hub-agent traefik/hub-agent\n```\n\nYou can customize the install with a `values` file. There are some [EXAMPLES](./EXAMPLES.md) provided.\nComplete documentation on all parameters is in the [default file](./hub-agent/values.yaml)\n\n## Upgrading Hub Agent for Kubernetes\n\nOne can check what has changed in the [Releases](https://github.com/traefik/hub-helm-chart/releases).\n\n```bash\n# Update repository\nhelm repo update\n# See current Chart \u0026 Hub Agent version\nhelm search repo traefik/hub-agent\n# Upgrade Hub Agent\nhelm upgrade hub-agent traefik/hub-agent\n```\n\n### Upgrading CRDs\n\nWith Helm v3, CRDs created by this chart can not be updated, cf the [Helm Documentation on CRDs](https://helm.sh/docs/chart_best_practices/custom_resource_definitions). Please read carefully release notes of this chart before upgrading CRDs.\n\n```bash\nkubectl apply --server-side --force-conflicts -k https://github.com/traefik/hub-helm-chart/hub-agent/crds/\n```\n\n## Uninstall\n\n```bash\nhelm uninstall hub-agent\n```\n\nIf hub-agent was installed in a specific namespace\n\n```bash\nhelm uninstall hub-agent --namespace hub-namespace\n```\n\n## Contributing \n\n### Versioning\n\nWe use [Semantic Versioning](https://semver.org/).\n\nPull requests must bump the `version` of the chart specified in [Chart.yaml](./Chart.yaml):\n- The new version must be an alpha pre-release (e.g. 1.6.0-alpha.1)\n- The new version must reflect the nature of the change, according to Semver specification.\n\nA chart can be made available publicly by removing the pre-release suffix, this must be done on a separate PR by a maintainer.\n\nEvery version bump are published on the Helm Chart Registry.\n\nThe latest pre-release version of the Chart can be used by specifying `--devel` on the `install` and `upgrade` commands.\n\n### Launch unit tests\n\n```bash\nmake test\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftraefik%2Fhub-helm-chart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftraefik%2Fhub-helm-chart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftraefik%2Fhub-helm-chart/lists"}