Skip to content

fix(container): update image ghcr.io/nextcloud/helm/nextcloud (9.1.3 ➔ 9.1.4)#6557

Merged
drag0n141 merged 1 commit into
masterfrom
renovate/ghcr.io-nextcloud-helm-nextcloud-9.x
Jun 26, 2026
Merged

fix(container): update image ghcr.io/nextcloud/helm/nextcloud (9.1.3 ➔ 9.1.4)#6557
drag0n141 merged 1 commit into
masterfrom
renovate/ghcr.io-nextcloud-helm-nextcloud-9.x

Conversation

@drag0n141-bot

@drag0n141-bot drag0n141-bot Bot commented Jun 26, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
ghcr.io/nextcloud/helm/nextcloud (source) patch 9.1.39.1.4

Configuration

📅 Schedule: (in timezone Europe/Berlin)

  • 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.

@drag0n141-bot drag0n141-bot Bot added renovate/container type/patch area/kubernetes Changes made in the kubernetes directory labels Jun 26, 2026

@claude claude Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ghcr.io/nextcloud/helm/nextcloud: 9.1.3 → 9.1.4

Verdict: Safe to merge

Two changes in this patch:

  1. CI only: bump actions/checkout from v6 to v7 in the chart repo's workflow — no user-facing impact.
  2. Internal refactor: extract DB environment variables into a reusable block for easier consumption by extraManifests or notify_push sidecars (chart PR #864). The database configuration interface (via externalDatabase.existingSecret) is unchanged; this repo's usage in helmrelease.yaml is unaffected.

No breaking changes, no deprecations.

Sources consulted:

@drag0n141-bot

drag0n141-bot Bot commented Jun 26, 2026

Copy link
Copy Markdown
Contributor Author
--- kubernetes/apps/default/nextcloud/app Kustomization: default/nextcloud OCIRepository: default/nextcloud

+++ kubernetes/apps/default/nextcloud/app Kustomization: default/nextcloud OCIRepository: default/nextcloud

@@ -11,9 +11,9 @@

 spec:
   interval: 15m
   layerSelector:
     mediaType: application/vnd.cncf.helm.chart.content.v1.tar+gzip
     operation: copy
   ref:
-    tag: 9.1.3
+    tag: 9.1.4
   url: oci://ghcr.io/nextcloud/helm/nextcloud
 

@drag0n141-bot

drag0n141-bot Bot commented Jun 26, 2026

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

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

@@ -54,12 +54,16 @@

               key: POSTGRES_USER
         - name: POSTGRES_PASSWORD
           valueFrom:
             secretKeyRef:
               name: nextcloud-secret
               key: POSTGRES_PASSWORD
+        - name: DATABASE_URL
+          value: postgres://$(POSTGRES_USER):$(POSTGRES_PASSWORD)@$(POSTGRES_HOST)/$(POSTGRES_DB)
+        - name: REDIS_URL
+          value: redis://:$(REDIS_HOST_PASSWORD)@$(REDIS_HOST):$(REDIS_HOST_PORT)
         - name: NEXTCLOUD_ADMIN_USER
           valueFrom:
             secretKeyRef:
               name: nextcloud-secret
               key: ADMIN_USER
         - name: NEXTCLOUD_ADMIN_PASSWORD
@@ -233,7 +237,9 @@

       - name: nfs-home
         nfs:
           path: /mnt/data/home
           server: nas01...PLACEHOLDER_SECRET_DOMAIN_INT..
       securityContext:
         fsGroup: 33
+      dnsConfig:
+        options: []
 
--- HelmRelease: default/nextcloud CronJob: default/nextcloud-cron

+++ HelmRelease: default/nextcloud CronJob: default/nextcloud-cron

@@ -57,12 +57,16 @@

                   key: POSTGRES_USER
             - name: POSTGRES_PASSWORD
               valueFrom:
                 secretKeyRef:
                   name: nextcloud-secret
                   key: POSTGRES_PASSWORD
+            - name: DATABASE_URL
+              value: postgres://$(POSTGRES_USER):$(POSTGRES_PASSWORD)@$(POSTGRES_HOST)/$(POSTGRES_DB)
+            - name: REDIS_URL
+              value: redis://:$(REDIS_HOST_PASSWORD)@$(REDIS_HOST):$(REDIS_HOST_PORT)
             - name: NEXTCLOUD_ADMIN_USER
               valueFrom:
                 secretKeyRef:
                   name: nextcloud-secret
                   key: ADMIN_USER
             - name: NEXTCLOUD_ADMIN_PASSWORD
@@ -220,7 +224,9 @@

           - name: nfs-home
             nfs:
               path: /mnt/data/home
               server: nas01...PLACEHOLDER_SECRET_DOMAIN_INT..
           securityContext:
             fsGroup: 33
+          dnsConfig:
+            options: []
 

@drag0n141 drag0n141 merged commit 2814b26 into master Jun 26, 2026
11 checks passed
@drag0n141 drag0n141 deleted the renovate/ghcr.io-nextcloud-helm-nextcloud-9.x branch June 26, 2026 18:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/kubernetes Changes made in the kubernetes directory renovate/container type/patch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant