Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 22, 2026

This PR contains the following updates:

Package Update Change
docker.gitea.com/gitea patch 1.25.31.25.4

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

go-gitea/gitea (docker.gitea.com/gitea)

v1.25.4

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@mglants-bot
Copy link

mglants-bot bot commented Jan 22, 2026

--- kubernetes/subterra/apps/apps/gitea/app Kustomization: flux-system/gitea HelmRelease: apps/gitea

+++ kubernetes/subterra/apps/apps/gitea/app Kustomization: flux-system/gitea HelmRelease: apps/gitea

@@ -111,13 +111,13 @@

         name: Authentik
         provider: openidConnect
         scopes: email profile gitea
     image:
       registry: docker.gitea.com
       repository: gitea
-      tag: 1.25.3
+      tag: 1.25.4
     ingress:
       annotations:
         cert-manager.io/cluster-issuer: letsencrypt-prod
         external-dns.alpha.kubernetes.io/target: ingress.ur30.ru
       className: external-nginx
       enabled: true

@mglants-bot
Copy link

mglants-bot bot commented Jan 22, 2026

--- HelmRelease: apps/gitea Service: apps/gitea-http

+++ HelmRelease: apps/gitea Service: apps/gitea-http

@@ -5,13 +5,13 @@

   name: gitea-http
   namespace: apps
   labels:
     app: gitea
     app.kubernetes.io/name: gitea
     app.kubernetes.io/instance: gitea
-    version: 1.25.3
+    version: 1.25.4
     app.kubernetes.io/managed-by: Helm
 spec:
   type: ClusterIP
   clusterIP: None
   ports:
   - name: http
--- HelmRelease: apps/gitea Service: apps/gitea-ssh

+++ HelmRelease: apps/gitea Service: apps/gitea-ssh

@@ -5,13 +5,13 @@

   name: gitea-ssh
   namespace: apps
   labels:
     app: gitea
     app.kubernetes.io/name: gitea
     app.kubernetes.io/instance: gitea
-    version: 1.25.3
+    version: 1.25.4
     app.kubernetes.io/managed-by: Helm
 spec:
   type: ClusterIP
   clusterIP: None
   ports:
   - name: ssh
--- HelmRelease: apps/gitea Deployment: apps/gitea

+++ HelmRelease: apps/gitea Deployment: apps/gitea

@@ -5,13 +5,13 @@

   name: gitea
   namespace: apps
   labels:
     app: gitea
     app.kubernetes.io/name: gitea
     app.kubernetes.io/instance: gitea
-    version: 1.25.3
+    version: 1.25.4
     app.kubernetes.io/managed-by: Helm
 spec:
   replicas: 1
   strategy:
     type: RollingUpdate
     rollingUpdate:
@@ -26,20 +26,20 @@

       annotations:
         checksum/oauth_0: 356c9d84075919d23642904cb17d002948d46500fc5c331df1c62af7e07eeea6
       labels:
         app: gitea
         app.kubernetes.io/name: gitea
         app.kubernetes.io/instance: gitea
-        version: 1.25.3
+        version: 1.25.4
         app.kubernetes.io/managed-by: Helm
     spec:
       securityContext:
         fsGroup: 1000
       initContainers:
       - name: init-directories
-        image: docker.gitea.com/gitea:1.25.3-rootless
+        image: docker.gitea.com/gitea:1.25.4-rootless
         imagePullPolicy: IfNotPresent
         command:
         - /usr/sbinx/init_directory_structure.sh
         env:
         - name: GITEA_APP_INI
           value: /data/gitea/conf/app.ini
@@ -69,13 +69,13 @@

         resources:
           limits: {}
           requests:
             cpu: 100m
             memory: 128Mi
       - name: init-app-ini
-        image: docker.gitea.com/gitea:1.25.3-rootless
+        image: docker.gitea.com/gitea:1.25.4-rootless
         imagePullPolicy: IfNotPresent
         command:
         - /usr/sbinx/config_environment.sh
         env:
         - name: GITEA_APP_INI
           value: /data/gitea/conf/app.ini
@@ -136,13 +136,13 @@

         resources:
           limits: {}
           requests:
             cpu: 100m
             memory: 128Mi
       - name: configure-gitea
-        image: docker.gitea.com/gitea:1.25.3-rootless
+        image: docker.gitea.com/gitea:1.25.4-rootless
         command:
         - /usr/sbinx/configure_gitea.sh
         imagePullPolicy: IfNotPresent
         securityContext:
           allowPrivilegeEscalation: false
           capabilities:
@@ -198,13 +198,13 @@

           requests:
             cpu: 100m
             memory: 128Mi
       terminationGracePeriodSeconds: 60
       containers:
       - name: gitea
-        image: docker.gitea.com/gitea:1.25.3-rootless
+        image: docker.gitea.com/gitea:1.25.4-rootless
         imagePullPolicy: IfNotPresent
         env:
         - name: SSH_LISTEN_PORT
           value: '2222'
         - name: SSH_PORT
           value: '22'
--- HelmRelease: apps/gitea Ingress: apps/gitea

+++ HelmRelease: apps/gitea Ingress: apps/gitea

@@ -5,13 +5,13 @@

   name: gitea
   namespace: apps
   labels:
     app: gitea
     app.kubernetes.io/name: gitea
     app.kubernetes.io/instance: gitea
-    version: 1.25.3
+    version: 1.25.4
     app.kubernetes.io/managed-by: Helm
   annotations:
     cert-manager.io/cluster-issuer: letsencrypt-prod
     external-dns.alpha.kubernetes.io/target: ingress.ur30.ru
 spec:
   ingressClassName: external-nginx

@renovate renovate bot changed the title fix(container): update image docker.gitea.com/gitea ( 1.25.3 → 1.25.4 ) fix(container): update image docker.gitea.com/gitea ( 1.25.3 → 1.25.4 ) - autoclosed Jan 23, 2026
@renovate renovate bot closed this Jan 23, 2026
@renovate renovate bot deleted the renovate/docker.gitea.com-gitea-1.x branch January 23, 2026 21:33
| datasource | package                | from   | to     |
| ---------- | ---------------------- | ------ | ------ |
| docker     | docker.gitea.com/gitea | 1.25.3 | 1.25.4 |
@renovate renovate bot changed the title fix(container): update image docker.gitea.com/gitea ( 1.25.3 → 1.25.4 ) - autoclosed fix(container): update image docker.gitea.com/gitea ( 1.25.3 → 1.25.4 ) Jan 24, 2026
@renovate renovate bot reopened this Jan 24, 2026
@renovate renovate bot force-pushed the renovate/docker.gitea.com-gitea-1.x branch 2 times, most recently from f1e7905 to 91fd321 Compare January 24, 2026 01:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant