pegasus 1.2.17
This commit is contained in:
parent
7b5001c581
commit
8c64a4b067
@ -22,13 +22,16 @@ spec:
|
|||||||
- name: zot-regcred
|
- name: zot-regcred
|
||||||
securityContext:
|
securityContext:
|
||||||
runAsNonRoot: true
|
runAsNonRoot: true
|
||||||
runAsUser: 10001
|
# runAsUser: 10001
|
||||||
runAsGroup: 10001
|
# runAsGroup: 10001
|
||||||
fsGroup: 1000
|
# fsGroup: 1000
|
||||||
|
runAsUser: 65532
|
||||||
|
runAsGroup: 65532
|
||||||
|
fsGroup: 65532
|
||||||
fsGroupChangePolicy: "OnRootMismatch"
|
fsGroupChangePolicy: "OnRootMismatch"
|
||||||
containers:
|
containers:
|
||||||
- name: pegasus
|
- name: pegasus
|
||||||
image: registry.bstein.dev/pegasus:1.2.17 # {"$imagepolicy": "jellyfin:pegasus"}
|
image: registry.bstein.dev/pegasus:1.2.18 # {"$imagepolicy": "jellyfin:pegasus"}
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
command: ["/pegasus"]
|
command: ["/pegasus"]
|
||||||
env:
|
env:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user