Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion kubernetes/apps/default/grimmory/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ spec:
grimmory:
image:
repository: ghcr.io/grimmory-tools/grimmory
tag: v3.2.0@sha256:a228db61f0898ab7268664093b2a17b08d80387ed7f1c39c1c7bc30fd7360022
tag: v3.2.1@sha256:3a137463037388abc0dccb6ebfe5224f7711e8434bfe653b15818de22e8cbb5b
# Bypass /usr/local/bin/entrypoint.sh — it expects to start as root
# to addgroup/adduser/chown before su-exec'ing down to USER_ID. With
# pod-level runAsUser: 1000, that fails. Invoke java directly; the
Expand Down
Loading