Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(helm): update gitea ( 10.1.4 → 10.2.0 ) #937

Merged
merged 1 commit into from
Jun 7, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 6, 2024

Mend Renovate

This PR contains the following updates:

Package Update Change
gitea minor 10.1.4 -> 10.2.0

Release Notes

gitea/helm-chart (gitea)

v10.2.0

Compare Source

  • Bump Gitea to 1.22.0
  • Add tpl support for PVC and ingress components (#​664)
  • Quote image tag (#​641)
  • Add deployment labels to deployment (#​649)

Subcharts

  • Update PG to 15.5.0
  • Update PG-HA to 14.1.3
  • Update redis-cluster to 10.2.0

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


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

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from martinohmann as a code owner June 6, 2024 22:31
@renovate renovate bot added the type/minor label Jun 6, 2024
@github-actions github-actions bot added area/kubernetes Changes made in the kubernetes directory cluster/main labels Jun 6, 2024
Copy link

github-actions bot commented Jun 6, 2024

kustomization changes in kubernetes/main

--- kubernetes/main/apps/default/gitea/app Kustomization: flux-system/gitea HelmRelease: default/gitea

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

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

     spec:
       chart: gitea
       sourceRef:
         kind: HelmRepository
         name: gitea
         namespace: flux-system
-      version: 10.1.4
+      version: 10.2.0
   install:
     remediation:
       retries: 3
   interval: 2h
   uninstall:
     keepHistory: false

Copy link

github-actions bot commented Jun 6, 2024

helmrelease changes in kubernetes/main

--- HelmRelease: default/gitea Service: default/gitea-http

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

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

 metadata:
   name: gitea-http
   labels:
     app: gitea
     app.kubernetes.io/name: gitea
     app.kubernetes.io/instance: gitea
-    version: 1.21.11
+    version: 1.22.0
     app.kubernetes.io/managed-by: Helm
 spec:
   type: ClusterIP
   clusterIP: None
   ports:
   - name: http
--- HelmRelease: default/gitea Service: default/gitea-ssh

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

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

 metadata:
   name: gitea-ssh
   labels:
     app: gitea
     app.kubernetes.io/name: gitea
     app.kubernetes.io/instance: gitea
-    version: 1.21.11
+    version: 1.22.0
     app.kubernetes.io/managed-by: Helm
   annotations:
     external-dns.alpha.kubernetes.io/hostname: git-ssh.18b.haus
     io.cilium/lb-ipam-ips: 192.168.40.249
 spec:
   type: LoadBalancer
--- HelmRelease: default/gitea Deployment: default/gitea

+++ HelmRelease: default/gitea Deployment: default/gitea

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

   annotations:
     secret.reloader.stakater.com/reload: gitea-secret,gitea-admin-secret,gitea-oauth-secret,gitea-init-db
   labels:
     app: gitea
     app.kubernetes.io/name: gitea
     app.kubernetes.io/instance: gitea
-    version: 1.21.11
+    version: 1.22.0
     app.kubernetes.io/managed-by: Helm
 spec:
   replicas: 1
   strategy:
     type: Recreate
   selector:
@@ -24,20 +24,20 @@

       annotations:
         checksum/oauth_0: 5383f969cee5b8023c98e35c440f4cd35c1cff040e1a277407dade50a855282a
       labels:
         app: gitea
         app.kubernetes.io/name: gitea
         app.kubernetes.io/instance: gitea
-        version: 1.21.11
+        version: 1.22.0
         app.kubernetes.io/managed-by: Helm
     spec:
       securityContext:
         fsGroup: 1000
       initContainers:
       - name: init-directories
-        image: gitea/gitea:1.21.11-rootless
+        image: gitea/gitea:1.22.0-rootless
         imagePullPolicy: IfNotPresent
         command:
         - /usr/sbin/init_directory_structure.sh
         env:
         - name: GITEA_APP_INI
           value: /data/gitea/conf/app.ini
@@ -58,13 +58,13 @@

         resources:
           limits: {}
           requests:
             cpu: 100m
             memory: 128Mi
       - name: init-app-ini
-        image: gitea/gitea:1.21.11-rootless
+        image: gitea/gitea:1.22.0-rootless
         imagePullPolicy: IfNotPresent
         command:
         - /usr/sbin/config_environment.sh
         env:
         - name: GITEA_APP_INI
           value: /data/gitea/conf/app.ini
@@ -87,13 +87,13 @@

         resources:
           limits: {}
           requests:
             cpu: 100m
             memory: 128Mi
       - name: configure-gitea
-        image: gitea/gitea:1.21.11-rootless
+        image: gitea/gitea:1.22.0-rootless
         command:
         - /usr/sbin/configure_gitea.sh
         imagePullPolicy: IfNotPresent
         securityContext:
           runAsUser: 1000
         env:
@@ -139,13 +139,13 @@

           requests:
             cpu: 100m
             memory: 128Mi
       terminationGracePeriodSeconds: 60
       containers:
       - name: gitea
-        image: gitea/gitea:1.21.11-rootless
+        image: gitea/gitea:1.22.0-rootless
         imagePullPolicy: IfNotPresent
         env:
         - name: SSH_LISTEN_PORT
           value: '2222'
         - name: SSH_PORT
           value: '22'
--- HelmRelease: default/gitea Ingress: default/gitea

+++ HelmRelease: default/gitea Ingress: default/gitea

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

 metadata:
   name: gitea
   labels:
     app: gitea
     app.kubernetes.io/name: gitea
     app.kubernetes.io/instance: gitea
-    version: 1.21.11
+    version: 1.22.0
     app.kubernetes.io/managed-by: Helm
   annotations:
     gethomepage.dev/enabled: 'true'
     gethomepage.dev/group: Tools
     gethomepage.dev/icon: gitea.png
     gethomepage.dev/name: Gitea
--- HelmRelease: default/gitea ServiceMonitor: default/gitea

+++ HelmRelease: default/gitea ServiceMonitor: default/gitea

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

 metadata:
   name: gitea
   labels:
     app: gitea
     app.kubernetes.io/name: gitea
     app.kubernetes.io/instance: gitea
-    version: 1.21.11
+    version: 1.22.0
     app.kubernetes.io/managed-by: Helm
 spec:
   selector:
     matchLabels:
       app.kubernetes.io/name: gitea
       app.kubernetes.io/instance: gitea

@martinohmann martinohmann merged commit 9b330ba into main Jun 7, 2024
7 checks passed
@renovate renovate bot deleted the renovate/main-gitea-10.x branch June 7, 2024 16:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant