Skip to content

Updating

Nicholas Wilde edited this page Feb 11, 2021 · 2 revisions

Manual

  1. Update the values.yaml file.
    1. Update the tag key.
    2. Replace all other key values.
  2. Update the Chart.yaml file with all appropriate values.
  3. Update the README.md.gotmpl file with the appropriate values. See the helm-docs wiki page.
  4. From the chartname folder, run helm-docs to generate the README.md file.
  5. Add, commit, and push the new chart to the repository.

Semi Automatic

The update.sh script may be used to generate the new chart.

  1. Run the update.sh script from the helm-charts directory.
$ ./update.sh ghcr.io/linuxserver/transmission:3.00-r2-ls76
  1. Update the values.yaml file.
    1. Replace all other key values.
  2. Update the Chart.yaml file with all appropriate values.
  3. From the chartname folder, run helm-docs to generate the README.md file.
  4. Add, commit, and push the new chart to the repository.
Clone this wiki locally