From 562664841826c3a86d3f7729a4b2f9955761f69e Mon Sep 17 00:00:00 2001 From: "Thomas M. Krystyan" Date: Tue, 12 Nov 2024 16:04:35 +0100 Subject: [PATCH 1/2] Update OMC version to 1.12.1 --- notifynl-omc/Chart.yaml | 4 ++-- notifynl-omc/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/notifynl-omc/Chart.yaml b/notifynl-omc/Chart.yaml index ca1af58..f634a87 100644 --- a/notifynl-omc/Chart.yaml +++ b/notifynl-omc/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: notifynl-omc -version: "0.3.38-beta" -appVersion: "1.12.0" +version: "0.3.39-beta" +appVersion: "1.12.1" kubeVersion: ">=1.26.6" description: "Chart to deploy the NotifyNL OMC application." icon: "https://avatars.githubusercontent.com/u/138866112?s=200&v=4" diff --git a/notifynl-omc/values.yaml b/notifynl-omc/values.yaml index 86e158a..dfad6e0 100644 --- a/notifynl-omc/values.yaml +++ b/notifynl-omc/values.yaml @@ -11,7 +11,7 @@ image: registry: "docker.io" repository: "worthnl/notifynl-omc" - tag: "1.12.0" + tag: "1.12.1" fullImage: [] # use this from pipeline, includes registry, repo and tag ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' From 06a6bc6e41c0dc1e33caf8c515b46a3f4659effe Mon Sep 17 00:00:00 2001 From: "Thomas M. Krystyan" Date: Tue, 12 Nov 2024 16:06:31 +0100 Subject: [PATCH 2/2] Update Chart.yaml --- notifynl-omc/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notifynl-omc/Chart.yaml b/notifynl-omc/Chart.yaml index f634a87..d106541 100644 --- a/notifynl-omc/Chart.yaml +++ b/notifynl-omc/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: notifynl-omc -version: "0.3.39-beta" +version: "0.3.40-beta" appVersion: "1.12.1" kubeVersion: ">=1.26.6" description: "Chart to deploy the NotifyNL OMC application."