This commit is contained in:
parent
56c93a3f29
commit
a58e2b4c7b
@ -30,7 +30,7 @@ spec:
|
|||||||
runAsGroup: 1000
|
runAsGroup: 1000
|
||||||
initContainers:
|
initContainers:
|
||||||
- name: init-gitea
|
- name: init-gitea
|
||||||
image: gitea/gitea:1.21.10-rootless
|
image: gitea/gitea:1.23.0-rootless
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
command: ["/usr/sbin/init-directory-structure.sh"]
|
command: ["/usr/sbin/init-directory-structure.sh"]
|
||||||
env:
|
env:
|
||||||
@ -62,7 +62,7 @@ spec:
|
|||||||
securityContext:
|
securityContext:
|
||||||
readOnlyRootFilesystem: true
|
readOnlyRootFilesystem: true
|
||||||
- name: setup-gitea
|
- name: setup-gitea
|
||||||
image: gitea/gitea:1.21.10-rootless
|
image: gitea/gitea:1.23.0-rootless
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
command: ["/usr/sbin/setup.sh"]
|
command: ["/usr/sbin/setup.sh"]
|
||||||
env:
|
env:
|
||||||
@ -113,7 +113,7 @@ spec:
|
|||||||
readOnlyRootFilesystem: true
|
readOnlyRootFilesystem: true
|
||||||
containers:
|
containers:
|
||||||
- name: gitea
|
- name: gitea
|
||||||
image: gitea/gitea:1.21.10-rootless
|
image: gitea/gitea:1.23.0-rootless
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
ports:
|
ports:
|
||||||
- name: http
|
- name: http
|
||||||
|
Loading…
x
Reference in New Issue
Block a user