fix(helm-chart): update chart nextcloud to 4.5.1#1478
Merged
Conversation
| datasource | package | from | to | | ---------- | --------- | ----- | ----- | | helm | nextcloud | 4.5.0 | 4.5.1 |
Contributor
Author
--- kubernetes/apps/selfhosted/nextcloud/app Kustomization: flux-system/selfhosted-nextcloud HelmRelease: selfhosted/nextcloud
+++ kubernetes/apps/selfhosted/nextcloud/app Kustomization: flux-system/selfhosted-nextcloud HelmRelease: selfhosted/nextcloud
@@ -9,13 +9,13 @@
spec:
chart: nextcloud
sourceRef:
kind: HelmRepository
name: nextcloud
namespace: flux-system
- version: 4.5.0
+ version: 4.5.1
install:
remediation:
retries: 5
timeout: 20m
interval: 15m
upgrade: |
Contributor
Author
--- kubernetes HelmRelease: selfhosted/nextcloud Deployment: selfhosted/nextcloud
+++ kubernetes HelmRelease: selfhosted/nextcloud Deployment: selfhosted/nextcloud
@@ -191,176 +191,23 @@
- name: nextcloud-phpconfig
mountPath: /usr/local/etc/php-fpm.d/uploadLimit.ini
subPath: uploadLimit.ini
- name: nextcloud-phpconfig
mountPath: /usr/local/etc/php-fpm.d/www.conf
subPath: www.conf
- - name: nextcloud-cron
- image: public.ecr.aws/docker/library/nextcloud:27.1.3-fpm-alpine
- imagePullPolicy: IfNotPresent
- command:
- - /cron.sh
- env:
- - name: POSTGRES_HOST
- valueFrom:
- secretKeyRef:
- name: nextcloud-secret
- key: POSTGRES_HOST
- - name: POSTGRES_DB
- valueFrom:
- secretKeyRef:
- name: nextcloud-secret
- key: POSTGRES_DB
- - name: POSTGRES_USER
- valueFrom:
- secretKeyRef:
- name: nextcloud-secret
- key: POSTGRES_USER
- - name: POSTGRES_PASSWORD
- valueFrom:
- secretKeyRef:
- name: nextcloud-secret
- key: POSTGRES_PASSWORD
- - name: NEXTCLOUD_ADMIN_USER
- valueFrom:
- secretKeyRef:
- name: nextcloud-secret
- key: ADMIN_USER
- - name: NEXTCLOUD_ADMIN_PASSWORD
- valueFrom:
- secretKeyRef:
- name: nextcloud-secret
- key: ADMIN_PASS
- - name: NEXTCLOUD_TRUSTED_DOMAINS
- value: files.${SECRET_DOMAIN}
- - name: NEXTCLOUD_DATA_DIR
- value: /var/www/html/data
- - name: MAIL_FROM_ADDRESS
- value: files
- - name: MAIL_DOMAIN
- value: ${SECRET_DOMAIN}
- - name: SMTP_SECURE
- value: ssl
- - name: SMTP_PORT
- value: '465'
- - name: SMTP_AUTHTYPE
- value: LOGIN
- - name: SMTP_HOST
- valueFrom:
- secretKeyRef:
- name: nextcloud-secret
- key: SMTP_HOST
- - name: SMTP_NAME
- valueFrom:
- secretKeyRef:
- name: nextcloud-secret
- key: SMTP_USERNAME
- - name: SMTP_PASSWORD
- valueFrom:
- secretKeyRef:
- name: nextcloud-secret
- key: SMTP_PASSWORD
- - name: REDIS_HOST
- value: nextcloud-redis-master
- - name: REDIS_HOST_PORT
- value: '6379'
- - name: REDIS_HOST_PASSWORD
- valueFrom:
- secretKeyRef:
- name: nextcloud-secret
- key: REDIS_PASSWORD
- - name: S3_ACCESS_KEY
- valueFrom:
- secretKeyRef:
- key: S3_ACCESS_KEY
- name: nextcloud-secret
- - name: S3_SECRET_KEY
- valueFrom:
- secretKeyRef:
- key: S3_SECRET_KEY
- name: nextcloud-secret
- - name: OIDC_CLIENT_ID
- valueFrom:
- secretKeyRef:
- key: OIDC_CLIENT_ID
- name: nextcloud-secret
- - name: OIDC_CLIENT_PASSWORD
- valueFrom:
- secretKeyRef:
- key: OIDC_CLIENT_PASSWORD
- name: nextcloud-secret
- resources: {}
- volumeMounts:
- - name: nextcloud-main
- mountPath: /var/www/
- subPath: root
- - name: nextcloud-main
- mountPath: /var/www/html
- subPath: html
- - name: nextcloud-main
- mountPath: /var/www/html/data
- subPath: data
- - name: nextcloud-main
- mountPath: /var/www/html/config
- subPath: config
- - name: nextcloud-main
- mountPath: /var/www/html/custom_apps
- subPath: custom_apps
- - name: nextcloud-main
- mountPath: /var/www/tmp
- subPath: tmp
- - name: nextcloud-main
- mountPath: /var/www/html/themes
- subPath: themes
- - name: nextcloud-config
- mountPath: /var/www/html/config/local.config.php
- subPath: local.config.php
- - name: nextcloud-config
- mountPath: /var/www/html/config/s3.config.php
- subPath: s3.config.php
- - name: nextcloud-config
- mountPath: /var/www/html/config/sso.config.php
- subPath: sso.config.php
- - name: nextcloud-config
- mountPath: /var/www/html/config/.htaccess
- subPath: .htaccess
- - name: nextcloud-config
- mountPath: /var/www/html/config/apache-pretty-urls.config.php
- subPath: apache-pretty-urls.config.php
- - name: nextcloud-config
- 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/autoconfig.php
- subPath: autoconfig.php
- - name: nextcloud-config
- mountPath: /var/www/html/config/redis.config.php
- subPath: redis.config.php
- - name: nextcloud-config
- mountPath: /var/www/html/config/smtp.config.php
- subPath: smtp.config.php
- - name: nextcloud-phpconfig
- mountPath: /usr/local/etc/php-fpm.d/uploadLimit.ini
- subPath: uploadLimit.ini
- - name: nextcloud-phpconfig
- mountPath: /usr/local/etc/php-fpm.d/www.conf
- subPath: www.conf
- name: nextcloud-nginx
image: public.ecr.aws/nginx/nginx:1.25.3
imagePullPolicy: IfNotPresent
ports:
- name: http
+ protocol: TCP
containerPort: 80
- protocol: TCP
livenessProbe:
httpGet:
path: /status.php
- port: http
+ port: 80
httpHeaders:
- name: Host
value: files.${SECRET_DOMAIN}
initialDelaySeconds: 5
periodSeconds: 10
timeoutSeconds: 5
@@ -418,12 +265,165 @@
- name: nextcloud-main
mountPath: /var/www/html/themes
subPath: themes
- name: nextcloud-nginx-config
mountPath: /etc/nginx/nginx.conf
subPath: nginx.conf
+ - name: nextcloud-cron
+ image: public.ecr.aws/docker/library/nextcloud:27.1.3-fpm-alpine
+ imagePullPolicy: IfNotPresent
+ command:
+ - /cron.sh
+ env:
+ - name: POSTGRES_HOST
+ valueFrom:
+ secretKeyRef:
+ name: nextcloud-secret
+ key: POSTGRES_HOST
+ - name: POSTGRES_DB
+ valueFrom:
+ secretKeyRef:
+ name: nextcloud-secret
+ key: POSTGRES_DB
+ - name: POSTGRES_USER
+ valueFrom:
+ secretKeyRef:
+ name: nextcloud-secret
+ key: POSTGRES_USER
+ - name: POSTGRES_PASSWORD
+ valueFrom:
+ secretKeyRef:
+ name: nextcloud-secret
+ key: POSTGRES_PASSWORD
+ - name: NEXTCLOUD_ADMIN_USER
+ valueFrom:
+ secretKeyRef:
+ name: nextcloud-secret
+ key: ADMIN_USER
+ - name: NEXTCLOUD_ADMIN_PASSWORD
+ valueFrom:
+ secretKeyRef:
+ name: nextcloud-secret
+ key: ADMIN_PASS
+ - name: NEXTCLOUD_TRUSTED_DOMAINS
+ value: files.${SECRET_DOMAIN}
+ - name: NEXTCLOUD_DATA_DIR
+ value: /var/www/html/data
+ - name: MAIL_FROM_ADDRESS
+ value: files
+ - name: MAIL_DOMAIN
+ value: ${SECRET_DOMAIN}
+ - name: SMTP_SECURE
+ value: ssl
+ - name: SMTP_PORT
+ value: '465'
+ - name: SMTP_AUTHTYPE
+ value: LOGIN
+ - name: SMTP_HOST
+ valueFrom:
+ secretKeyRef:
+ name: nextcloud-secret
+ key: SMTP_HOST
+ - name: SMTP_NAME
+ valueFrom:
+ secretKeyRef:
+ name: nextcloud-secret
+ key: SMTP_USERNAME
+ - name: SMTP_PASSWORD
+ valueFrom:
+ secretKeyRef:
+ name: nextcloud-secret
+ key: SMTP_PASSWORD
+ - name: REDIS_HOST
+ value: nextcloud-redis-master
+ - name: REDIS_HOST_PORT
+ value: '6379'
+ - name: REDIS_HOST_PASSWORD
+ valueFrom:
+ secretKeyRef:
+ name: nextcloud-secret
+ key: REDIS_PASSWORD
+ - name: S3_ACCESS_KEY
+ valueFrom:
+ secretKeyRef:
+ key: S3_ACCESS_KEY
+ name: nextcloud-secret
+ - name: S3_SECRET_KEY
+ valueFrom:
+ secretKeyRef:
+ key: S3_SECRET_KEY
+ name: nextcloud-secret
+ - name: OIDC_CLIENT_ID
+ valueFrom:
+ secretKeyRef:
+ key: OIDC_CLIENT_ID
+ name: nextcloud-secret
+ - name: OIDC_CLIENT_PASSWORD
+ valueFrom:
+ secretKeyRef:
+ key: OIDC_CLIENT_PASSWORD
+ name: nextcloud-secret
+ resources: {}
+ volumeMounts:
+ - name: nextcloud-main
+ mountPath: /var/www/
+ subPath: root
+ - name: nextcloud-main
+ mountPath: /var/www/html
+ subPath: html
+ - name: nextcloud-main
+ mountPath: /var/www/html/data
+ subPath: data
+ - name: nextcloud-main
+ mountPath: /var/www/html/config
+ subPath: config
+ - name: nextcloud-main
+ mountPath: /var/www/html/custom_apps
+ subPath: custom_apps
+ - name: nextcloud-main
+ mountPath: /var/www/tmp
+ subPath: tmp
+ - name: nextcloud-main
+ mountPath: /var/www/html/themes
+ subPath: themes
+ - name: nextcloud-config
+ mountPath: /var/www/html/config/local.config.php
+ subPath: local.config.php
+ - name: nextcloud-config
[Diff truncated by flux-local]
--- kubernetes HelmRelease: selfhosted/nextcloud ConfigMap: selfhosted/nextcloud-config
+++ kubernetes HelmRelease: selfhosted/nextcloud ConfigMap: selfhosted/nextcloud-config
@@ -5,13 +5,14 @@
name: nextcloud-config
labels:
app.kubernetes.io/name: nextcloud
app.kubernetes.io/instance: nextcloud
app.kubernetes.io/managed-by: Helm
data:
- local.config.php: |-
+ local.config.php: |2-
+
<?php
$CONFIG = array (
'trusted_proxies' =>
array (
0 => '127.0.0.1',
1 => '172.16.0.0/16',
@@ -21,13 +22,14 @@
0 => 'HTTP_X_FORWARDED_FOR',
),
'default_phone_region' => 'PL',
'trashbin_retention_obligation' => 'auto, 30',
'auth.bruteforce.protection.enabled' => true,
);
- s3.config.php: |-
+ s3.config.php: |2-
+
<?php
$CONFIG = array (
'objectstore' => array(
'class' => '\\OC\\Files\\ObjectStore\\S3',
'arguments' => array(
'hostname' => 's3.services.${SECRET_DOMAIN}',
@@ -38,13 +40,14 @@
'key' => getenv('S3_ACCESS_KEY'),
'secret' => getenv('S3_SECRET_KEY'),
'use_ssl' => true,
),
),
);
- sso.config.php: |-
+ sso.config.php: |2-
+
<?php
$CONFIG = array (
'allow_user_to_change_display_name' => false,
'lost_password_link' => 'disabled',
'oidc_login_client_id' => getenv('OIDC_CLIENT_ID'),
'oidc_login_client_secret' => getenv('OIDC_CLIENT_PASSWORD'), |
Contributor
Author
🦙 MegaLinter status: ✅ SUCCESS
See detailed report in MegaLinter reports |
ishioni
pushed a commit
that referenced
this pull request
Nov 22, 2023
Co-authored-by: ishioni-bot <116219931+ishioni-bot[bot]@users.noreply.github.com>
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:
4.5.0->4.5.1Release Notes
nextcloud/helm (nextcloud)
v4.5.1Compare 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-4.5.0...nextcloud-4.5.1
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.
This PR has been generated by Renovate Bot.