From 8012dff8a91c0253fc2ca5df4c2334c656c8f1f6 Mon Sep 17 00:00:00 2001 From: "Thomas M. Krystyan" Date: Tue, 3 Sep 2024 13:34:42 +0200 Subject: [PATCH] Update OMC to v.1.8.8 --- 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 3dbcce0..48e46b6 100644 --- a/notifynl-omc/Chart.yaml +++ b/notifynl-omc/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: notifynl-omc -version: "0.3.16-beta" -appVersion: "1.8.7" +version: "0.3.17-beta" +appVersion: "1.8.8" 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 d9d8dd9..a340189 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.8.7" + tag: "1.8.8" 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'