Skip to content

Commit ccd5bf1

Browse files
authored
chore(security-apps): update oauth2Proxy to 9.0.0 (#1583)
chore(charts): update oauth2Proxy to 9.0.0
1 parent f6f1aee commit ccd5bf1

File tree

3 files changed

+13
-12
lines changed

3 files changed

+13
-12
lines changed

charts/security-apps/Chart.yaml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: security-apps
33
description: Argo CD app-of-apps config for security applications
44
type: application
5-
version: 0.105.1
5+
version: 0.105.2
66
home: https://github.com/adfinis/helm-charts/tree/main/charts/security-apps
77
sources:
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

charts/security-apps/README.md

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

charts/security-apps/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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: {}

0 commit comments

Comments
 (0)