Skip to content

Commit

Permalink
latest changes for releases
Browse files Browse the repository at this point in the history
Signed-off-by: Issif <[email protected]>
  • Loading branch information
Issif authored and poiana committed Feb 14, 2021
1 parent 5e6ad03 commit 87538d6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 15 deletions.
16 changes: 3 additions & 13 deletions falcosidekick/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ helm repo update

## Installing the Chart

### Standalone
### Install Falco + Falcosidekick + Falcosidekick-ui

To install the chart with the release name `falcosidekick` run:

Expand All @@ -69,11 +69,11 @@ helm install falcosidekick falcosecurity/falcosidekick --set webui.enabled=true

### With Helm chart of Falco

`Falco` and `Falcosidekick` can be installed together in one command. All values to set for `Falcosidekick` will have to be
`Falco`, `Falcosidekick` and `Falcosidekick-ui` can be installed together in one command. All values to configure `Falcosidekick` will have to be
prefixed with `falcosidekick.`.

```bash
helm install falco falcosecurity/falcosidekick --set falcosidekick.enabled=true --set falcosidekick.webui.enabled=true
helm install falco falcosecurity/falco --set falcosidekick.enabled=true --set falcosidekick.webui.enabled=true
```

After a few seconds, Falcosidekick should be running.
Expand Down Expand Up @@ -218,16 +218,6 @@ The following table lists the main configurable parameters of the Falcosidekick

Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example,

```bash
helm install falcosidekick --set debug=true falcosecurity/falcosidekick
```

Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example:

```bash
helm install falcosidekick -f values.yaml falcosecurity/falcosidekick
```

> **Tip**: You can use the default [values.yaml](values.yaml)
## Metrics
Expand Down
4 changes: 2 additions & 2 deletions falcosidekick/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ replicaCount: 2

image:
repository: falcosecurity/falcosidekick
tag: latest
tag: 2.21.0
pullPolicy: IfNotPresent

podSecurityContext:
Expand Down Expand Up @@ -245,7 +245,7 @@ webui:

image:
repository: issif/falcosidekick-ui
tag: latest
tag: 0.1.0
pullPolicy: IfNotPresent

podSecurityContext:
Expand Down

0 comments on commit 87538d6

Please sign in to comment.