#Maybe I've missed this along the way,
1 messages · Page 1 of 1 (latest)
Is this doc still the current setup? https://archive.docs.dagger.io/0.9/194031/kubernetes/
Introduction
I saw this, but does the dagger team not have a chart repository where they publish their chart?
The docs as shown work for the latest version too.
oci://registry.dagger.io/dagger-helm
That looks like a registry to me. 🙂
You meant registry, not repository, right?
For my setup, I've got ArgoCD managing a bunch of stuff in my cluster(s) and I typically will create a new Chart like this that depends on some other chart. Than I can add other templates to Chart if needed (in Daggers case, that would be a persistent volume).
What version of Helm do you have?
v3
Yeah, exact version.
v3.13.3
Hmm.. Ok. Then OCI support should be working.
It looks like my requets just got 403ed. Is there a different version I should be using?
Not that I know of.
For SnGs, try just oci://registry.dagger.io and see what happens.
Good call. that did it!