https://github.com/telekom-mms/helm-charts
https://github.com/telekom-mms/helm-charts
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/telekom-mms/helm-charts
- Owner: telekom-mms
- License: other
- Created: 2022-03-28T13:56:27.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-11T01:01:22.000Z (3 months ago)
- Last Synced: 2025-03-30T03:22:26.340Z (3 months ago)
- Size: 118 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Telekom MMS helm-charts
This repository contains helm charts for
- Kubernetes configuration
- Installation and / or management of standard applications and 3rd party controllers## Repository Structure
This GitHub repository contains the source for the packaged and versioned charts released using [GitHub pages](https://github.com/telekom-mms/helm-charts/tree/gh-pages) (the Chart Repository).
The Charts in the root directory in the main branch of this repository match the latest packaged Chart in the Chart Repository, though there may be previous versions of a Chart available in that Chart Repository.
The purpose of this repository is to provide a place for maintaining and contributing Charts, with CI processes [Helm Chart Releaser](https://helm.sh/docs/howto/chart_releaser_action/) in place for managing the releasing of Charts into the Chart Repository.
## Usage
### Client
To add the Helm Charts for your local client, run
```bash
helm repo add telekom-mms https://telekom-mms.github.io/helm-charts/
```To see available charts and install a chart just run
```bash
# list available charts
helm search repo telekom-mms
# install
helm install telekom-mms/
```### CI/CD
To use a specific Helm Chart configure your configuration to use
```bash
helm upgrade --install --version --repo https://telekom-mms.github.io/helm-charts/# example k8s charts
helm upgrade --install k8s-config k8s --version 0.1.2 --repo https://telekom-mms.github.io/helm-charts/
```For more information about installing and using Helm, see the [Helm Docs](https://helm.sh/docs/). For a quick introduction to Charts, see the [Chart Guide](https://helm.sh/docs/topics/charts/).
## Contributing
### Existing Chart
We'd love for you to contribute to an existing Chart that you find provides a useful application or service for Kubernetes.
### New Chart
To add a new Chart please follow the instructions from [Chart Releaser](https://github.com/helm/chart-releaser#usage).