Skip to content

Commit 4ef43d1

Browse files
Merge pull request #158 from maxime1907/fixcapa
fix(oauth2-proxy): drop capabilities of wait redis container
2 parents a501b0a + 5bd9ca8 commit 4ef43d1

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

helm/oauth2-proxy/Chart.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: oauth2-proxy
2-
version: 6.15.1
2+
version: 6.15.2
33
apiVersion: v2
44
appVersion: 7.4.0
55
home: https://oauth2-proxy.github.io/oauth2-proxy/
@@ -35,9 +35,7 @@ kubeVersion: ">=1.9.0-0"
3535
annotations:
3636
artifacthub.io/changes: |
3737
- kind: fixed
38-
description: Created a workaround to fix the EKS bug related to Capabilities.KubeVersion.Minor in clusters with version 1.25+
38+
description: Drop capabilities of wait-for-redis container
3939
links:
40-
- name: Github Issue
41-
url: https://github.com/oauth2-proxy/manifests/issues/155
4240
- name: Github PR
43-
url: https://github.com/oauth2-proxy/manifests/pull/157
41+
url: https://github.com/oauth2-proxy/manifests/pull/158

helm/oauth2-proxy/templates/deployment.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@ spec:
7171
readOnlyRootFilesystem: true
7272
runAsNonRoot: true
7373
runAsUser: 65534
74+
capabilities:
75+
drop:
76+
- ALL
7477
{{- end }}
7578
containers:
7679
- name: {{ .Chart.Name }}

0 commit comments

Comments
 (0)