helm-swagger-ui
helm-swagger-ui copied to clipboard
Helm Chart for Swagger UI
#### What this PR does / why we need it: This PR upgrades the HorizontalPodAutoscaler so that it will work with kubernetes 1.23+. apiVersion: autoscaling/v2beta2 => apiVersion: autoscaling/v2 #### Which...
This chart is not maintained anymore, feel free to fork it and advertise your fork here so users can find alternatives.
**Describe the bug** ``` PS C:\Users\sas_2\Documents\Developer\talos> helm install swaggerui cetic/swaggerui Error: INSTALLATION FAILED: unable to build kubernetes objects from release manifest: resource mapping not found for name: "swaggerui" namespace: ""...
**What this PR does / why we need it:** This PR adds the "ingressClassName" key to specify the Ingress Controller implementation in the Helm chart. The "className" key in the...
#### What this PR does / why we need it: Adds new variable `pullCommand` that allows for customisation of args command used to pull and parse openapi schema. #### Which...
**Describe the bug** - The "Try it Now" features only work if the ingress endpoint is left as the default `/` value. If you modify it and enable nginx-ingress re-writes,...
**Describe the bug** Chart parameters in readme indicate the default for the nodeP:ort can be set to alternate value: service.nodePort | Port where the service is reachable | 30245 However,...
I see in the [Configuration](https://github.com/cetic/helm-swagger-ui#configuration) documentation that you have support for `swaggerui.jsonUrl`. Which seems to only support OpenAPI Specification in JSON format based on what I'm seeing at https://github.com/cetic/helm-swagger-ui/blob/e46ca44cd1d623aaa8d99acd296baae50586f6aa/templates/deployment.yaml#L37-L41 I...