Skip to content

Commit

Permalink
Merge pull request #41 from Icinga/raise-icinga-web-version
Browse files Browse the repository at this point in the history
Raise `Icinga Web` version to `2.12.1` and `Always` pull image
  • Loading branch information
mocdaniel authored Feb 27, 2024
2 parents e89893e + bdc7711 commit 71883eb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions charts/icinga-stack/charts/icingaweb2/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ maintainers:
- name: Daniel Bodky
email: [email protected]
url: https://github.com/mocdaniel

# A chart can be either an 'application' or a 'library' chart.
#
# Application charts are a collection of templates that can be packaged into versioned archives
Expand All @@ -25,4 +25,4 @@ version: 0.2.0
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "2.11.4"
appVersion: "2.12.1"
4 changes: 2 additions & 2 deletions charts/icinga-stack/charts/icingaweb2/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ enabled: true

image:
repository: icinga/icingaweb2
tag: 2.11.4
pullPolicy: IfNotPresent
tag: 2.12.1
pullPolicy: Always

imagePullSecrets: []

Expand Down
4 changes: 2 additions & 2 deletions charts/icinga-stack/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -365,8 +365,8 @@ icingaweb2:

image:
repository: icinga/icingaweb2
tag: 2.11.4
pullPolicy: IfNotPresent
tag: 2.12.1
pullPolicy: Always

imagePullSecrets: []
nameOverride: ""
Expand Down

0 comments on commit 71883eb

Please sign in to comment.