simplyzee / kube-rclone

kube-rclone is a rclone mount solution for Kubernetes
Apache License 2.0
144 stars 20 forks source link

rclone v1.53.1 not pushed to quay.io #9

Open nylonee opened 3 years ago

nylonee commented 3 years ago

The current helm charts fail because rclone v1.53.1 is not pushed to quay.io: https://quay.io/repository/simplyzee/kube-rclone?tag=v1.53.1&tab=tags

This can be fixed by pushing the image, or changing the repository to Docker hub:

images:
  container:
    repository: rclone/rclone
    tag: 1.53.1
ameeno commented 2 years ago

does this dockerhub image include fuse and ca-certificates?