Skip to content

feat(container)!: Update docker.io/nextcloud ( 33.0.8 → 34.0.3 ) - #383

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/docker.io-nextcloud-34.x
Open

feat(container)!: Update docker.io/nextcloud ( 33.0.8 → 34.0.3 )#383
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/docker.io-nextcloud-34.x

Conversation

@renovate

@renovate renovate Bot commented Jun 13, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
docker.io/nextcloud (source) major 33.0.8-fpm-alpine34.0.3-fpm-alpine

Configuration

📅 Schedule: (in timezone Europe/Lisbon)

  • Branch creation
    • "every weekend"
  • 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.

@github-actions

github-actions Bot commented Jun 13, 2026

Copy link
Copy Markdown
--- HelmRelease: default/nextcloud Deployment: default/nextcloud

+++ HelmRelease: default/nextcloud Deployment: default/nextcloud

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

         php-config-hash: 44136fa355b3678a1146ad16f7e8649e94fb4fc21fe77e8310c060f61caaff8a
         nginx-config-hash: 18dd8f905a93ed27f032e9ae68084222ed7e5926f7144cda17b979780f4da54b
         hooks-hash: 9525c2748a6c7cd0e28ec740623d0b3fa5a75c83b51ccfd136bc89c76737b204
     spec:
       containers:
       - name: nextcloud
-        image: docker.io/nextcloud:33.0.8-fpm-alpine
+        image: docker.io/nextcloud:34.0.3-fpm-alpine
         imagePullPolicy: IfNotPresent
         env:
         - name: POSTGRES_HOST
           value: postgres-primary.databases.svc:5432
         - name: POSTGRES_DB
           value: nextcloud
@@ -173,13 +173,13 @@

           subPath: themes
         - name: nextcloud-nginx-config
           mountPath: /etc/nginx/conf.d/
         - mountPath: /mnt/nfs
           name: nfs
       - name: nextcloud-cron
-        image: docker.io/nextcloud:33.0.8-fpm-alpine
+        image: docker.io/nextcloud:34.0.3-fpm-alpine
         imagePullPolicy: IfNotPresent
         command:
         - /cron.sh
         env:
         - name: POSTGRES_HOST
           value: postgres-primary.databases.svc:5432

@github-actions

github-actions Bot commented Jun 13, 2026

Copy link
Copy Markdown
--- kubernetes/apps/default/nextcloud/app Kustomization: flux-system/nextcloud HelmRelease: default/nextcloud

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

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

     cleanupOnFail: true
     remediation:
       retries: 3
       strategy: rollback
   valuesFrom:
   - kind: ConfigMap
-    name: nextcloud-helm-values-gb62hm5g79
+    name: nextcloud-helm-values-b9g8fhk5h8
   - kind: Secret
     name: nextcloud
     optional: false
     targetPath: externalDatabase.password
     valuesKey: postgresql_pass
 
--- kubernetes/apps/default/nextcloud/app Kustomization: flux-system/nextcloud ConfigMap: default/nextcloud-helm-values-gb62hm5g79

+++ kubernetes/apps/default/nextcloud/app Kustomization: flux-system/nextcloud ConfigMap: default/nextcloud-helm-values-gb62hm5g79

@@ -1,170 +0,0 @@

----
-apiVersion: v1
-data:
-  values.yaml: |+
-    image:
-      registry: docker.io
-      repository: nextcloud
-      tag: 33.0.8-fpm-alpine
-    nginx:
-      enabled: true
-      # resources:
-      #   requests:
-      #     cpu: 500m
-      #     memory: 500Mi
-      #   limits:
-      #     memory: 8Gi
-    replicaCount: 1
-    env:
-      TZ: Europe/Lisbon
-      # PHP_MEMORY_LIMIT: 256M
-
-    # podSecurityContext:
-
-    #   supplementalGroups:
-    #     - 100
-
-    affinity: &affinity
-      nodeAffinity:
-        preferredDuringSchedulingIgnoredDuringExecution:
-          - weight: 1
-            preference:
-              matchExpressions:
-                - key: node-priority
-                  operator: In
-                  values:
-                  - "1"
-          - weight: 2
-            preference:
-              matchExpressions:
-                - key: node-priority
-                  operator: In
-                  values:
-                  - "2"
-
-
-    persistence:
-      existingClaim: nextcloud
-      enabled: true
-      # accessMode: ReadWriteMany
-      # storageClass: longhorn
-      # nextcloudData:
-      #   accessMode: ReadWriteMany
-        # enabled: false
-        # existingClaim: nextcloud
-    resources:
-      requests:
-        cpu: 200m
-        memory: 256Mi
-      limits:
-        memory: 4Gi
-    hpa:
-      enabled: false
-
-    ingress:
-      enabled: false
-    service:
-      annotations:
-        traefik.ingress.kubernetes.io/service.sticky.cookie: "true"
-
-    nextcloud:
-      host: nc...PLACEHOLDER_SECRET_PUBLIC_DOMAIN1..
-
-      existingSecret:
-        enabled: true
-        secretName: nextcloud
-        usernameKey: admin_user
-        passwordKey: admin_password
-
-
-      extraVolumes:
-        - name: nfs
-          nfs:
-            server: "..PLACEHOLDER_SECRET_NFS_ADDR.."
-            path: "/all"
-            readOnly: false
-      extraVolumeMounts:
-        - name: nfs
-          mountPath: "/mnt/nfs"
-
-      configs:
-        proxy.config.php: |-
-          <?php
-          $CONFIG = array (
-            'trusted_proxies' => array(
-              '127.0.0.1',         // Loopback address (localhost)
-              '10.0.0.0/8',        // RFC1918 - Class A private network range
-              '172.16.0.0/12',     // RFC1918 - Class B private network range
-              '192.168.0.0/16',    // RFC1918 - Class C private network range
-            ),
-            'trusted_domains' =>
-            array(
-                0 => 'nc...PLACEHOLDER_SECRET_PUBLIC_DOMAIN1..',
-                1 => 'nc...PLACEHOLDER_SECRET_PRIVATE_DOMAIN..',
-                2 => 'localhost',
-            ),
-            'forwarded_for_headers' => array('HTTP_X_FORWARDED_FOR'),
-          );
-    internalDatabase:
-      enabled: false
-
-    externalDatabase:
-      enabled: true
-      type: postgresql
-      host: postgres-primary.databases.svc:5432
-      database: nextcloud
-      user: nextcloud
-      # password: set by valuesFrom
-
-    externalRedis:
-      enabled: true
-
-      ## Redis host
-      host: "dragonfly.databases.svc.cluster.local"
-
-      ## Redis port
-      port: "6379"
-
-
-    cronjob:
-      enabled: true
-      failedJobsHistoryLimit: 1
-      successfulJobsHistoryLimit: 1
-      curlInsecure:
-      resources:
-        requests:
-          cpu: 5m
-          memory: 10Mi
-        limits:
-          memory: 1Gi
-
-    postgresql:
-      enabled: false
-
-    redis:
-      enabled: false
-      affinity: *affinity
-      architecture: standalone
-      auth:
-        enabled: false
-
-    startupProbe:
-      enabled: false
-      # initialDelaySeconds: 60
-      # periodSeconds: 30
-      # timeoutSeconds: 10
-      # failureThreshold: 10
-      # successThreshold: 1
-    livenessProbe:
-      enabled: false
-    readinessProbe:
-      enabled: false
-
-kind: ConfigMap
-metadata:
-  labels:
-    kustomize.toolkit.fluxcd.io/name: nextcloud
-    kustomize.toolkit.fluxcd.io/namespace: flux-system
-  name: nextcloud-helm-values-gb62hm5g79
-  namespace: default
-
--- kubernetes/apps/default/nextcloud/app Kustomization: flux-system/nextcloud ConfigMap: default/nextcloud-helm-values-b9g8fhk5h8

+++ kubernetes/apps/default/nextcloud/app Kustomization: flux-system/nextcloud ConfigMap: default/nextcloud-helm-values-b9g8fhk5h8

@@ -0,0 +1,170 @@

+---
+apiVersion: v1
+data:
+  values.yaml: |+
+    image:
+      registry: docker.io
+      repository: nextcloud
+      tag: 34.0.3-fpm-alpine
+    nginx:
+      enabled: true
+      # resources:
+      #   requests:
+      #     cpu: 500m
+      #     memory: 500Mi
+      #   limits:
+      #     memory: 8Gi
+    replicaCount: 1
+    env:
+      TZ: Europe/Lisbon
+      # PHP_MEMORY_LIMIT: 256M
+
+    # podSecurityContext:
+
+    #   supplementalGroups:
+    #     - 100
+
+    affinity: &affinity
+      nodeAffinity:
+        preferredDuringSchedulingIgnoredDuringExecution:
+          - weight: 1
+            preference:
+              matchExpressions:
+                - key: node-priority
+                  operator: In
+                  values:
+                  - "1"
+          - weight: 2
+            preference:
+              matchExpressions:
+                - key: node-priority
+                  operator: In
+                  values:
+                  - "2"
+
+
+    persistence:
+      existingClaim: nextcloud
+      enabled: true
+      # accessMode: ReadWriteMany
+      # storageClass: longhorn
+      # nextcloudData:
+      #   accessMode: ReadWriteMany
+        # enabled: false
+        # existingClaim: nextcloud
+    resources:
+      requests:
+        cpu: 200m
+        memory: 256Mi
+      limits:
+        memory: 4Gi
+    hpa:
+      enabled: false
+
+    ingress:
+      enabled: false
+    service:
+      annotations:
+        traefik.ingress.kubernetes.io/service.sticky.cookie: "true"
+
+    nextcloud:
+      host: nc...PLACEHOLDER_SECRET_PUBLIC_DOMAIN1..
+
+      existingSecret:
+        enabled: true
+        secretName: nextcloud
+        usernameKey: admin_user
+        passwordKey: admin_password
+
+
+      extraVolumes:
+        - name: nfs
+          nfs:
+            server: "..PLACEHOLDER_SECRET_NFS_ADDR.."
+            path: "/all"
+            readOnly: false
+      extraVolumeMounts:
+        - name: nfs
+          mountPath: "/mnt/nfs"
+
+      configs:
+        proxy.config.php: |-
+          <?php
+          $CONFIG = array (
+            'trusted_proxies' => array(
+              '127.0.0.1',         // Loopback address (localhost)
+              '10.0.0.0/8',        // RFC1918 - Class A private network range
+              '172.16.0.0/12',     // RFC1918 - Class B private network range
+              '192.168.0.0/16',    // RFC1918 - Class C private network range
+            ),
+            'trusted_domains' =>
+            array(
+                0 => 'nc...PLACEHOLDER_SECRET_PUBLIC_DOMAIN1..',
+                1 => 'nc...PLACEHOLDER_SECRET_PRIVATE_DOMAIN..',
+                2 => 'localhost',
+            ),
+            'forwarded_for_headers' => array('HTTP_X_FORWARDED_FOR'),
+          );
+    internalDatabase:
+      enabled: false
+
+    externalDatabase:
+      enabled: true
+      type: postgresql
+      host: postgres-primary.databases.svc:5432
+      database: nextcloud
+      user: nextcloud
+      # password: set by valuesFrom
+
+    externalRedis:
+      enabled: true
+
+      ## Redis host
+      host: "dragonfly.databases.svc.cluster.local"
+
+      ## Redis port
+      port: "6379"
+
+
+    cronjob:
+      enabled: true
+      failedJobsHistoryLimit: 1
+      successfulJobsHistoryLimit: 1
+      curlInsecure:
+      resources:
+        requests:
+          cpu: 5m
+          memory: 10Mi
+        limits:
+          memory: 1Gi
+
+    postgresql:
+      enabled: false
+
+    redis:
+      enabled: false
+      affinity: *affinity
+      architecture: standalone
+      auth:
+        enabled: false
+
+    startupProbe:
+      enabled: false
+      # initialDelaySeconds: 60
+      # periodSeconds: 30
+      # timeoutSeconds: 10
+      # failureThreshold: 10
+      # successThreshold: 1
+    livenessProbe:
+      enabled: false
+    readinessProbe:
+      enabled: false
+
+kind: ConfigMap
+metadata:
+  labels:
+    kustomize.toolkit.fluxcd.io/name: nextcloud
+    kustomize.toolkit.fluxcd.io/namespace: flux-system
+  name: nextcloud-helm-values-b9g8fhk5h8
+  namespace: default
+

@renovate
renovate Bot force-pushed the renovate/docker.io-nextcloud-34.x branch from 1ab5ae6 to 305c982 Compare July 1, 2026 02:00
@renovate renovate Bot changed the title feat(container)!: Update docker.io/nextcloud ( 33.0.5 → 34.0.0 ) feat(container)!: Update docker.io/nextcloud ( 33.0.5 → 34.0.1 ) Jul 1, 2026
@renovate renovate Bot changed the title feat(container)!: Update docker.io/nextcloud ( 33.0.5 → 34.0.1 ) feat(container)!: Update docker.io/nextcloud ( 33.0.6 → 34.0.1 ) Jul 4, 2026
@renovate
renovate Bot force-pushed the renovate/docker.io-nextcloud-34.x branch from 305c982 to 2379862 Compare July 4, 2026 21:09
@renovate
renovate Bot force-pushed the renovate/docker.io-nextcloud-34.x branch from 2379862 to eabf11b Compare July 24, 2026 02:47
@renovate renovate Bot changed the title feat(container)!: Update docker.io/nextcloud ( 33.0.6 → 34.0.1 ) feat(container)!: Update docker.io/nextcloud ( 33.0.6 → 34.0.2 ) Jul 24, 2026
@renovate
renovate Bot force-pushed the renovate/docker.io-nextcloud-34.x branch from eabf11b to 36facc3 Compare July 25, 2026 13:56
@renovate renovate Bot changed the title feat(container)!: Update docker.io/nextcloud ( 33.0.6 → 34.0.2 ) feat(container)!: Update docker.io/nextcloud ( 33.0.7 → 34.0.2 ) Jul 25, 2026
@renovate
renovate Bot force-pushed the renovate/docker.io-nextcloud-34.x branch from 36facc3 to 46f7cee Compare August 14, 2026 20:53
@renovate renovate Bot changed the title feat(container)!: Update docker.io/nextcloud ( 33.0.7 → 34.0.2 ) feat(container)!: Update docker.io/nextcloud ( 33.0.7 → 34.0.3 ) Aug 14, 2026
@renovate
renovate Bot force-pushed the renovate/docker.io-nextcloud-34.x branch from 46f7cee to 332bb83 Compare August 15, 2026 05:31
@renovate renovate Bot changed the title feat(container)!: Update docker.io/nextcloud ( 33.0.7 → 34.0.3 ) feat(container)!: Update docker.io/nextcloud ( 33.0.8 → 34.0.3 ) Aug 15, 2026
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