The latest helm chart version 9.16.0 does not include HTTPRoute template.
The HTTPRoute template was added 19.06.2026, but the chart version was updated last 16.06.2026. Guessing the chart need to be bumped to 9.17.0?
To Reproduce
Steps to reproduce the behavior:
Run the following:
helm template pgadmin4 oci://docker.io/dpage/pgadmin4-helm --version 9.16.0 --set httpRoute.enabled=true | rg "HTTPRoute"
Expected behavior
Should be able to see kind: HTTPRoute
generated by the command.
The latest helm chart version 9.16.0 does not include HTTPRoute template.
The HTTPRoute template was added 19.06.2026, but the chart version was updated last 16.06.2026. Guessing the chart need to be bumped to 9.17.0?
To Reproduce
Steps to reproduce the behavior:
Run the following:
Expected behavior
Should be able to see
kind: HTTPRoutegenerated by the command.