Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request updates the platform provisioner configuration to standardize on the Traefik ingress controller across recipes and scripts, deprecating the use of NGINX ingress. It also introduces minor enhancements and fixes, including updates to automation scripts, documentation, and Docker image tags.
Ingress Controller Standardization
Changed default ingress controller from NGINX to Traefik in all relevant configuration files and recipes, including variables such as
GUI_CP_INGRESS_CLASSNAME,GUI_TP_INGRESS_CLASS, and related service names and ports. This affects recipes for core, o11y, BW5DM, and base on-prem deployments. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16]Updated related automation scripts and helper functions to default to Traefik, including service name, port, and class name adjustments. [1] [2] [3]
BW5DM and Token Management Improvements
Automation and Settings Enhancements
Documentation and Version Updates
Chart.yamland updated Docker image tags for automation. [1] [2] [3]These changes collectively ensure a consistent ingress setup using Traefik, streamline automation, and improve deployment reliability and documentation.