helm / community

Helm community content
https://helm.sh
417 stars 175 forks source link

Flux v2 | helm is not supporting helmrelease.helm.toolkit.fluxcd.io/v2 #319

Open rohit6261 opened 10 months ago

rohit6261 commented 10 months ago

We used Azure Flux extension to install Flux v2 in AKS. Also changed apiVersion to helmrelease.helm.toolkit.fluxcd.io/v2 in helm release file. When try to deploy this helmrelease file it is throwing error: "install CDR first". Below is our sample yaml. Any help here,

apiVersion: helmrelease.helm.toolkit.fluxcd.io/v2 kind: HelmRelease metadata: name: nginx spec: releaseName: nginx

gjenkins8 commented 8 months ago

Issues regarding Helm usage are best posted over on the helm software repo https://github.com/helm/helm. Please repost there. Thanks!