Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 665 Bytes

1.1-1.2.md

File metadata and controls

13 lines (8 loc) · 665 Bytes

v1.1 to 1.2

Kustomize

  • Kustomize v1 support is removed. All kustomize charts are built using the same Kustomize version
  • Kustomize v2.0.3 upgraded to v3.1.0 . We've noticed one backward incompatible change: kubernetes-sigs/kustomize#42 . Starting v2.1.0 namespace prefix feature works with CRD ( which might cause renaming of generated resource definitions)

ConfigMap labels

Argo CD config maps must be annotated with app.kubernetes.io/part-of: argocd label. Make sure to apply updated install.yaml manifest in addition to changing image version.

From here on you can follow the regular upgrade process.