Generic charts for prefapp services
├── charts
│ ├── aws-web-service
│ └── aws-web-service-proxified
│ └── datadog_helpers
├── docs
│ ├── aws-web-service
│ └── aws-web-service-proxified
│ └── datadog_helpers
├── .github
│ └── workflows
├── .gitignore
├── package.json
├── README.md
├── release-please-config.json
└── .release-please-manifest.json
To create a new chart, you should add a new folder in charts/<your_chart_name>
Add your chart templates following the helm standard
Create another folder in docs/<your_chart_name>
Add your chart to the configuration
Add an initial version to the manifest
git commit -m "fix: fixing a bug!"
git commit -m "feat: my chart can render an Ingress now!"
git commit -m "feat!: my chart is completely new and has breaking changes!"