File tree Expand file tree Collapse file tree 3 files changed +13
-12
lines changed
Expand file tree Collapse file tree 3 files changed +13
-12
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
22name : security-apps
33description : Argo CD app-of-apps config for security applications
44type : application
5- version : 0.105.1
5+ version : 0.105.2
66home : https://github.com/adfinis/helm-charts/tree/main/charts/security-apps
77sources :
88 - https://github.com/adfinis/helm-charts
@@ -19,12 +19,13 @@ annotations:
1919 artifacthub.io/changes : |
2020 - kind: changed
2121 description: |
22- chore: Bump neuvector chart to 2.8.9
23- fixes CVE-2025-54469
24- fixes CVE-2025-54470
25- fixes CVE-2025-54471
22+ chore: update oauth2Proxy to 9.0.0
23+ - updates dependencies
24+ - separate image.repository into (image.registry / image.repository) and support .global.imageRegistry
25+ - add gateway api support
26+ - Add support imagePullSecrets to service account
27+ - adding HPA capabilities check
28+
2629 links:
27- - name: neuvector chart release 2.8.9
28- url: https://github.com/neuvector/neuvector-helm/releases/tag/v2.8.9
29- - name: neuvector release 5.4.7
30- url: https://github.com/neuvector/neuvector/releases/tag/v5.4.7
30+ - name: oauth2-proxy-9.0.0
31+ url: https://github.com/oauth2-proxy/manifests/releases/tag/oauth2-proxy-9.0.0
Original file line number Diff line number Diff line change @@ -283,7 +283,7 @@ oauth2Proxy:
283283 # -- Chart
284284 chart : oauth2-proxy
285285 # -- [oauth2-proxy Helm chart](https://github.com/oauth2-proxy/manifests/tree/main/helm/oauth2-proxy)
286- targetRevision : 8.3 .0
286+ targetRevision : 9.0 .0
287287 # -- Helm values
288288 # @default -- [upstream values](https://github.com/oauth2-proxy/manifests/blob/main/helm/oauth2-proxy/values.yaml)
289289 values : {}
You can’t perform that action at this time.
0 commit comments