Skip to content

Commit ec5fc0a

Browse files
committed
Bump Version to v0.2.79
1 parent 212835e commit ec5fc0a

File tree

3 files changed

+22
-0
lines changed

3 files changed

+22
-0
lines changed

deployments/kubernetes/chart/gitwebhookproxy/values.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ gitWebhookProxy:
3333
port: 80
3434
protocol: TCP
3535
targetPort: 8080
36+
securityContext:
37+
readOnlyRootFilesystem: true
38+
allowPrivilegeEscalation: false
39+
podSecurityContext:
40+
runAsUser: 1001
41+
runAsNonRoot: true
3642
ingress:
3743
enabled: false
3844
annotations:

deployments/kubernetes/gitwebhookproxy.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ spec:
5353
group: com.stakater.platform
5454
provider: stakater
5555
spec:
56+
securityContext:
57+
runAsNonRoot: true
58+
runAsUser: 1001
59+
5660
containers:
5761
- env:
5862
- name: KUBERNETES_NAMESPACE
@@ -91,6 +95,10 @@ spec:
9195
name: gitwebhookproxy
9296
image: "stakater/gitwebhookproxy:v0.2.79"
9397
imagePullPolicy: IfNotPresent
98+
securityContext:
99+
allowPrivilegeEscalation: false
100+
readOnlyRootFilesystem: true
101+
94102
name: gitwebhookproxy
95103
livenessProbe:
96104
failureThreshold: 5

deployments/kubernetes/manifests/deployment.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ spec:
3030
group: com.stakater.platform
3131
provider: stakater
3232
spec:
33+
securityContext:
34+
runAsNonRoot: true
35+
runAsUser: 1001
36+
3337
containers:
3438
- env:
3539
- name: KUBERNETES_NAMESPACE
@@ -68,6 +72,10 @@ spec:
6872
name: gitwebhookproxy
6973
image: "stakater/gitwebhookproxy:v0.2.79"
7074
imagePullPolicy: IfNotPresent
75+
securityContext:
76+
allowPrivilegeEscalation: false
77+
readOnlyRootFilesystem: true
78+
7179
name: gitwebhookproxy
7280
livenessProbe:
7381
failureThreshold: 5

0 commit comments

Comments
 (0)