File tree Expand file tree Collapse file tree 5 files changed +9
-10
lines changed
Expand file tree Collapse file tree 5 files changed +9
-10
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11dependencies:
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 "
Original file line number Diff line number Diff 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
1717description : A reverse proxy that provides authentication with Google, Github or other
1818 providers
1919home : https://oauth2-proxy.github.io/oauth2-proxy/
@@ -37,4 +37,4 @@ name: oauth2-proxy
3737sources :
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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments