Skip to content

Commit

Permalink
fix: remove the value for bucket for output Yandex S3, this output is…
Browse files Browse the repository at this point in the history
… not supposed to be enabled by default

Signed-off-by: Issif <issif_github@gadz.org>
  • Loading branch information
Issif authored and poiana committed Aug 29, 2021
1 parent 252bb11 commit 18b9a6b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions falcosidekick/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ numbering uses [semantic versioning](http://semver.org).

Before release 0.1.20, the helm chart can be found in `falcosidekick` [repository](https://github.com/falcosecurity/falcosidekick/tree/master/deploy/helm/falcosidekick).

## 0.3.17

* Fix: Remove the value for bucket of `Yandex S3`, it enabled the output by default

## 0.3.16

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion falcosidekick/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ appVersion: 2.24.0
description: Connect Falco to your ecosystem
icon: https://raw.githubusercontent.com/falcosecurity/falcosidekick/master/imgs/falcosidekick_color.png
name: falcosidekick
version: 0.3.16
version: 0.3.17
keywords:
- monitoring
- security
Expand Down
2 changes: 1 addition & 1 deletion falcosidekick/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ config:
region: "" # yandex storage region (default: ru-central-1)
s3:
endpoint: "" # yandex storage endpoint (default: https://storage.yandexcloud.net)
bucket: "falcosidekick" # Yandex storage, bucket name
bucket: "" # Yandex storage, bucket name
prefix: "" # name of prefix, keys will have format: s3://<bucket>/<prefix>/YYYY-MM-DD/YYYY-MM-DDTHH:mm:ss.s+01:00.json
minimumpriority: "" # minimum priority of event for using this output, order is emergency|alert|critical|erro

Expand Down

0 comments on commit 18b9a6b

Please sign in to comment.