Open 3Chris opened 12 months ago
This is correct - in a realistic scenario you wouldn't want to rely on the integrated Redis/database solutions anyways, and rather install them externally. However, we will expose the relevant fields from the global values.yml.
Affected Chart
icinga-stack
Which version of the app contains the bug?
No response
Please describe your problem
Hi,
i tried to install the chart in a airgapped setup, but it fails.
In airgapped setup you need to overwrite the repository paths and for icinga2, icingadb and icingaweb it is possible.
--set icinga2.image.repository=/icinga/icinga2
--set icingadb.image.repository=/icinga/icingadb
--set icingaweb.image.repository=/icinga/icingaweb2
but the repository path for redis and mariadb are hardcoded at /templates/internal-databases.yaml and /templates/redis.yaml