Skip to content

fix(helm-chart): update chart nextcloud to 4.5.1#1478

Merged
ishioni merged 1 commit intomasterfrom
renovate/nextcloud-4.x
Nov 18, 2023
Merged

fix(helm-chart): update chart nextcloud to 4.5.1#1478
ishioni merged 1 commit intomasterfrom
renovate/nextcloud-4.x

Conversation

@ishioni-bot
Copy link
Copy Markdown
Contributor

@ishioni-bot ishioni-bot bot commented Nov 18, 2023

This PR contains the following updates:

Package Update Change
nextcloud (source) patch 4.5.0 -> 4.5.1

Release Notes

nextcloud/helm (nextcloud)

v4.5.1

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


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

| datasource | package   | from  | to    |
| ---------- | --------- | ----- | ----- |
| helm       | nextcloud | 4.5.0 | 4.5.1 |
@ishioni-bot ishioni-bot bot requested a review from ishioni as a code owner November 18, 2023 19:03
@ishioni-bot ishioni-bot bot added dep/patch renovate/helm size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. area/kubernetes Changes made in the kubernetes directory labels Nov 18, 2023
@ishioni-bot
Copy link
Copy Markdown
Contributor Author

ishioni-bot bot commented Nov 18, 2023

--- 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:

@ishioni-bot
Copy link
Copy Markdown
Contributor Author

ishioni-bot bot commented Nov 18, 2023

--- 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'),

@ishioni-bot
Copy link
Copy Markdown
Contributor Author

ishioni-bot bot commented Nov 18, 2023

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ REPOSITORY git_diff yes no 0.02s
✅ REPOSITORY secretlint yes no 1.53s
✅ YAML prettier 1 0 0.41s
✅ YAML yamllint 1 0 0.26s

See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

@ishioni ishioni merged commit 8ab1473 into master Nov 18, 2023
@ishioni ishioni deleted the renovate/nextcloud-4.x branch November 18, 2023 22:22
ishioni added a commit that referenced this pull request Nov 18, 2023
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>
ishioni added a commit that referenced this pull request Nov 22, 2023
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/helm size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant