Icinga / helm-charts

Kubernetes Helm charts to deploy a ready-to-use Icinga monitoring stack.
https://icinga.com
Apache License 2.0
8 stars 11 forks source link

[Bug]: Installation fails in airgapped setup #34

Open 3Chris opened 9 months ago

3Chris commented 9 months ago

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

mocdaniel commented 9 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.