Skip to content

Commit

Permalink
feat(Cadence): updaded server 0.23.1->0.23.2
Browse files Browse the repository at this point in the history
  • Loading branch information
akijakya committed Dec 3, 2021
1 parent 9cc8579 commit a1834e7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cadence/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: cadence
version: 0.23.0
appVersion: 0.23.1
appVersion: 0.23.2
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.
icon: https://raw.githubusercontent.com/uber/cadence-web/master/client/assets/logo.svg
apiVersion: v1
Expand Down
2 changes: 1 addition & 1 deletion cadence/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ Global options overridable per service are marked with an asterisk.
| `nameOverride` | Override name of the application | `` |
| `fullnameOverride` | Override full name of the application | `` |
| `server.image.repository` | Server image repository | `ubercadence/server` |
| `server.image.tag` | Server image tag | `0.23.1` |
| `server.image.tag` | Server image tag | `0.23.2` |
| `server.image.pullPolicy` | Server image pull policy | `IfNotPresent` |
| `server.replicaCount`* | Server replica count | `1` |
| `server.metrics.annotations.enabled`* | Annotate pods with Prometheus annotations | `false` |
Expand Down
2 changes: 1 addition & 1 deletion cadence/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ debug: false
server:
image:
repository: ubercadence/server
tag: 0.23.1
tag: 0.23.2
pullPolicy: IfNotPresent

# Global default settings (can be overridden per service)
Expand Down

0 comments on commit a1834e7

Please sign in to comment.