From 6e1cb4dd0a3e6d713890dd05a3dcaa44b09df3de Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Tue, 12 Nov 2024 09:36:18 +0100 Subject: [PATCH 1/4] `icinga-stack`: Raise `Icinga 2` image version to `2.13.10` --- charts/icinga-stack/charts/icinga2/Chart.yaml | 2 +- charts/icinga-stack/charts/icinga2/values.yaml | 2 +- charts/icinga-stack/values.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/icinga-stack/charts/icinga2/Chart.yaml b/charts/icinga-stack/charts/icinga2/Chart.yaml index 6284d4d..7e3b0fe 100644 --- a/charts/icinga-stack/charts/icinga2/Chart.yaml +++ b/charts/icinga-stack/charts/icinga2/Chart.yaml @@ -25,4 +25,4 @@ version: 0.3.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.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: [] From f7ad6600df47a7a0f68d306bd12c58e0f5f1dd57 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Tue, 12 Nov 2024 09:53:21 +0100 Subject: [PATCH 2/4] `icinga-stack`: Raise `Icinga 2` chart version to `0.4.0` --- charts/icinga-stack/charts/icinga2/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/icinga-stack/charts/icinga2/Chart.yaml b/charts/icinga-stack/charts/icinga2/Chart.yaml index 7e3b0fe..307ca09 100644 --- a/charts/icinga-stack/charts/icinga2/Chart.yaml +++ b/charts/icinga-stack/charts/icinga2/Chart.yaml @@ -19,7 +19,7 @@ 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 From e6e0da8320ea68dd5412122518b37694c076420b Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Tue, 12 Nov 2024 10:05:45 +0100 Subject: [PATCH 3/4] `icinga-stack`: Raise `Icinga for Kubernetes` chart version to `0.3.0` --- charts/icinga-stack/charts/icinga-kubernetes/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" From 06471a0bb6fae19deef48f1932cc6322f6c9904c Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Tue, 12 Nov 2024 12:44:56 +0100 Subject: [PATCH 4/4] `icinga-stack`: Raise chart version to `0.5.0` --- charts/icinga-stack/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"