Skip to content

Commit 11f4fc7

Browse files
authored
chore(chart-deps): update oauth2-proxy to version 10.1.2 (#2898)
1 parent bbf8d9e commit 11f4fc7

File tree

5 files changed

+9
-10
lines changed

5 files changed

+9
-10
lines changed

chart/chart-index/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ dependencies:
7777
version: 3.13.0
7878
repository: https://kubernetes-sigs.github.io/metrics-server
7979
- name: oauth2-proxy
80-
version: 10.1.1
80+
version: 10.1.2
8181
repository: https://oauth2-proxy.github.io/manifests
8282
- name: opentelemetry-operator
8383
alias: otel-operator

charts/oauth2-proxy/Chart.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dependencies:
22
- name: redis-ha
33
repository: https://dandydeveloper.github.io/charts
4-
version: 4.35.6
5-
digest: sha256:da53668f15b29c931b951090ac794ef19d995e89a53f77e54dc47bf9015f5166
6-
generated: "2026-01-23T19:28:44.251698706Z"
4+
version: 4.35.7
5+
digest: sha256:8fa811bfbd6681ec3efa992c61da32c5ee09d53a51c601df4c4ad31779e2d284
6+
generated: "2026-01-30T00:09:34.578413951Z"

charts/oauth2-proxy/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies:
1313
- condition: redis-ha.enabled
1414
name: redis-ha
1515
repository: https://dandydeveloper.github.io/charts
16-
version: 4.35.6
16+
version: 4.35.7
1717
description: A reverse proxy that provides authentication with Google, Github or other
1818
providers
1919
home: https://oauth2-proxy.github.io/oauth2-proxy/
@@ -37,4 +37,4 @@ name: oauth2-proxy
3737
sources:
3838
- https://github.com/oauth2-proxy/oauth2-proxy
3939
- https://github.com/oauth2-proxy/manifests
40-
version: 10.1.1
40+
version: 10.1.2

charts/oauth2-proxy/charts/redis-ha/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ sources:
1616
- https://redis.io/download
1717
- https://github.com/DandyDeveloper/charts/blob/master/charts/redis-ha
1818
- https://github.com/oliver006/redis_exporter
19-
version: 4.35.6
19+
version: 4.35.7

charts/oauth2-proxy/charts/redis-ha/values.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1104,6 +1104,5 @@ splitBrainDetection:
11041104
failureThreshold: 5
11051105
exec:
11061106
command:
1107-
- pgrep
1108-
- -f
1109-
- fix-split-brain.sh
1107+
- pidof
1108+
- sh

0 commit comments

Comments
 (0)