diff --git a/charts/security-apps/Chart.yaml b/charts/security-apps/Chart.yaml index d8206510c..47cf56a32 100644 --- a/charts/security-apps/Chart.yaml +++ b/charts/security-apps/Chart.yaml @@ -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 @@ -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 diff --git a/charts/security-apps/README.md b/charts/security-apps/README.md index f38c27b3a..f66b79f9e 100644 --- a/charts/security-apps/README.md +++ b/charts/security-apps/README.md @@ -1,6 +1,6 @@ # security-apps -![Version: 0.62.0](https://img.shields.io/badge/Version-0.62.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 0.63.0](https://img.shields.io/badge/Version-0.63.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) Argo CD app-of-apps config for security applications @@ -64,7 +64,7 @@ This chart is maintained by [Adfinis](https://adfinis.com/?pk_campaign=github&pk | gatekeeper.destination.namespace | string | `"infra-gatekeeper"` | Namespace | | gatekeeper.enabled | bool | `false` | Enable gatekeeper | | gatekeeper.repoURL | string | [repo](https://open-policy-agent.github.io/gatekeeper/charts) | Repo URL | -| gatekeeper.targetRevision | string | `"3.9.*"` | [gatekeeper Helm chart](https://github.com/open-policy-agent/gatekeeper/tree/master/charts/gatekeeper) version | +| gatekeeper.targetRevision | string | `"3.10.0"` | [gatekeeper Helm chart](https://github.com/open-policy-agent/gatekeeper/tree/master/charts/gatekeeper) version | | gatekeeper.values | object | [upstream values](https://github.com/open-policy-agent/gatekeeper/blob/master/charts/gatekeeper/values.yaml) | Helm values | | neuvector | object | - | [NeuVector](https://github.com/neuvector/neuvector) ([example](./example/neuvector.yaml)) | | neuvector.chart | string | `"core"` | Chart | diff --git a/charts/security-apps/values.yaml b/charts/security-apps/values.yaml index 16df651a4..591072909 100644 --- a/charts/security-apps/values.yaml +++ b/charts/security-apps/values.yaml @@ -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: {}