Gateway 10.1.00_CR3 introduces new folder permissions that allow files like external java libraries, .properties and healthcheck scripts to be loaded via initContainer. This change updates the optional bootstrap script that moves this configuration from /opt/docker/custom to the correct locations on the Gateway for startup.
Benefits
Further decreased reliance on derived images
Drawbacks
This change currently only benefits Gateway 10.1.00_CR3
Additional information
Checklist
[X] Chart version bumped in Chart.yaml according to semver.
[X] Variables are documented in the README.md
[X] Title of the PR starts with chart name (e.g. [charts/gateway])
[X] If the chart contains a values-production.yaml apart from values.yaml, ensure that you implement the changes in both files
Description of the change
Gateway 10.1.00_CR3 introduces new folder permissions that allow files like external java libraries, .properties and healthcheck scripts to be loaded via initContainer. This change updates the optional bootstrap script that moves this configuration from /opt/docker/custom to the correct locations on the Gateway for startup.
Benefits Further decreased reliance on derived images
Drawbacks This change currently only benefits Gateway 10.1.00_CR3
Additional information
Checklist
Chart.yaml
according to semver.[charts/gateway]
)values-production.yaml
apart fromvalues.yaml
, ensure that you implement the changes in both files