Skip to content

Commit

Permalink
update(falco): upgrade to Falco 0.25.0
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Grasso <[email protected]>
  • Loading branch information
leogr authored and poiana committed Aug 25, 2020
1 parent b0f95c6 commit ad6e9ec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion falco/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: falco
version: 1.2.3
appVersion: 0.24.0
appVersion: 0.25.0
description: Falco
keywords:
- monitoring
Expand Down
2 changes: 1 addition & 1 deletion falco/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ The following table lists the configurable parameters of the Falco chart and the
| --- | --- | --- |
| `image.registry` | The image registry to pull from | `docker.io` |
| `image.repository` | The image repository to pull from | `falcosecurity/falco` |
| `image.tag` | The image tag to pull | `0.24.0` |
| `image.tag` | The image tag to pull | `0.25.0` |
| `image.pullPolicy` | The image pull policy | `IfNotPresent` |
| `image.pullSecrets` | The image pull secretes | `[]` |
| `containerd.enabled` | Enable ContainerD support | `true` |
Expand Down
2 changes: 1 addition & 1 deletion falco/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
image:
registry: docker.io
repository: falcosecurity/falco
tag: 0.24.0
tag: 0.25.0
pullPolicy: IfNotPresent
pullSecrets: []

Expand Down

0 comments on commit ad6e9ec

Please sign in to comment.