This repository contains a collection of Helm charts designed to simplify the deployment and management of Wire applications in the Kubernetes environment. Each chart is customizable and follows best practices to ensure reliability and scalability.
- Pre-configured templates for common resources.
- Easy customization using
values.yaml
. - Support for a wide range of use cases and applications.
- Regular updates and maintenance.
These charts are wrappers around the original upstream charts. The original charts are managed as dependencies in the requirements.yaml
file with the appropriate upstream values, for example:
dependencies:
- name: <chart-name>
version: <chart-version>
repository: <chart-repository>
The charts from this repository are pulled by the cailleach pipeline and manifested in
the wire-build's build.json file. This build.json
represents the list of all the wire charts which gets shipped together to the wire-could and air-gapped environments.