Increase macOS Namespace cache volume
This commit is contained in:
parent
2da0244d42
commit
bf4b270db5
5 changed files with 4 additions and 4 deletions
|
|
@ -193,9 +193,9 @@ func (c *Config) Validate() error {
|
|||
if len(c.Namespace.MacosCacheVolumes) == 0 {
|
||||
c.Namespace.MacosCacheVolumes = []CacheVolumeConfig{
|
||||
{
|
||||
Tag: "burrow-forgejo-macos-cache",
|
||||
Tag: "burrow-forgejo-macos-cache-v2",
|
||||
MountPoint: c.Namespace.MacosCachePath,
|
||||
SizeGb: 60,
|
||||
SizeGb: 160,
|
||||
},
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue