Change to forgejo image version 1.19

This commit is contained in:
Mirco 2023-04-20 09:43:54 +02:00
parent ba381568d5
commit 531d6857c8
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@ kubectl edit configmap forgejo-env
# make sure INSTALL_LOCK under security is set to true to disable the installation screen
# save and exit
kubectl edit deployments forgejo
# search for your current forgejo version, e.g. 1.17.0
# search for your current forgejo version, e.g. 1.19
# replace with new version
# save and exit
kubectl scale deployment forgejo --replicas=0

View file

@ -18,7 +18,7 @@ spec:
spec:
containers:
- name: forgejo
image: codeberg.org/forgejo/forgejo:1.18
image: codeberg.org/forgejo/forgejo:1.19
imagePullPolicy: IfNotPresent
# config settings
envFrom: