1
0
Fork 0

kustomizations/forgejo: bump to 1.20.5-0

This commit is contained in:
Ryan Heywood 2023-11-01 21:55:13 -05:00
parent b6dda94912
commit 6db173d79b
Signed by: ryan
GPG Key ID: 8E401478A3FBEF72
5 changed files with 17 additions and 12 deletions

View File

@ -43,9 +43,11 @@ PATH = /data/gitea/attachments
[log] [log]
MODE = console MODE = console
LEVEL = info LEVEL = info
ROUTER = console
ROOT_PATH = /data/gitea/log ROOT_PATH = /data/gitea/log
[log.router]
MODE = console
[security] [security]
INSTALL_LOCK = true INSTALL_LOCK = true
REVERSE_PROXY_LIMIT = 1 REVERSE_PROXY_LIMIT = 1
@ -75,6 +77,9 @@ ENABLE_OPENID_SIGNUP = false
[oauth2] [oauth2]
ENABLE = false ENABLE = false
# Ugly hack because Forgejo needs a key configured even if ENABLE = false
JWT_SIGNING_ALGORITHM = HS256
JWT_SECRET=3bjwLdq4ENukVe5ZL7ivrR_WiZwvD37iWcf5QU79NMA
[oauth2_client] [oauth2_client]
ENABLE_AUTO_REGISTRATION = true ENABLE_AUTO_REGISTRATION = true

View File

@ -7,7 +7,7 @@ spec:
spec: spec:
initContainers: initContainers:
- name: forgejo-ssh-key-prep - name: forgejo-ssh-key-prep
image: codeberg.org/forgejo/forgejo:1.19.3-0 image: codeberg.org/forgejo/forgejo:1.20.5-0
securityContext: securityContext:
allowPrivilegeEscalation: false allowPrivilegeEscalation: false
capabilities: capabilities:

View File

@ -33,5 +33,5 @@ configMapGenerator:
files: files:
- app_template.ini - app_template.ini
images: images:
- name: codeberg.org/forgejo/forgejo:1.19.3-0 - name: codeberg.org/forgejo/forgejo:1.20.5-0
newTag: 1.19.3-0@sha256:e1e2a9930afe7e4e6c53b7d250072e5f890894da71df681510b6b513f38d0c36 newTag: 1.20.5-0@sha256:d665129e66cc04fa72aa6a284eb98b17c0eee642aeaad7c88edec21f9edbf519

View File

@ -43,7 +43,7 @@ spec:
type: RuntimeDefault type: RuntimeDefault
initContainers: initContainers:
- name: forgejo-ensure-directories - name: forgejo-ensure-directories
image: codeberg.org/forgejo/forgejo:1.19.3-0 image: codeberg.org/forgejo/forgejo:1.20.5-0
securityContext: securityContext:
allowPrivilegeEscalation: false allowPrivilegeEscalation: false
capabilities: capabilities:
@ -61,7 +61,7 @@ spec:
- name: forgejo-data - name: forgejo-data
mountPath: /data mountPath: /data
- name: config-templater - name: config-templater
image: codeberg.org/forgejo/forgejo:1.19.3-0 image: codeberg.org/forgejo/forgejo:1.20.5-0
securityContext: securityContext:
allowPrivilegeEscalation: false allowPrivilegeEscalation: false
capabilities: capabilities:
@ -79,7 +79,7 @@ spec:
- name: forgejo-config - name: forgejo-config
mountPath: /output mountPath: /output
- name: forgejo-migrate - name: forgejo-migrate
image: codeberg.org/forgejo/forgejo:1.19.3-0 image: codeberg.org/forgejo/forgejo:1.20.5-0
securityContext: securityContext:
allowPrivilegeEscalation: false allowPrivilegeEscalation: false
capabilities: capabilities:
@ -96,7 +96,7 @@ spec:
- name: forgejo-config - name: forgejo-config
mountPath: /etc/forgejo mountPath: /etc/forgejo
- name: forgejo-oidc - name: forgejo-oidc
image: codeberg.org/forgejo/forgejo:1.19.3-0 image: codeberg.org/forgejo/forgejo:1.20.5-0
securityContext: securityContext:
allowPrivilegeEscalation: false allowPrivilegeEscalation: false
capabilities: capabilities:
@ -120,7 +120,7 @@ spec:
mountPath: /etc/forgejo mountPath: /etc/forgejo
containers: containers:
- name: forgejo-web - name: forgejo-web
image: codeberg.org/forgejo/forgejo:1.19.3-0 image: codeberg.org/forgejo/forgejo:1.20.5-0
securityContext: securityContext:
allowPrivilegeEscalation: false allowPrivilegeEscalation: false
capabilities: capabilities:
@ -140,7 +140,7 @@ spec:
- name: forgejo-config - name: forgejo-config
mountPath: /etc/forgejo mountPath: /etc/forgejo
- name: forgejo-ssh - name: forgejo-ssh
image: codeberg.org/forgejo/forgejo:1.19.3-0 image: codeberg.org/forgejo/forgejo:1.20.5-0
securityContext: securityContext:
allowPrivilegeEscalation: false allowPrivilegeEscalation: false
capabilities: capabilities:

View File

@ -8,8 +8,8 @@ if test -t 1; then
exit 1 exit 1
fi fi
FORGEJO_VERSION="1.19.3" FORGEJO_VERSION="1.20.5-0"
FORGEJO_TAG="sha256:e1e2a9930afe7e4e6c53b7d250072e5f890894da71df681510b6b513f38d0c36" FORGEJO_TAG="sha256:d665129e66cc04fa72aa6a284eb98b17c0eee642aeaad7c88edec21f9edbf519"
FORGEJO_SLUG="${FORGEJO_VERSION}@${FORGEJO_TAG}" FORGEJO_SLUG="${FORGEJO_VERSION}@${FORGEJO_TAG}"
forgejo() { forgejo() {