Skip to content

Commit

Permalink
falcosidekick: update image to use release 2.19.1
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Panato <[email protected]>
  • Loading branch information
cpanato authored and poiana committed Dec 2, 2020
1 parent 62620e4 commit 447c373
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 11 deletions.
6 changes: 6 additions & 0 deletions falcosidekick/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ 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.1.35

### Major Changes

* Update image to use release 2.19.1

## 0.1.34

### Major Changes
Expand Down
6 changes: 3 additions & 3 deletions falcosidekick/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
apiVersion: v1
appVersion: 2.19.0
appVersion: 2.19.1
description: A simple daemon to help you with falco's outputs
icon: https://raw.githubusercontent.com/falcosecurity/falcosidekick/master/imgs/falcosidekick_color.png
name: falcosidekick
version: 0.1.34
version: 0.1.35
keywords:
- monitoring
- security
- alerting
home: https://github.com/falcosecurity/falcosidekick
sources:
- https://github.com/falcosecurity/falcosidekick
- https://github.com/falcosecurity/falcosidekick
maintainers:
- name: Issif
email: [email protected]
6 changes: 3 additions & 3 deletions falcosidekick/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ helm uninstall falcosidekick
The command removes all the Kubernetes components associated with the chart and deletes the release.

## Configuration
The following table lists the configurable parameters of the Falcosidekick chart and their default values.

The following table lists the configurable parameters of the Falcosidekick chart and their default values.

| Parameter | Description | Default |
| --------------------------------------------| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| ------------------------------------------------------------------------------------------------- |
| `replicaCount` | number of running pods | `1` |
Expand Down
10 changes: 5 additions & 5 deletions falcosidekick/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ replicaCount: 1

image:
repository: falcosecurity/falcosidekick
tag: 2.15.0
tag: 2.19.1
pullPolicy: IfNotPresent

podSecurityContext:
Expand All @@ -24,7 +24,7 @@ podSecurityPolicy:
create: false

priorityClassName: ""

config:

debug: false
Expand Down Expand Up @@ -99,7 +99,7 @@ config:
cloudwatchlogs:
loggroup : ""
logstream : ""
minimumpriority: ""
minimumpriority: ""
lambda:
functionname : ""
minimumpriority: ""
Expand Down Expand Up @@ -128,7 +128,7 @@ config:
statsd:
forwarder: ""
namespace: "falcosidekick."

dogstatsd:
forwarder: ""
namespace: "falcosidekick."
Expand All @@ -153,7 +153,7 @@ config:
webhookurl: ""
icon: ""
minimumpriority: ""

gcp:
credentials: "" # The base64-encoded JSON key file for the GCP service account
pubsub:
Expand Down

0 comments on commit 447c373

Please sign in to comment.