diff --git a/charts/icinga-stack/Chart.yaml b/charts/icinga-stack/Chart.yaml index f9bdccd..74a3eb5 100644 --- a/charts/icinga-stack/Chart.yaml +++ b/charts/icinga-stack/Chart.yaml @@ -24,10 +24,10 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.4.0 +version: 0.5.0 # This is the version number of the application being deployed. This version number should be # 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: "0.4.0" +appVersion: "0.5.0" diff --git a/charts/icinga-stack/charts/icinga-kubernetes/Chart.yaml b/charts/icinga-stack/charts/icinga-kubernetes/Chart.yaml index 713c2b4..c81c571 100644 --- a/charts/icinga-stack/charts/icinga-kubernetes/Chart.yaml +++ b/charts/icinga-stack/charts/icinga-kubernetes/Chart.yaml @@ -12,5 +12,5 @@ maintainers: url: https://icinga.com type: application -version: 0.2.0 +version: 0.3.0 appVersion: "0.2.0" diff --git a/charts/icinga-stack/charts/icinga2/Chart.yaml b/charts/icinga-stack/charts/icinga2/Chart.yaml index 6284d4d..307ca09 100644 --- a/charts/icinga-stack/charts/icinga2/Chart.yaml +++ b/charts/icinga-stack/charts/icinga2/Chart.yaml @@ -19,10 +19,10 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.3.0 +version: 0.4.0 # This is the version number of the application being deployed. This version number should be # 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.13.7" +appVersion: "2.13.10" diff --git a/charts/icinga-stack/charts/icinga2/values.yaml b/charts/icinga-stack/charts/icinga2/values.yaml index efcb22c..c1118dc 100644 --- a/charts/icinga-stack/charts/icinga2/values.yaml +++ b/charts/icinga-stack/charts/icinga2/values.yaml @@ -1,6 +1,6 @@ image: repository: icinga/icinga2 - tag: 2.13.7 + tag: 2.13.10 pullPolicy: IfNotPresent imagePullSecrets: [] diff --git a/charts/icinga-stack/values.yaml b/charts/icinga-stack/values.yaml index dd5708a..15d8bb2 100644 --- a/charts/icinga-stack/values.yaml +++ b/charts/icinga-stack/values.yaml @@ -1,7 +1,7 @@ icinga2: image: repository: icinga/icinga2 - tag: 2.13.7 + tag: 2.13.10 pullPolicy: IfNotPresent imagePullSecrets: []