Skip to content

Commit b29f60b

Browse files
committed
feat(Cadence): updated server 0.21.3->0.22.3
1 parent dbd6eca commit b29f60b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

cadence/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: cadence
22
version: 0.21.3
3-
appVersion: 0.21.3
3+
appVersion: 0.22.3
44
description: Cadence is a distributed, scalable, durable, and highly available orchestration engine to execute asynchronous long-running business logic in a scalable and resilient way.
55
icon: https://raw.githubusercontent.com/uber/cadence-web/master/client/assets/logo.svg
66
apiVersion: v1

cadence/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This chart bootstraps a [Cadence](https://github.com/uber/cadence) and a [Cadenc
1919
## Prerequisites
2020

2121
- Kubernetes 1.7+ with Beta APIs enabled
22-
- Cadence 0.21.0+
22+
- Cadence 0.22.0+
2323

2424

2525
## Installing the Chart
@@ -328,7 +328,7 @@ Global options overridable per service are marked with an asterisk.
328328
| `nameOverride` | Override name of the application | `` |
329329
| `fullnameOverride` | Override full name of the application | `` |
330330
| `server.image.repository` | Server image repository | `ubercadence/server` |
331-
| `server.image.tag` | Server image tag | `0.21.3` |
331+
| `server.image.tag` | Server image tag | `0.22.3` |
332332
| `server.image.pullPolicy` | Server image pull policy | `IfNotPresent` |
333333
| `server.replicaCount`* | Server replica count | `1` |
334334
| `server.metrics.annotations.enabled`* | Annotate pods with Prometheus annotations | `false` |

cadence/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ debug: false
88
server:
99
image:
1010
repository: ubercadence/server
11-
tag: 0.21.3
11+
tag: 0.22.3
1212
pullPolicy: IfNotPresent
1313

1414
# Global default settings (can be overridden per service)

0 commit comments

Comments
 (0)