{"id":19096571,"url":"https://github.com/sapcc/helm-charts","last_synced_at":"2025-04-05T05:05:37.504Z","repository":{"id":37406146,"uuid":"72561765","full_name":"sapcc/helm-charts","owner":"sapcc","description":"Helm charts for SAP Converged Cloud managing openstack on kubernetes","archived":false,"fork":false,"pushed_at":"2025-02-19T18:36:51.000Z","size":43599,"stargazers_count":36,"open_issues_count":274,"forks_count":67,"subscribers_count":51,"default_branch":"master","last_synced_at":"2025-02-19T18:47:23.343Z","etag":null,"topics":["helm","kubernetes","openstack"],"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/sapcc.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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-11-01T17:54:30.000Z","updated_at":"2025-02-19T18:36:53.000Z","dependencies_parsed_at":"2023-10-23T03:27:15.288Z","dependency_job_id":"3f0e015d-b57b-41c3-8b93-1e031790d486","html_url":"https://github.com/sapcc/helm-charts","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sapcc%2Fhelm-charts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sapcc%2Fhelm-charts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sapcc%2Fhelm-charts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sapcc%2Fhelm-charts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sapcc","download_url":"https://codeload.github.com/sapcc/helm-charts/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247289426,"owners_count":20914464,"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","kubernetes","openstack"],"created_at":"2024-11-09T03:37:06.755Z","updated_at":"2025-04-05T05:05:37.483Z","avatar_url":"https://github.com/sapcc.png","language":"Smarty","readme":"# SAP Converged Charts\n\nThis repository contains Helm charts required by SAP Converged Cloud.\n\n## Structure\n\nCharts are grouped logically into:\n\n  * `common`: Reusable charts\n  * `global`: Singletons that only exist once in a global context\n  * `openstack`: Openstack and dependent or related services\n  * `prometheus-exporters`: A curated collection of Prometheus exporters\n  * `prometheus-rules`: Prometheus alert- \u0026 aggregation rules\n  * `system`: Infrastructure required by the control plane\n\nThis structure is just a logical grouping, it does not represent deployable\nunits or imply other semantics.\n\n## Charts\n\nOn the second level we expect a chart. This can be a single chart or\na meta-chart that describe a dependent set of compononents. Meta-charts contain\nsub-charts or reference charts from other repositories using Helm dependencies.\n\n```\n.\n└── system\n    ├── dns\n    │   └── charts\n    │       ├── bind\n    │       └── unbound\n    ├── kube-system\n    │   └── charts\n    │       ├── ingress\n    │       └── dashboard\n    └── prometheus\n        └── charts\n            ├── kube-state-metrics\n            ├── prometheus-collector\n            └── prometheus-frontend\n```\n\nWe imply that the highest chart will be deployed as a Helm release. In this\nexample, releasing `dns` will install/update `bind` and `unbound`.\n\nIn order to be able to relate charts to running Kubernetes pods, we also imply\nthat a chart will be deployed in a namespace with the same name.\n\n```\n$ kubectl get pods --all-namespaces                                                                                                                 0 ↵\nNAMESPACE         NAME                                               READY     STATUS    RESTARTS   AGE\ndns               bind1-2290429089-joidj                             2/2       Running   0          5d\ndns               bind2-3590597799-1vcv0                             2/2       Running   0          5d\ndns               unbound1-3007389427-shh2y                          1/1       Running   0          9d\ndns               unbound1-3577488147-ld1rd                          1/1       Running   0          5d\nkube-system       ingress-controller-d3snv                           1/1       Running   4          13d\nkube-system       ingress-controller-j9bpf                           1/1       Running   2          18d\n```\n\nThis has the benefits that:\n\n  * Values required for releasing a chart can be found at the same place in `cc/regions`\n  * Cleanup of a failed release, is as easy as deleting the namespace.\n  * For testing a chart can deployed in a seperate testing namespace.\n  * Pods and other Kubernetes primitives are reflected at a known place in\n      Kubernetes\n\n### Test a Chart\n\nOpening a PR to this repository triggers the Helm chart tests which are described in detail [here](./ci/README.md).\n\n### Install/Update of a Chart/Release\n\nPer convention we use the name of the meta-chart as namespace and name of the\nrelease. Values are pulled in from a secret repository.\n\n```\nhelm upgrade dns ./system/dns --namespace dns --values ../secrets/staging/system/dns.yaml --install\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsapcc%2Fhelm-charts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsapcc%2Fhelm-charts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsapcc%2Fhelm-charts/lists"}