generated from giantswarm/template-app
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automated update from upstream (#290)
* Update falco chart version to v4.19.0 * Automated update from upstream * Update falco tag * Use `falco` as image again * Update changelog * Add renovate regex --------- Co-authored-by: Franco <[email protected]>
- Loading branch information
Showing
54 changed files
with
7,079 additions
and
531 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,15 @@ | ||
dependencies: | ||
- name: falco | ||
repository: "" | ||
version: 4.6.1 | ||
version: 4.19.0 | ||
- name: falco-exporter | ||
repository: "" | ||
version: 0.11.0 | ||
version: 0.12.1 | ||
- name: falcosidekick | ||
repository: "" | ||
version: 0.8.2 | ||
digest: sha256:c3839c7fff0900ee484adea35efb0290893c46cc835ce75a946d26d352ead7f4 | ||
generated: "2024-07-17T09:53:49.849810879Z" | ||
version: 0.9.5 | ||
- name: k8s-metacollector | ||
repository: "" | ||
version: 0.1.10 | ||
digest: sha256:8842fd8f498047454bf2077ca28a2e49beeba96736d4dcdd6b875f54e3a07958 | ||
generated: "2025-02-04T20:48:26.183961037Z" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
apiVersion: v2 | ||
name: falco | ||
version: 4.6.1 | ||
appVersion: "0.38.1" | ||
version: 4.19.0 | ||
appVersion: "0.40.0" | ||
description: Falco | ||
keywords: | ||
- monitoring | ||
|
@@ -19,7 +19,7 @@ maintainers: | |
email: [email protected] | ||
dependencies: | ||
- name: falcosidekick | ||
version: "0.8.2" | ||
version: "0.9.*" | ||
condition: falcosidekick.enabled | ||
repository: https://falcosecurity.github.io/charts | ||
- name: k8s-metacollector | ||
|
Oops, something went wrong.