github.com/argoproj/argo-cd@v1.8.7/docs/operator-manual/upgrading/1.1-1.2.md (about)

     1  # v1.1 to 1.2
     2  
     3  ## Kustomize
     4  - Kustomize v1 support is removed. All kustomize charts are built using the same Kustomize version
     5  - Kustomize v2.0.3 upgraded to v3.1.0 . We've noticed one backward incompatible change: https://github.com/kubernetes-sigs/kustomize/issues/42 . Starting v2.1.0 namespace prefix feature works with CRD ( which might cause renaming of generated resource definitions)
     6  
     7  
     8  ## ConfigMap labels
     9  
    10  Argo CD config maps must be annotated with `app.kubernetes.io/part-of: argocd` label. Make sure to apply updated
    11  `install.yaml` manifest in addition to changing image version.
    12  
    13  From here on you can follow the [regular upgrade process](./overview.md).