Closed lvarin closed 4 months ago
This pull request improves the route and ingress selection logic in the Helm chart for the trs-filer application and adds an icon to the Chart.yaml file. The changes ensure compatibility with different Kubernetes environments by checking for API version capabilities instead of relying on a cluster type variable.
Files | Changes |
---|---|
deployment/values.yaml deployment/templates/trs-filer-route.yaml |
Improved the route and ingress selection logic by checking for API version capabilities instead of relying on a cluster type variable. |
deployment/Chart.yaml |
Added an icon to the Chart.yaml file and updated the chart version. |
Description
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
Fixes # (issue)
Type of change
Please delete options that are not relevant.
Checklist:
Summary by Sourcery
This pull request enhances the route and ingress selection logic by using API version checks, updates the host name and image source in the deployment values, and adds an icon to the Helm chart metadata.