utkuozdemir / helm-charts

Helm Chart Repository
MIT License
41 stars 14 forks source link

Add possibility to mount hostpath to rootdir #6

Closed armandleopold closed 2 years ago

armandleopold commented 2 years ago

Hello i need to apply this configuration :

        - name: rootdir
          hostPath:
            path: /var/data
            type: Directory

I had to fetch the helm and install locally, possible to integrate this feature ?

utkuozdemir commented 2 years ago

@armandleopold you mean filebrowser chart right? it can be done, I'll look into it.

utkuozdemir commented 2 years ago

I have released filebrowser chart version 0.2.0 that addresses your requests.

Please see the changes in the values.yaml - you will have to change values starting with persistence.* to the new values, starting with db.* and rootDir.*.

Let me know if it addressed your needs.

armandleopold commented 2 years ago

Thanks @utkuozdemir ! Will look at it ASAP.

armandleopold commented 2 years ago

Hello i have check but am unable to apply new release as i upgraded my cluster to k3s v1.22.0 You may need to edit ingress constructor check :

https://github.com/Kong/charts/pull/446#issuecomment-944220708

armandleopold commented 2 years ago

I rolled back to v1.21.5 and it worked ! Thanks !

utkuozdemir commented 2 years ago

Good to hear :) I will update ingresses to support 1.22 when I find some time.