Update 10.0.3
This commit is contained in:
parent
0542fedcbf
commit
ce9ad5d077
2 changed files with 8 additions and 1 deletions
|
@ -94,6 +94,13 @@
|
|||
1. Scale up Forgejo Deployment: `k scale -n forgejo deployment forgejo --replicas=1`
|
||||
1. Check for errors: `k logs -n forgejo forgejo-...`
|
||||
|
||||
## Upgrade to 10.0.3 (no relevant breaking changes)
|
||||
|
||||
1. Scale down Forgejo Deployment: `k scale -n forgejo deployment forgejo --replicas=0`
|
||||
1. Set version to `10.0.3` with `k edit -n forgejo deployment forgejo`
|
||||
1. Scale up Forgejo Deployment: `k scale -n forgejo deployment forgejo --replicas=1`
|
||||
1. Check for errors: `k logs -n forgejo forgejo-...`
|
||||
|
||||
## Enable Federation
|
||||
|
||||
1. Scale down Forgejo Deployment: `k scale -n forgejo deployment forgejo --replicas=0`
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
(def config-defaults {:namespace "forgejo"
|
||||
:issuer "staging"
|
||||
:federation-enabled "false"
|
||||
:forgejo-image "codeberg.org/forgejo/forgejo:9.0.3"
|
||||
:forgejo-image "codeberg.org/forgejo/forgejo:10.0.3"
|
||||
:db-name "forgejo"
|
||||
:pv-storage-size-gb 5
|
||||
:pvc-storage-class-name :local-path
|
||||
|
|
Loading…
Add table
Reference in a new issue