Missing Configuration for Internal-Frontend Feature in Temporal Helm-Chart

In order to enable SSO Authentication and Authorization in Temporal UI, we configured the temporal-server to use JWT Claim Mapper.
We confirmed that it works well in the Temporal UI.

However, we are experiencing authentication and authorization failures in the worker during the frontend service connection process because there is no JWT token.
We would like the worker to run without permission verification within the same VPC.

We discovered that internal-frontend feature was added in v1.20.0 for this issue.We noticed that the internal-frontend configuration is missing in the helm-chart.

Do you have any plans to add this feature in helm-chart repository?