Skip to content

Commit 3327af6

Browse files
author
kbpersonal
committed
Merge branch 'main' of ssh://github.com-kbpersonal/rajsinghtech/kubernetes-manifests
2 parents 66c5a61 + a99d8a9 commit 3327af6

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

clusters/common/apps/homer-operator/install/helmrelease.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ spec:
99
chart:
1010
spec:
1111
chart: homer-operator
12-
version: 0.0.18
12+
version: 0.0.19
1313
sourceRef:
1414
kind: HelmRepository
1515
name: homer-operator

clusters/common/apps/tailscale-examples/sandbox/tsidp/manifest.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ spec:
2424
labels:
2525
app: tsidp
2626
spec:
27+
securityContext:
28+
fsGroup: 65532
29+
runAsNonRoot: true
30+
runAsUser: 65532
2731
containers:
2832
- name: tsidp
2933
image: ghcr.io/tailscale/tsidp:latest

0 commit comments

Comments
 (0)