mirror of
https://github.com/matrix-org/matrix-hookshot.git
synced 2025-03-10 21:19:13 +00:00

* Add missing namespace attribute to resources Signed-off-by: Rhea Danzey <rdanzey@element.io> * Bump chart version to 0.1.16 Signed-off-by: Rhea Danzey <rdanzey@element.io> * Add changelog entry Signed-off-by: Rhea Danzey <rdanzey@element.io> --------- Signed-off-by: Rhea Danzey <rdanzey@element.io>
1 line
516 B
Plaintext
1 line
516 B
Plaintext
Fixed Helm chart templates missing `namespace:` in resource metadata, causing some resources to appear in different namespaces under certain circumstances, specifically deployment scenarios using ArgoCD-deployed Helmfile with a release namespace set for Hookshot differently than the ArgoCD Application's namespace. Most other Helm deployment methods should continue to work as expected with your existing configuration, as the inferred namespace would have resulted in proper resource placement without this change. |