Skip to content

Commit

Permalink
add info about Helm deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Issif committed Jun 17, 2019
1 parent be99faa commit d250836
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 2.3.0 - 2019-06-17
#### New
- Falcosidekick can now be deployed with Helm (see [README](https://github.com/Issif/falcosidekick/blob/master/README.md)) ([PR#25](https://github.com/Issif/falcosidekick/pull/25) thanks to [@SweetOps](https://github.com/SweetOps))

## 2.2.0 - 2019-06-13
#### New
- A minimum priority for each output can be set
Expand All @@ -9,7 +13,7 @@

## 2.1.0 - 2019-06-12
#### New
- Custom fields can be added to falco events (see README) ([PR#26](https://github.com/Issif/falcosidekick/pull/26) thanks to [@zetaab](https://github.com/zetaab))
- Custom fields can be added to falco events (see [README](https://github.com/Issif/falcosidekick/blob/master/README.md)) ([PR#26](https://github.com/Issif/falcosidekick/pull/26) thanks to [@zetaab](https://github.com/zetaab))
#### Fix
- Fix `Slack.Output` in config.go ([PR#24](https://github.com/Issif/falcosidekick/pull/24) thanks to [@SweetOps](https://github.com/SweetOps))

Expand Down
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,15 @@ Run the daemon as any other daemon in your architecture (systemd, k8s daemonset,
docker run -d -p 2801:2801 -e SLACK_WEBHOOKURL=XXXX -e DATADOG_APIKEY=XXXX issif/falcosidekick
```

### With Helm

```bash

git clone https://github.com/Issif/falcosidekick.git
cd ./falcosidekick/deploy/helm/falcosidekick/
helm install --name falcosidekick .
```

### Falco's config

Add this (adapted to your environment) in your *falco.yaml* :
Expand Down
2 changes: 1 addition & 1 deletion deploy/helm/falcosidekick/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ replicaCount: 1

image:
repository: issif/falcosidekick
tag: 2.2.0
tag: 2.3.0
pullPolicy: IfNotPresent

nameOverride: ""
Expand Down

0 comments on commit d250836

Please sign in to comment.