Skip to content

Commit 7b29fb2

Browse files
authored
Update gitea rootless image to 1.25.1 (#1001)
1 parent 75d7c34 commit 7b29fb2

File tree

4 files changed

+5
-0
lines changed

4 files changed

+5
-0
lines changed

bootstrap/gitea.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
image:
66
pullPolicy: IfNotPresent
77
rootless: true
8+
tag: 1.25.1
89
containerSecurityContext:
910
allowPrivilegeEscalation: false
1011
capabilities:

on-prem-installers/assets/gitea/values.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,8 @@ gitea:
136136
PROTOCOL: https
137137
CERT_FILE: /tmp/secret-volume/tls.crt
138138
KEY_FILE: /tmp/secret-volume/tls.key
139+
image:
140+
tag: 1.25.1
139141

140142
service:
141143
http:

orch-configs/templates/bootstrap/gitea.tpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ image:
88
{{- end }}
99
pullPolicy: IfNotPresent
1010
rootless: true
11+
tag: 1.25.1
1112
containerSecurityContext:
1213
allowPrivilegeEscalation: false
1314
capabilities:

pod-configs/module/gitea/gitea-values.yaml.tpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ global:
77
image:
88
pullPolicy: IfNotPresent
99
rootless: true
10+
tag: 1.25.1
1011
containerSecurityContext:
1112
allowPrivilegeEscalation: false
1213
capabilities:

0 commit comments

Comments
 (0)