Skip to content

Commit

Permalink
Add Icinga Kubernetes Web
Browse files Browse the repository at this point in the history
This PR adds `Icinga Kubernetes Web` to the image. Note that there's no
release yet for `Icinga Kubernetes Web`. So for releases of the image,
we have to set `MODE` to `snapshot` right before the module gets cloned.
Also note that `MODE` is not reset, so be careful when adding code after
this change.
  • Loading branch information
lippserd committed Feb 22, 2024
1 parent f7bf239 commit e6b53f0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions get-mods.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,3 +92,6 @@ get_mod pdfexport
get_mod reporting
get_mod vspheredb
get_mod x509
# Icinga Kubernetes Web does not yet have a release, but should also be included.
# Be careful when adding code after the following line, as MODE will not be reset.
MODE=${MODE/release/snapshot} get_altname icinga-kubernetes-web kubernetes

0 comments on commit e6b53f0

Please sign in to comment.