{"id":19243253,"url":"https://github.com/odpi/egeria-charts","last_synced_at":"2025-04-21T09:32:58.107Z","repository":{"id":37097613,"uuid":"378864371","full_name":"odpi/egeria-charts","owner":"odpi","description":"Helm chart repository","archived":true,"fork":false,"pushed_at":"2023-09-27T12:04:11.000Z","size":2081,"stargazers_count":13,"open_issues_count":32,"forks_count":10,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-04-01T12:11:08.028Z","etag":null,"topics":["egeria","hacktoberfest","kubernetes","operator"],"latest_commit_sha":null,"homepage":"https://odpi.github.io/egeria-charts","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/odpi.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":"CODEOWNERS","security":null,"support":null}},"created_at":"2021-06-21T08:44:13.000Z","updated_at":"2025-03-18T13:58:21.000Z","dependencies_parsed_at":"2023-02-18T15:45:38.963Z","dependency_job_id":null,"html_url":"https://github.com/odpi/egeria-charts","commit_stats":null,"previous_names":[],"tags_count":299,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/odpi%2Fegeria-charts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/odpi%2Fegeria-charts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/odpi%2Fegeria-charts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/odpi%2Fegeria-charts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/odpi","download_url":"https://codeload.github.com/odpi/egeria-charts/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250032258,"owners_count":21363803,"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":["egeria","hacktoberfest","kubernetes","operator"],"created_at":"2024-11-09T17:17:18.368Z","updated_at":"2025-04-21T09:32:53.085Z","avatar_url":"https://github.com/odpi.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- SPDX-License-Identifier: CC-BY-4.0 --\u003e\n\u003c!-- Copyright Contributors to the Egeria project. --\u003e\n\n# Egeria helm charts for Kubernetes\n\n**Refer to the full documentation on the [Egeria documentation site](https://odpi.github.io/egeria-docs/guides/operations/kubernetes/)** .\n\nThis repository manages helm chart definitions for Egeria. These are published automatically on build when the chart version\nis incremented. The repository can be accessed by adding to your list of helm repositories via:\n\n```shell\n% helm repo add egeria https://odpi.github.io/egeria-charts\n```\n\nTo list the available charts:\n\n```shell\n$ helm search repo egeria\nNAME                  \tCHART VERSION\tAPP VERSION\tDESCRIPTION\negeria/egeria-base    \t3.1.0        \t           \tEgeria simple deployment to Kubernetes\negeria/odpi-egeria-lab\t3.1.0        \t           \tEgeria lab environment\n```\n\nFor charts still being developed (or released, if later):\n\n```shell\n$ helm search repo egeria --devel                                                  [16:41:30]\nNAME                  \tCHART VERSION\tAPP VERSION\tDESCRIPTION\negeria/egeria-base    \t3.1.0        \t           \tEgeria simple deployment to Kubernetes\negeria/odpi-egeria-lab\t3.1.0        \t           \tEgeria lab environment\n```\n\nTo install a chart, a simple example would be our lab chart:\n\n```shell\n$ helm install lab egeria/odpi-egeria-lab\n```\n\nRefer to the **charts** directory for the chart content\n## Snippets / Configuration\n\nThe *config/values* directory contains snippets of yaml that can be used to deploy Egeria in a Kubernetes environment. These are provided as examples, and commented within each file. Review each change, and note that the content may need updating, ie with new versions.\n\nEach yaml file sets 'values' which will change the behaviour of the chart\n\nFiles are prefixed with a short name relating to the chart (ie `lab-` for odpi-egeria-lab) and then a description of the configuration. \n\nThere may also be other files present which, whilst not helm snippets, may be useful in your configurations. these being found in *config/other*\n\nTo use one of these snippets you will need to download the yaml file, and you can then use with an install like:\n```shell\n$ helm install lab egeria/odpi-egeria-lab -f \u003cpath to yaml file\u003e\n```\n\nYou can also use the '--set' and '--set-string' options of helm, however with multiple settings this leads to a complex command, so use of these configuration files is recommended.\n\nYou should also not place these files within the git source repo (unless you are contributing them!) as it may cause conflicts when retrieving any git updates.\n\nYou can review the full set of configurable values for each chart by issuing a command such as:\n```shell\nhelm show values egeria/odpi-egeria-lab\n```\n\n## Additional Kubernetes related content\n\nSee also the https://github.com/odpi/egeria-k8s-operator repository for development of an Operator for Egeria.\n\n## Useful tools\n\n* [K9s](https://k9scli.io) is very useful. It provides a terminal UI to view your pods, and provides a number of useful features such as tailing logs, exec into a pod, and more. It is a great tool for debugging issues with your pods. On macOS using homebrew: `brew install k9s`\n\n----\nLicense: [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/),\nCopyright Contributors to the ODPi Egeria project.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fodpi%2Fegeria-charts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fodpi%2Fegeria-charts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fodpi%2Fegeria-charts/lists"}