taito create: my-chart
-
Make some changes to the chart. You can test the changes locally by referencing the chart directly.
Edit
requirements.yaml
of a project:version: N.N.N # Use the same chart version as in full-stack Chart.yaml repository: file:///taito-charts/full-stack
Run dry-run deployment with a mounted
/taito-charts
directory:taito -m ~/projects/taito-charts:/taito-charts deployment deploy:dev --dry-run
Run real deployment with a mounted
/taito-charts
directory:taito -m ~/projects/taito-charts:/taito-charts deployment deploy:dev
-
Increase chart version number in
Chart.yaml
-
Create a new package:
taito package: full-stack
-
Publish new chart version by pushing changes to git.
TODO: Use these conventions: technical-requirements asdf