taito create: my-chart
-
Make some changes to the chart. You can test the changes locally by referencing the chart directly.
Edit
requirements.yamlof a project:version: N.N.N # Use the same chart version as in full-stack Chart.yaml repository: file:///taito-charts/full-stackRun dry-run deployment with a mounted
/taito-chartsdirectory:taito -m ~/projects/taito-charts:/taito-charts deployment deploy:dev --dry-runRun real deployment with a mounted
/taito-chartsdirectory: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