Skip to content

Commit abf218b

Browse files
docs: update RELEASING.md to publish helm (#2270)
1 parent cb1d0f3 commit abf218b

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

RELEASING.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
1. Prepare release by creating the PR with the following changes
1818
1. Update the libbpfgo module
1919
2. Update the types module
20-
3. Update the container image tag in the following files:
20+
3. Update the container image tag in the following files [example](https://github.com/aquasecurity/tracee/pull/2195):
2121
1. `deploy/kubernetes/tracee-falcosidekick/falcosidekick.yaml`
2222
2. `deploy/kubernetes/tracee-postee/tracee.yaml`
23-
4. Update `home`, `version` and `appVersion` properties in `deploy/helm/tracee/Chart.yaml`
23+
4. Update `home`, `version` and `appVersion` properties in [`deploy/helm/tracee/Chart.yaml`] - [example](https://github.com/aquasecurity/tracee/pull/2195)
2424
1. Run tests and checks
2525
1. Check that there are no verifier issues when choosing all events in tracee-ebpf (using `--trace e=*`)
2626
1. Check both CO-RE and non CO-RE builds
@@ -48,3 +48,8 @@
4848
1. Tracee binaries (tracee-ebpf, tracee-rules, rules) in the form of a tar archive `tracee.<VERSION>.tar.gz`
4949
1. Source code zip and tar files
5050
1. Docker images pushed to the aquasec/tracee repository (`docker.io/aquasec/tracee:<VERSION>` and `docker.io/aquasec/tracee:full-<VERSION>`)
51+
1. Publish the Helm chart by manually triggering the [`.github/workflows/publish-helm.yaml`] workflow
52+
53+
[`.github/workflows/release.yaml`]: ./.github/workflows/release.yaml
54+
[`.github/workflows/publish-helm.yaml`]: ./.github/workflows/publish-helm.yaml
55+
[`deploy/helm/tracee/Chart.yaml`]: ./deploy/helm/tracee/Chart.yaml

0 commit comments

Comments
 (0)