Giter VIP home page Giter VIP logo

Comments (7)

acidicX avatar acidicX commented on August 9, 2024 2

@jessebot thanks for the fast reaction, I can confirm that the workaround (nextcloud.defaultConfigs.s3.config.php=false) works for me :) I've been able to upgrade and everything seems to work fine.

from helm.

acidicX avatar acidicX commented on August 9, 2024 1

@provokateurin thanks for the quick response, I can try to open a PR but I'm no expert in helm charts and I can't test the change locally at the moment.

from helm.

jessebot avatar jessebot commented on August 9, 2024 1

🙇 sorry about that, @acidicX!

I actually submitted nextcloud/docker#2271 upstream for these changes, but I'll submit one here as well now!

from helm.

provokateurin avatar provokateurin commented on August 9, 2024

Sorry for this breaking change :/ I think your config should continue to work fine by just renaming the config file.
Could you open a PR for the uploadPartSize so that it is present and allows you to switch to the new configs?

from helm.

jessebot avatar jessebot commented on August 9, 2024

In the meantime, you should be able to disable the default config being deployed by setting nextcloud.defaultConfigs.s3.config.php=false, or via values.yaml:

nextcloud:
  defaultConfigs:
    s3.config.php: false

Can you confirm if this works? Because if that doesn't work either, we should also try to fix that. Sorry again for the inconvenience regardless 🙏

from helm.

jessebot avatar jessebot commented on August 9, 2024

Sorry for the rapid updates, but if #614 gets merged, it will close this Issue automatically. That doesn't mean we can't still help you if other things are still broken here though, so please just let us know if that's the case and we can reopen this issue for you if it gets closed 🙏

Update: We're going to wait till nextcloud/docker reviews/merges our upstream PR, nextcloud/docker#2271 before merging #614

from helm.

MaksonHerson avatar MaksonHerson commented on August 9, 2024

Hello @jessebot , @acidicX !
I got the same trouble with already defined mapping key for s3.config.php file.
I used:

nextcloud:
  defaultConfigs:
    s3.config.php: false

and it does not work for me. I try for 5.4.0 and 5.5.2 chart versions.

I was able to fix it with renaming my s3 config file to:

configs:
        s33.config.php:

Unfortunately it steel needs to be fix. :(

Essential part of my helmrelease file:

    defaultConfigs:
      s3.config.php: false
      swift.config.php: false
    objectStore:
      s3:
        enabled: true
        ssl: true
        port: ***
        region: ***
        usePathStyle: true
        autoCreate: true
        existingSecret: nextcloud-values
        secretKeys:
          host: hostname
          accessKey: key
          secretKey: secret
          bucket: bucket

from helm.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.