https://garden.io logo
#🌱|help-and-getting-started
Garden not able to deploy OCI helm repositories
# 🌱|help-and-getting-started
l

lively-actor-89932

04/25/2023, 2:20 PM
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

bright-policeman-43626

04/26/2023, 7:36 AM
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

purple-oyster-28927

04/26/2023, 8:01 AM
I wonder if Garden is not defaulting to skopeo for OCI helm charts.
b

bright-policeman-43626

04/27/2023, 12:03 PM
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

lively-actor-89932

04/27/2023, 12:05 PM
There's apparently one already, I think describes the same issue https://github.com/garden-io/garden/issues/3753
b

bright-policeman-43626

04/27/2023, 12:06 PM
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

big-spring-14945

05/22/2023, 6:05 PM
I'll have a look at this this week, after Bonsai has been released.
b

big-spring-14945

06/06/2023, 11:50 AM
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
19 Views