Garden not able to deploy OCI helm repositories
# 🌱|help-and-getting-started
l
Hi, is there any planned work / update for garden to start supporting OCI helm repos? Currently it completely does not work, and bitnami is (slowly but surely) updating their charts to reference OCI charts as dependencies, thus breaking gardens ability to deploy them. The workaround is to simply pin the chart to the version before the dependency upgrade, but even that will eventually stop working once they stop the (old) helm index. e.g. try deploying this without the pinned version
Copy code
yaml
kind: Module
type: helm
name: kafka
include: []
repo: https://charts.bitnami.com/bitnami
chart: kafka
# version: 21.4.6
values:
  maxMessageBytes: "10000000"
  persistence:
    enabled: false
  numPartitions: 10
b
Hey @lively-actor-89932 thanks a lot for reporting this, I'm going to try to reproduce the issue today and will come back with follow up actions!
p
I wonder if Garden is not defaulting to skopeo for OCI helm charts.
b
Hey @lively-actor-89932 ! First of all, thanks a lot for posting this in our Forum, I actually confirmed and reproduced the issue in my local setup. We absolutely love when our community discovers new bugs/features that need to be developed in Garden core and would love to know if you would be open to raise this as a Github Issue so our Core developers can take a look at it? Thanks a lot!
l
There's apparently one already, I think describes the same issue https://github.com/garden-io/garden/issues/3753
b
That is indeed correct, then feel free to just add your thoughts to it, that would be amazing! Thanks a lot for running the investigation yourself!
@big-spring-14945 this is what I was talking about before, seems like we might need to go to v3.8.0.
b
I'll have a look at this this week, after Bonsai has been released.
b
0.12.57
is out with this fix (https://github.com/garden-io/garden/releases/tag/0.12.57)
0.13.1
with this fix, and some more, will also be released soon
22 Views