v1.4.4
Fixed
- Argo CD notifications duplicate-resource fix: the vendored install manifest ships empty stub
ConfigMap/Secretresources forargocd-notifications-cm/argocd-notifications-secret. Kustomize does not dedupe resources pulled in from independent sub-bases, so these stubs collided with the real ones. Added a$patch: deleteinsidecore/'s ownkustomization.yamlto remove the stub resources without modifying the vendor file.
Changelog
Full details: CHANGELOG.md on main