Skip to content

Commit 88ca9b6

Browse files
authored
Bump Web v4.0.11 (#60)
Signed-off-by: CosminL-DEV <[email protected]>
1 parent aec6f83 commit 88ca9b6

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

charts/cadence/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
name: cadence
3-
version: 1.0.9
4-
appVersion: v1.3.5
3+
version: 1.0.10
4+
appVersion: v1.3.6
55

66
description: |
77
Cadence is a distributed, scalable, durable, and highly available orchestration engine

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.9](https://img.shields.io/badge/Version-1.0.9-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.10](https://img.shields.io/badge/Version-1.0.10-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.3.6](https://img.shields.io/badge/AppVersion-v1.3.6-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.
@@ -403,7 +403,7 @@ This chart deploys Uber Cadence server components and web UI.
403403
| web.busybox | object | `{"enabled":true,"image":{"imagePullSecrets":[],"pullPolicy":"IfNotPresent","repository":"busybox","tag":"latest"}}` | Image configuration for BusyBox to check frontend service |
404404
| web.containerSecurityContext | object | `{}` | Container security context (inherits from global if not specified) |
405405
| web.env | list | `[{"name":"CADENCE_WEB_PORT","value":"8088"}]` | Environment variables for web UI |
406-
| web.image | object | `{"imagePullSecrets":[],"pullPolicy":"IfNotPresent","repository":"docker.io/ubercadence/web","tag":"v4.0.10"}` | Image configuration for Web UI |
406+
| web.image | object | `{"imagePullSecrets":[],"pullPolicy":"IfNotPresent","repository":"docker.io/ubercadence/web","tag":"v4.0.11"}` | Image configuration for Web UI |
407407
| web.ingress.annotations | object | `{}` | Ingress annotations |
408408
| web.ingress.className | string | `""` | Ingress class name |
409409
| web.ingress.enabled | bool | `false` | Enable ingress |

charts/cadence/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ web:
446446
# -- Image configuration for Web UI
447447
image:
448448
repository: "docker.io/ubercadence/web"
449-
tag: "v4.0.10"
449+
tag: "v4.0.11"
450450
pullPolicy: IfNotPresent
451451
imagePullSecrets: []
452452
# - name: myregistrykey

0 commit comments

Comments
 (0)