gitea-1.14.x-updates #148
Reference in New Issue
Block a user
No description provided.
Delete Branch "gitea-1.14.x-updates"
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?
This PR includes the changes from:
In addition it adds the possibility to include secrets via environment variables as mentioned in #60
Now completly testet on multiple clusters including automigration and environment variable secret import
@@ -35,0 +41,4 @@However, this will not happen, if:- You've got gitea.config.repository.ROOT definedIf this value is set then they are not affected by the change in default value behaviour as they are already overriding the default.
@@ -35,0 +42,4 @@However, this will not happen, if:- You've got gitea.config.repository.ROOT defined- You've set gitea.automigration: falseI'm not certain this is necessary. Can't they just set gitea.config.repository.ROOT to where they want it?
True, since this is a one time action we should not automate it.
I was overthinking this :D
0b73a99260to655b9ff7fc655b9ff7fcto5379c93e5b@@ -415,6 +438,7 @@ Annotations can be added to the Gitea pod.| Parameter | Description | Default ||---------------------|-----------------------------------|------------------------------||gitea.automigrate | Automatically migrate from pre 1.14 to 1.14.x | true |Is this now out-of-date?
6337ee37c8to09a1baec13