Fix error on argocd-apps, since the upsream now use maps instead of list for applicationsets:
╷
│ Error: unable to decode "": json: cannot unmarshal number into Go struct field ObjectMeta.metadata.name of type string
│
│ with helm_release.argocd-apps[0],
│ on argocd.tf line 28, in resource "helm_release" "argocd-apps":
│ 28: resource "helm_release" "argocd-apps" {
@claudusd Hi, I set a backward compatible version on argocd_apps_version so it should not break existing clusters, and allow compatibility with argocd apps v2+
Fix error on argocd-apps, since the upsream now use maps instead of list for applicationsets:
See https://github.com/argoproj/argo-helm/commit/237493a4ab1478a0c33cb1253767f65ce4ec007c
Pin argocd apps version to terraform.tfvars