Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 4 additions & 14 deletions charts/security-apps/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: security-apps
description: Argo CD app-of-apps config for security applications
type: application
version: 0.62.0
version: 0.63.0
home: https://github.com/adfinis/helm-charts/tree/main/charts/security-apps
sources:
- https://github.com/adfinis/helm-charts
Expand All @@ -17,17 +17,7 @@ dependencies:
annotations:
artifacthub.io/changes: |
- kind: changed
description: "Update falco from v2.2.* to v2.3.0"
description: "upgrade Gatekeeper from 3.9.* to 3.10.0"
links:
- name: Add variable namespaceOverride to allow setting release namespace in values
url: https://github.com/falcosecurity/charts/blob/master/falco/CHANGELOG.md#v230
- kind: changed
description: "Update falco from v2.1.* to v2.2.*"
links:
- name: Breaking change the grpc socket path from unix:///var/run/falco/falco.soc to unix:///run/falco/falco.sock.
url: https://github.com/falcosecurity/charts/blob/master/falco/CHANGELOG.md#v220
- kind: changed
description: "Update falco from v2.0.* to v2.1.*"
links:
- name: Bump Falco to 0.33.0
url: https://github.com/falcosecurity/charts/blob/master/falco/CHANGELOG.md#v210
- name: Bugs resolved in 3.10.0
url: https://github.com/open-policy-agent/gatekeeper/releases/tag/v3.10.0
4 changes: 2 additions & 2 deletions charts/security-apps/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion charts/security-apps/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ gatekeeper:
# -- Chart
chart: "gatekeeper"
# -- [gatekeeper Helm chart](https://github.com/open-policy-agent/gatekeeper/tree/master/charts/gatekeeper) version
targetRevision: "3.9.*"
targetRevision: "3.10.0"
# -- Helm values
# @default -- [upstream values](https://github.com/open-policy-agent/gatekeeper/blob/master/charts/gatekeeper/values.yaml)
values: {}
Expand Down