Skip to content

Commit

Permalink
chore(security-apps): bump falco chart to 1.7.x (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
hairmare authored Jan 20, 2021
1 parent b162a73 commit b3d1058
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions charts/security-apps/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: security-apps
description: Argo CD app-of-apps config for security applications
type: application
# version and appVersion are in sync in this chart!
version: 0.3.1
appVersion: 0.3.1
version: 0.4.0
appVersion: 0.4.0
home: https://github.com/adfinis-sygroup/helm-charts/tree/master/charts/security-apps
sources:
- https://github.com/adfinis-sygroup/helm-charts
Expand Down
4 changes: 2 additions & 2 deletions charts/security-apps/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# security-apps

![Version: 0.3.1](https://img.shields.io/badge/Version-0.3.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.3.1](https://img.shields.io/badge/AppVersion-0.3.1-informational?style=flat-square)
![Version: 0.4.0](https://img.shields.io/badge/Version-0.4.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.4.0](https://img.shields.io/badge/AppVersion-0.4.0-informational?style=flat-square)

Argo CD app-of-apps config for security applications

Expand Down Expand Up @@ -35,7 +35,7 @@ This chart is maintained by [Adfinis](https://adfinis.com/?pk_campaign=github&pk
| falco.destination.namespace | string | `"infra-falco"` | Namespace |
| falco.enabled | bool | `false` | Enable falco |
| falco.repoURL | string | [repo](https://falcosecurity.github.io/charts) | Repo URL |
| falco.targetRevision | string | `"1.5.*"` | [falco Helm chart](https://github.com/falcosecurity/charts/tree/master/falco) version |
| falco.targetRevision | string | `"1.7.*"` | [falco Helm chart](https://github.com/falcosecurity/charts/tree/master/falco) version |
| falco.values | object | [upstream values](https://github.com/falcosecurity/charts/blob/master/falco/values.yaml) | Helm values |
| falcoExporter | object | - | [falco-exporter](https://github.com/falcosecurity/falco-exporter/) ([example](./examples/falco-exporter.yaml)) |
| falcoExporter.chart | string | `"falco-exporter"` | Chart |
Expand Down
2 changes: 1 addition & 1 deletion charts/security-apps/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ falco:
# falco.chart -- Chart
chart: "falco"
# falco.targetRevision -- [falco Helm chart](https://github.com/falcosecurity/charts/tree/master/falco) version
targetRevision: "1.5.*"
targetRevision: "1.7.*"
# falco.values -- Helm values
# @default -- [upstream values](https://github.com/falcosecurity/charts/blob/master/falco/values.yaml)
values: {}
Expand Down

0 comments on commit b3d1058

Please sign in to comment.