diff --git a/CHANGELOG.md b/CHANGELOG.md index 0498d16..9e5fbfd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,4 +2,4 @@ This file documents all notable changes to the [n8n-helm-chart](https://github.com/8gears/n8n-helm-chart/). The release numbering uses [semantic versioning](http://semver.org). -The actual changelog is located in (./Chart.yaml)[Chart.yaml]. +The full changelog is located in GitHub release notes https://github.com/8gears/n8n-helm-chart/releases/ and as summery on https://artifacthub.io/packages/helm/open-8gears/n8n?modal=changelog diff --git a/README.md b/README.md index 26fb1e4..a2f7e9f 100644 --- a/README.md +++ b/README.md @@ -358,9 +358,5 @@ instance is disabled and by default a single webhook instance is started. ## Chart Deployment -```shell -helm package . -helm registry login -u $USER 8gears.container-registry.com -helm push n8n-0.20.1.tgz oci://8gears.container-registry.com/library/n8n -``` - +1. Update the `Chart.yaml` with the new version number for the chart and/or app. +2. In GitHub create a new release with the the chart version number as the tag and title.