k/forgejo: bump version to 1.21.11-1
This commit is contained in:
parent
800af4d364
commit
0331504457
|
@ -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.20.5-0
|
image: codeberg.org/forgejo/forgejo:1.21.11-1
|
||||||
securityContext:
|
securityContext:
|
||||||
allowPrivilegeEscalation: false
|
allowPrivilegeEscalation: false
|
||||||
capabilities:
|
capabilities:
|
||||||
|
|
|
@ -33,5 +33,5 @@ configMapGenerator:
|
||||||
files:
|
files:
|
||||||
- app_template.ini
|
- app_template.ini
|
||||||
images:
|
images:
|
||||||
- name: codeberg.org/forgejo/forgejo:1.20.5-0
|
- name: codeberg.org/forgejo/forgejo:1.21.11-1
|
||||||
newTag: 1.20.5-0@sha256:d665129e66cc04fa72aa6a284eb98b17c0eee642aeaad7c88edec21f9edbf519
|
newTag: 1.21.11-1@sha256:d036b8021aac6449e3a128fda50bae3598f1403578f3e83bb7717bceb60ae875
|
||||||
|
|
|
@ -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.20.5-0
|
image: codeberg.org/forgejo/forgejo:1.21.11-1
|
||||||
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.20.5-0
|
image: codeberg.org/forgejo/forgejo:1.21.11-1
|
||||||
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.20.5-0
|
image: codeberg.org/forgejo/forgejo:1.21.11-1
|
||||||
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.20.5-0
|
image: codeberg.org/forgejo/forgejo:1.21.11-1
|
||||||
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.20.5-0
|
image: codeberg.org/forgejo/forgejo:1.21.11-1
|
||||||
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.20.5-0
|
image: codeberg.org/forgejo/forgejo:1.21.11-1
|
||||||
securityContext:
|
securityContext:
|
||||||
allowPrivilegeEscalation: false
|
allowPrivilegeEscalation: false
|
||||||
capabilities:
|
capabilities:
|
||||||
|
|
Loading…
Reference in New Issue