Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| df2a1259d9 | |||
| ce80dce497 |
@@ -187,7 +187,7 @@ spec:
|
|||||||
cpu: "50m"
|
cpu: "50m"
|
||||||
containers:
|
containers:
|
||||||
- name: umami
|
- name: umami
|
||||||
image: ghcr.io/umami-software/umami:postgresql-latest
|
image: ghcr.io/umami-software/umami:postgresql-v1.38.0
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 3000
|
- containerPort: 3000
|
||||||
env:
|
env:
|
||||||
|
|||||||
@@ -107,6 +107,11 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: filebrowser
|
- name: filebrowser
|
||||||
|
# NOTE: v2-alpine is a moving tag (Renovate can't track it).
|
||||||
|
# Pinning to v2.63.13 (debian-based default) broke the PVC permissions
|
||||||
|
# (the image runs as a non-root UID and can't write to files left
|
||||||
|
# by the alpine variant). A clean re-pin needs either an initContainer
|
||||||
|
# to chown the PVC, or a fsGroup on the pod spec. Revisit when time permits.
|
||||||
image: filebrowser/filebrowser:v2-alpine
|
image: filebrowser/filebrowser:v2-alpine
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8080
|
- containerPort: 8080
|
||||||
|
|||||||
Reference in New Issue
Block a user