Skip to content

feat(helm): update chart nextcloud ( 9.0.1 → 9.1.2 )#2871

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

feat(helm): update chart nextcloud ( 9.0.1 → 9.1.2 )#2871
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/nextcloud-9.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Mar 8, 2026

This PR contains the following updates:

Package Update Change
nextcloud (source) minor 9.0.19.1.2

Warning

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


Release Notes

nextcloud/helm (nextcloud)

v9.1.2

Compare Source

A file sharing server that puts the control and security of your own data back into your hands.

What's Changed

Full Changelog: nextcloud/helm@nextcloud-9.1.1...nextcloud-9.1.2

v9.1.1

Compare Source

A file sharing server that puts the control and security of your own data back into your hands.

What's Changed

Full Changelog: nextcloud/helm@nextcloud-9.1.0...nextcloud-9.1.1

v9.1.0

Compare Source

A file sharing server that puts the control and security of your own data back into your hands.

What's Changed

New Contributors

Full Changelog: nextcloud/helm@nextcloud-9.0.6...nextcloud-9.1.0

v9.0.6

Compare Source

A file sharing server that puts the control and security of your own data back into your hands.

What's Changed

Full Changelog: nextcloud/helm@nextcloud-9.0.5...nextcloud-9.0.6

v9.0.5

Compare Source

A file sharing server that puts the control and security of your own data back into your hands.

What's Changed

Full Changelog: nextcloud/helm@nextcloud-9.0.4...nextcloud-9.0.5

v9.0.4

Compare Source

A file sharing server that puts the control and security of your own data back into your hands.

What's Changed

Full Changelog: nextcloud/helm@nextcloud-9.0.3...nextcloud-9.0.4

v9.0.3

Compare Source

A file sharing server that puts the control and security of your own data back into your hands.

What's Changed

Full Changelog: nextcloud/helm@nextcloud-9.0.2...nextcloud-9.0.3

v9.0.2

Compare Source

A file sharing server that puts the control and security of your own data back into your hands.

What's Changed

New Contributors

Full Changelog: nextcloud/helm@nextcloud-9.0.1...nextcloud-9.0.2


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.

@mglants-bot
Copy link
Copy Markdown

mglants-bot Bot commented Mar 8, 2026

--- kubernetes/subterra/apps/apps/nextcloud/app Kustomization: flux-system/cluster-apps-nextcloud HelmRelease: apps/nextcloud

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

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

       chart: nextcloud
       interval: 5m
       sourceRef:
         kind: HelmRepository
         name: nextcloud-charts
         namespace: flux-system
-      version: 9.0.1
+      version: 9.1.2
   interval: 5m
   timeout: 10m0s
   values:
     cronjob:
       enabled: false
     externalDatabase:

@renovate renovate Bot changed the title fix(helm): update chart nextcloud ( 9.0.1 → 9.0.2 ) fix(helm): update chart nextcloud ( 9.0.1 → 9.0.3 ) Mar 9, 2026
@renovate renovate Bot force-pushed the renovate/nextcloud-9.x branch from f2713d6 to e15493f Compare March 9, 2026 05:52
@mglants-bot
Copy link
Copy Markdown

mglants-bot Bot commented Mar 9, 2026

--- HelmRelease: apps/nextcloud ConfigMap: apps/nextcloud-config

+++ HelmRelease: apps/nextcloud ConfigMap: apps/nextcloud-config

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

                   'path'     => OC::$SERVERROOT.'/custom_apps',
                   'url'      => '/custom_apps',
                   'writable' => true,
           ),
       ),
     );
-  helm-metrics.php: |-
+  helm-metrics.config.php: |-
     <?php
 
     $openmetricsAllowedClients = getenv('OPENMETRICS_ALLOWED_CLIENTS');
     if ($openmetricsAllowedClients) {
       $CONFIG['openmetrics_allowed_clients'] = array_filter(array_map('trim', explode(',', $openmetricsAllowedClients)));
     }
--- HelmRelease: apps/nextcloud ConfigMap: apps/nextcloud-nginxconfig

+++ HelmRelease: apps/nextcloud ConfigMap: apps/nextcloud-nginxconfig

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

     \ and getting removed from this list\n    # could take several months.\n    add_header\
     \ Referrer-Policy \"no-referrer\" always;\n    add_header X-Content-Type-Options\
     \ \"nosniff\" always;\n    add_header X-Frame-Options \"SAMEORIGIN\" always;\n\
     \    add_header X-Permitted-Cross-Domain-Policies \"none\" always;\n    add_header\
     \ X-Robots-Tag \"noindex, nofollow\" always;\n    add_header X-XSS-Protection\
     \ \"1; mode=block\" always;\n    # set max upload size\n    client_max_body_size\
-    \ 10G;\n    client_body_timeout 300s;\n    fastcgi_buffers 64 4K;\n    fastcgi_read_timeout\
+    \ 512M;\n    client_body_timeout 300s;\n    fastcgi_buffers 64 4K;\n    fastcgi_read_timeout\
     \ 3600s;\n    \n\n    # Enable gzip but do not remove ETag headers\n    gzip on;\n\
     \    gzip_vary on;\n    gzip_comp_level 4;\n    gzip_min_length 256;\n    gzip_proxied\
     \ expired no-cache no-store private no_last_modified no_etag auth;\n    gzip_types\
     \ application/atom+xml text/javascript application/javascript application/json\
     \ application/ld+json application/manifest+json application/rss+xml application/vnd.geo+json\
     \ application/vnd.ms-fontobject application/wasm application/x-font-ttf application/x-web-app-manifest+json\
@@ -83,13 +83,13 @@

     \ =404;\n\n        include fastcgi_params;\n        fastcgi_param SCRIPT_FILENAME\
     \ $document_root$fastcgi_script_name;\n        fastcgi_param PATH_INFO $path_info;\n\
     \        fastcgi_param HTTPS on;\n\n        fastcgi_param modHeadersAvailable\
     \ true;         # Avoid sending the security headers twice\n        fastcgi_param\
     \ front_controller_active true;     # Enable pretty urls\n        fastcgi_pass\
     \ php-handler;\n\n        fastcgi_intercept_errors on;\n        fastcgi_request_buffering\
-    \ off;\n\n        fastcgi_max_temp_file_size 0;\n    }\n\n    location ~ \\.(?:css|js|mjs|svg|gif|ico|jpg|png|webp|wasm|tflite|map|ogg|flac)$\
+    \ on;\n\n        fastcgi_max_temp_file_size 0;\n    }\n\n    location ~ \\.(?:css|js|mjs|svg|gif|ico|jpg|png|webp|wasm|tflite|map|ogg|flac)$\
     \ {\n        try_files $uri /index.php$request_uri;\n        expires 6M;     \
     \    # Cache-Control policy borrowed from `.htaccess`\n        access_log off;\
     \     # Optional: Don't log access to assets\n    }\n\n    location ~ \\.(otf|woff2?)$\
     \ {\n        try_files $uri /index.php$request_uri;\n        expires 7d;     \
     \    # Cache-Control policy borrowed from `.htaccess`\n        access_log off;\
     \     # Optional: Don't log access to assets\n    }\n\n    # Rule borrowed from\
--- HelmRelease: apps/nextcloud Deployment: apps/nextcloud

+++ HelmRelease: apps/nextcloud Deployment: apps/nextcloud

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

       labels:
         app.kubernetes.io/name: nextcloud
         app.kubernetes.io/instance: nextcloud
         app.kubernetes.io/component: app
         nextcloud-redis-client: 'true'
       annotations:
-        nextcloud-config-hash: 4d5e0f183af47c2a1a38b492e0411b6a0737499e4781dad291a7b3ffa82398c7
+        nextcloud-config-hash: 642e739e750f810f72b640796406651f4ce4bd4936b1594d68e1d4992d024be4
         php-config-hash: ed0e8e1a6c704392bdc7ac88be76273cfa95c6fa671770ed92809661ad6a77d4
         nginx-config-hash: 18dd8f905a93ed27f032e9ae68084222ed7e5926f7144cda17b979780f4da54b
         hooks-hash: 9525c2748a6c7cd0e28ec740623d0b3fa5a75c83b51ccfd136bc89c76737b204
         backup.velero.io/backup-volumes: nextcloud-data
     spec:
       containers:
@@ -170,14 +170,14 @@

           mountPath: /var/www/html/config/apcu.config.php
           subPath: apcu.config.php
         - name: nextcloud-config
           mountPath: /var/www/html/config/apps.config.php
           subPath: apps.config.php
         - name: nextcloud-config
-          mountPath: /var/www/html/config/helm-metrics.php
-          subPath: helm-metrics.php
+          mountPath: /var/www/html/config/helm-metrics.config.php
+          subPath: helm-metrics.config.php
         - name: nextcloud-config
           mountPath: /var/www/html/config/reverse-proxy.config.php
           subPath: reverse-proxy.config.php
         - name: nextcloud-config
           mountPath: /var/www/html/config/s3.config.php
           subPath: s3.config.php

@renovate renovate Bot force-pushed the renovate/nextcloud-9.x branch from e15493f to e4e14b0 Compare March 13, 2026 16:42
@renovate renovate Bot force-pushed the renovate/nextcloud-9.x branch from e4e14b0 to 0cdd975 Compare March 29, 2026 21:14
@renovate renovate Bot changed the title fix(helm): update chart nextcloud ( 9.0.1 → 9.0.3 ) fix(helm): update chart nextcloud ( 9.0.1 → 9.0.4 ) Mar 29, 2026
@renovate renovate Bot changed the title fix(helm): update chart nextcloud ( 9.0.1 → 9.0.4 ) fix(helm): update chart nextcloud ( 9.0.1 → 9.0.5 ) Apr 9, 2026
@renovate renovate Bot force-pushed the renovate/nextcloud-9.x branch from 0cdd975 to d258dea Compare April 9, 2026 21:30
@renovate renovate Bot force-pushed the renovate/nextcloud-9.x branch from d258dea to 4d2bd68 Compare April 29, 2026 11:06
@renovate renovate Bot changed the title fix(helm): update chart nextcloud ( 9.0.1 → 9.0.5 ) fix(helm): update chart nextcloud ( 9.0.1 → 9.0.6 ) May 2, 2026
@renovate renovate Bot force-pushed the renovate/nextcloud-9.x branch from 4d2bd68 to eb78ef8 Compare May 2, 2026 08:38
@renovate renovate Bot changed the title fix(helm): update chart nextcloud ( 9.0.1 → 9.0.6 ) feat(helm): update chart nextcloud ( 9.0.1 → 9.1.0 ) May 12, 2026
@renovate renovate Bot force-pushed the renovate/nextcloud-9.x branch 2 times, most recently from ddd221b to 468d15d Compare May 18, 2026 19:55
@renovate renovate Bot changed the title feat(helm): update chart nextcloud ( 9.0.1 → 9.1.0 ) feat(helm): update chart nextcloud ( 9.0.1 → 9.1.1 ) Jun 1, 2026
@renovate renovate Bot force-pushed the renovate/nextcloud-9.x branch from 468d15d to 54bffc8 Compare June 1, 2026 04:12
| datasource | package   | from  | to    |
| ---------- | --------- | ----- | ----- |
| helm       | nextcloud | 9.0.1 | 9.1.2 |
@renovate renovate Bot changed the title feat(helm): update chart nextcloud ( 9.0.1 → 9.1.1 ) feat(helm): update chart nextcloud ( 9.0.1 → 9.1.2 ) Jun 4, 2026
@renovate renovate Bot force-pushed the renovate/nextcloud-9.x branch from 54bffc8 to 1a5a71d Compare June 4, 2026 22:53
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