Fix regression for creating repositories in root-based containers #172
Reference in New Issue
Block a user
No description provided.
Delete Branch "refs/pull/172/head"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Due to #160 it was no longer possible to create repositories in root-based containers. This was caused by the missing
/tmp/gitea
directory in that image. It was dynamically created by Gitea internal functionality with less privileges than necessary.Explicitly creating the directory and set proper permissions fix this.
Fixes: #171
@luhahn Does the increase of Chart.yaml app version does the trick to indicate the correct version for the chart? As mentioned in issue #171, this was incorrect due to the previous PR #160.
Yes, missed it in your PR, sorry :D.
Please also add the image version into the readmes value description
Seems to be already done in
031b58c90e
.right, missed that one, sorry
Branch up-to-date. Hopefully these changes do not introduce other side-effects. ?