Skip to content

Commit

Permalink
icinga-stack: Always pull image for Icinga Web
Browse files Browse the repository at this point in the history
Although the `Icinga Web` image tags are coupled to release tags,
several modules are included. We rebuild the image using the same latest
release tag when modules get new release, so the image needs to be
pulled again in such cases. Updates to the base image (OS) are also
pushed using the same tags. This does not only apply to this image, so
the pull policy for all other images should also be reconsidered.
  • Loading branch information
lippserd committed Feb 23, 2024
1 parent 3026f0d commit f62f904
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/icinga-stack/charts/icingaweb2/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ enabled: true
image:
repository: icinga/icingaweb2
tag: 2.12.1
pullPolicy: IfNotPresent
pullPolicy: Always

imagePullSecrets: []

Expand Down
2 changes: 1 addition & 1 deletion charts/icinga-stack/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ icingaweb2:
image:
repository: icinga/icingaweb2
tag: 2.12.1
pullPolicy: IfNotPresent
pullPolicy: Always

imagePullSecrets: []
nameOverride: ""
Expand Down

0 comments on commit f62f904

Please sign in to comment.