hookshot/changelog.d/1013.bugfix
Rhea Danzey 3ec1fa6f21
Helm Chart - Fix missing namespace attributes on resources (#1013)
* 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>
2025-02-17 08:42:33 +00:00

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.