Skip to content

Commit c4564bd

Browse files
authored
Bump Cadence-Server v1.3.6 (#56)
Signed-off-by: CosminL-DEV <[email protected]>
1 parent bffbada commit c4564bd

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

charts/cadence/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: cadence
3-
version: 1.0.7
3+
version: 1.0.8
44
appVersion: v1.3.5
55

66
description: |

charts/cadence/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# cadence
22

3-
![Version: 1.0.7](https://img.shields.io/badge/Version-1.0.7-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.3.5](https://img.shields.io/badge/AppVersion-v1.3.5-informational?style=flat-square)
3+
![Version: 1.0.8](https://img.shields.io/badge/Version-1.0.8-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.3.5](https://img.shields.io/badge/AppVersion-v1.3.5-informational?style=flat-square)
44

55
Cadence is a distributed, scalable, durable, and highly available orchestration engine
66
to execute asynchronous long-running business logic in a scalable and resilient way.
@@ -250,7 +250,7 @@ This chart deploys Uber Cadence server components and web UI.
250250
| global.affinity | object | `{}` | Global affinity rules |
251251
| global.containerSecurityContext | object | `{}` | Global container security context |
252252
| global.env | list | `[]` | Global environment variables (shared only by Cadence Server services [frontend, worker, matching and history]) |
253-
| global.image | object | `{"pullPolicy":"IfNotPresent","repository":"docker.io/ubercadence/server","tag":"v1.3.5"}` | Global image configuration (shared only by Cadence Server services [frontend, worker, matching and history]) |
253+
| global.image | object | `{"pullPolicy":"IfNotPresent","repository":"docker.io/ubercadence/server","tag":"v1.3.6"}` | Global image configuration (shared only by Cadence Server services [frontend, worker, matching and history]) |
254254
| global.imagePullSecrets | list | `[]` | Image pull secrets for private registries |
255255
| global.log | object | `{"level":"info","stdout":true}` | Global logging configuration (shared only by Cadence Server services [frontend, worker, matching and history]) |
256256
| global.log.level | string | `"info"` | Logging level (debug, info, warn, error) |

charts/cadence/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ global:
88
# -- Global image configuration (shared only by Cadence Server services [frontend, worker, matching and history])
99
image:
1010
repository: "docker.io/ubercadence/server"
11-
tag: "v1.3.5"
11+
tag: "v1.3.6"
1212
pullPolicy: IfNotPresent
1313

1414
# -- Image pull secrets for private registries

0 commit comments

Comments
 (0)