diff --git a/notifynl-omc/Chart.yaml b/notifynl-omc/Chart.yaml index 494060b..5479e05 100644 --- a/notifynl-omc/Chart.yaml +++ b/notifynl-omc/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: notifynl-omc -version: "0.3.33-beta" -appVersion: "1.10.5" +version: "0.3.34-beta" +appVersion: "1.11.0" 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 5b41b53..275a9fd 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.10.5" + tag: "1.11.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'