Skip to content

Commit f0dcd3e

Browse files
committed
fix: Remove seccomprofile instead of null
Helm unit test complains and fails if this is being nulled
1 parent 08db854 commit f0dcd3e

2 files changed

Lines changed: 8 additions & 12 deletions

File tree

charts/external-secrets-1.0.0.tgz

-20 Bytes
Binary file not shown.

local-patches/0001-runasuser-comment-out.patch

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
diff -up external-secrets/values.yaml.orig external-secrets/values.yaml
2-
--- external-secrets/values.yaml.orig 2023-07-31 15:12:18.815909938 +0200
3-
+++ external-secrets/values.yaml 2023-07-31 15:32:59.905360226 +0200
4-
@@ -117,9 +117,11 @@ securityContext:
5-
- ALL
1+
--- external-secrets/values.yaml.orig 2025-11-07 13:00:07.000000000 +0100
2+
+++ external-secrets/values.yaml 2026-05-21 14:24:29.643282111 +0200
3+
@@ -208,9 +208,10 @@ securityContext:
4+
enabled: true
65
readOnlyRootFilesystem: true
76
runAsNonRoot: true
87
- runAsUser: 1000
@@ -12,34 +11,31 @@ diff -up external-secrets/values.yaml.orig external-secrets/values.yaml
1211
+ # Uncomment this once 4.10 is out of scope
1312
+ # seccompProfile:
1413
+ # type: RuntimeDefault
15-
+ seccompProfile: null
1614

1715
resources: {}
1816
# requests:
19-
@@ -331,9 +333,11 @@ webhook:
20-
- ALL
17+
@@ -522,9 +523,10 @@ webhook:
18+
enabled: true
2119
readOnlyRootFilesystem: true
2220
runAsNonRoot: true
2321
- runAsUser: 1000
2422
- seccompProfile:
2523
- type: RuntimeDefault
2624
+ # runAsUser: 1000
27-
+ seccompProfile: null
2825
+ # Uncomment this once 4.10 is out of scope
2926
+ # seccompProfile:
3027
+ # type: RuntimeDefault
3128

3229
resources: {}
3330
# requests:
34-
@@ -453,9 +457,11 @@ certController:
35-
- ALL
31+
@@ -666,9 +668,10 @@ certController:
32+
enabled: true
3633
readOnlyRootFilesystem: true
3734
runAsNonRoot: true
3835
- runAsUser: 1000
3936
- seccompProfile:
4037
- type: RuntimeDefault
4138
+ # runAsUser: 1000
42-
+ seccompProfile: null
4339
+ # Uncomment this once 4.10 is out of scope
4440
+ # seccompProfile:
4541
+ # type: RuntimeDefault

0 commit comments

Comments
 (0)