pegasus 1.2.17
This commit is contained in:
parent
7b5001c581
commit
8c64a4b067
@ -22,13 +22,16 @@ spec:
|
||||
- name: zot-regcred
|
||||
securityContext:
|
||||
runAsNonRoot: true
|
||||
runAsUser: 10001
|
||||
runAsGroup: 10001
|
||||
fsGroup: 1000
|
||||
# runAsUser: 10001
|
||||
# runAsGroup: 10001
|
||||
# fsGroup: 1000
|
||||
runAsUser: 65532
|
||||
runAsGroup: 65532
|
||||
fsGroup: 65532
|
||||
fsGroupChangePolicy: "OnRootMismatch"
|
||||
containers:
|
||||
- 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
|
||||
command: ["/pegasus"]
|
||||
env:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user