feat(helm): update chart nextcloud ( 9.0.1 → 9.1.2 )#2871
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
--- 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: |
f2713d6 to
e15493f
Compare
--- 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 |
e15493f to
e4e14b0
Compare
e4e14b0 to
0cdd975
Compare
0cdd975 to
d258dea
Compare
d258dea to
4d2bd68
Compare
4d2bd68 to
eb78ef8
Compare
ddd221b to
468d15d
Compare
468d15d to
54bffc8
Compare
| datasource | package | from | to | | ---------- | --------- | ----- | ----- | | helm | nextcloud | 9.0.1 | 9.1.2 |
54bffc8 to
1a5a71d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
9.0.1→9.1.2Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
nextcloud/helm (nextcloud)
v9.1.2Compare 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.1Compare 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.0Compare 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.6Compare 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.5Compare 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.4Compare 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.3Compare 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.2Compare 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)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.