Skip to content

feat(helm): update chart gitea ( 12.6.0 → 12.7.0 )#3031

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/gitea-12.x
Open

feat(helm): update chart gitea ( 12.6.0 → 12.7.0 )#3031
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/gitea-12.x

Conversation

@renovate

@renovate renovate Bot commented Jul 19, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
gitea minor 12.6.012.7.0

Warning

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


Release Notes

gitea/helm-gitea (gitea)

v12.7.0

Compare Source

Features
Maintenance

Configuration

📅 Schedule: (in timezone Europe/Moscow)

  • 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 this update again.


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

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

| datasource | package | from   | to     |
| ---------- | ------- | ------ | ------ |
| helm       | gitea   | 12.6.0 | 12.7.0 |
@mglants-bot

mglants-bot Bot commented Jul 19, 2026

Copy link
Copy Markdown
--- 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

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

       chart: gitea
       interval: 5m
       sourceRef:
         kind: HelmRepository
         name: gitea-charts
         namespace: flux-system
-      version: 12.6.0
+      version: 12.7.0
   interval: 5m
   timeout: 10m0s
   values:
     containerSecurityContext:
       allowPrivilegeEscalation: false
       capabilities:

@mglants-bot

mglants-bot Bot commented Jul 19, 2026

Copy link
Copy Markdown
--- HelmRelease: apps/gitea Service: apps/gitea-http

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

@@ -1,18 +1,18 @@

 ---
 apiVersion: v1
 kind: Service
 metadata:
-  name: gitea-http
-  namespace: apps
   labels:
     app: gitea
     app.kubernetes.io/name: gitea
     app.kubernetes.io/instance: gitea
     version: 1.25.5
     app.kubernetes.io/managed-by: Helm
+  name: gitea-http
+  namespace: apps
 spec:
   type: ClusterIP
   clusterIP: None
   ports:
   - name: http
     port: 3000
--- HelmRelease: apps/gitea Service: apps/gitea-ssh

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

@@ -1,18 +1,18 @@

 ---
 apiVersion: v1
 kind: Service
 metadata:
-  name: gitea-ssh
-  namespace: apps
   labels:
     app: gitea
     app.kubernetes.io/name: gitea
     app.kubernetes.io/instance: gitea
     version: 1.25.5
     app.kubernetes.io/managed-by: Helm
+  name: gitea-ssh
+  namespace: apps
 spec:
   type: ClusterIP
   clusterIP: None
   ports:
   - name: ssh
     port: 22

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.

0 participants