diff --git a/notifynl-omc/Chart.yaml b/notifynl-omc/Chart.yaml index 0a38e16..638a3a4 100644 --- a/notifynl-omc/Chart.yaml +++ b/notifynl-omc/Chart.yaml @@ -1,15 +1,15 @@ apiVersion: v2 name: notifynl-omc -version: "0.3.43-beta" -appVersion: "1.12.4" +version: "0.3.44-beta" +appVersion: "1.13.0" kubeVersion: ">=1.26.6" description: "Chart to deploy the NotifyNL OMC application." icon: "https://avatars.githubusercontent.com/u/138866112?s=200&v=4" maintainers: - name: "Pier-Angelo Gaetani" email: "pgaetani@worth.systems" - - name: "Thomas M. Krystyan" - email: "tkrystyan@worth.systems" + - name: "Thomas J. Eelvelt" + email: "teelvelt@worth.systems" type: application keywords: - "notifynl" diff --git a/notifynl-omc/values.yaml b/notifynl-omc/values.yaml index dc09f5d..302b6de 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.4" + tag: "1.13.0" 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'