uselagoon / lagoon-charts

A collection of Helm charts for Lagoon and associated services.
Apache License 2.0
11 stars 10 forks source link

Bump remote-controller to version 0.13.0 #579

Closed shreddedbacon closed 1 year ago

shreddedbacon commented 1 year ago

This bumps the remote-controller to version 0.13.0 which has a number of changes. One is the ability to now inject some additional variables into builds that are prefixed with LAGOON_CONFIG_. These are to deprecate the existing TASK_API/TASK_SSH prefixed variables.

As such, this chart also needs to be updated to stage the deprecation of those variables. By default if anyone has already defined the taskAPI/taskSSH values, these will be consumed. But if a user chooses to do so, they can define the new values of lagoonAPIHost, lagoonTokenHost/Port and sshPortalHost/Port to point to the new services that will eventually replace the legacy SSH service in Lagoon.