Skip to content

Commit

Permalink
Merge pull request #9 from orkes-io/update_version
Browse files Browse the repository at this point in the history
Update Chart.yaml and version for orkes-conductor
  • Loading branch information
boney9 authored Dec 6, 2022
2 parents da225e5 + 848eb79 commit 4d84832
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions charts/orkes-conductor-standalone/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion charts/orkes-conductor-standalone/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ service:

image:
repository: orkesio/orkes-conductor-standalone
tag: latest
tag: 2.1.90
pullPolicy: Always
livenessPort: 5000

Expand Down
4 changes: 2 additions & 2 deletions charts/orkes-conductor/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
4 changes: 2 additions & 2 deletions charts/orkes-conductor/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4d84832

Please sign in to comment.