diff --git a/charts/orkes-conductor-standalone/Chart.yaml b/charts/orkes-conductor-standalone/Chart.yaml index cfb6ef3..fb3ea91 100644 --- a/charts/orkes-conductor-standalone/Chart.yaml +++ b/charts/orkes-conductor-standalone/Chart.yaml @@ -7,5 +7,5 @@ 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: 2.2.91 -appVersion: "2.1.89" +version: 2.2.92 +appVersion: "2.1.90" diff --git a/charts/orkes-conductor-standalone/values.yaml b/charts/orkes-conductor-standalone/values.yaml index ae42d25..cfb87e1 100644 --- a/charts/orkes-conductor-standalone/values.yaml +++ b/charts/orkes-conductor-standalone/values.yaml @@ -5,7 +5,7 @@ service: image: repository: orkesio/orkes-conductor-standalone - tag: latest + tag: 2.1.90 pullPolicy: Always livenessPort: 5000 diff --git a/charts/orkes-conductor/Chart.yaml b/charts/orkes-conductor/Chart.yaml index e86d3da..7cd3b28 100644 --- a/charts/orkes-conductor/Chart.yaml +++ b/charts/orkes-conductor/Chart.yaml @@ -4,5 +4,5 @@ description: Helm Chart for Deploying Orkes Conductor type: application -version: 2.2.91 -appVersion: "2.1.89" +version: 2.2.92 +appVersion: "2.1.90" diff --git a/charts/orkes-conductor/values.yaml b/charts/orkes-conductor/values.yaml index 9483532..402e369 100644 --- a/charts/orkes-conductor/values.yaml +++ b/charts/orkes-conductor/values.yaml @@ -6,13 +6,13 @@ service: image: repository: orkesio/orkes-conductor-server - tag: 2.1.89 + tag: 2.1.90 pullPolicy: Always livenessPort: 5000 workerImage: repository: orkesio/orkes-conductor-workers - tag: 2.1.89 + tag: 2.1.90 pullPolicy: Always app: