Skip to content

v1.4.4

Choose a tag to compare

@github-actions github-actions released this 15 Jul 19:56
· 79 commits to main since this release
86bd6ff

Fixed

  • Argo CD notifications duplicate-resource fix: the vendored install manifest ships empty stub ConfigMap/Secret resources for argocd-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: delete inside core/'s own kustomization.yaml to remove the stub resources without modifying the vendor file.

Changelog

Full details: CHANGELOG.md on main