Skip to content

Commit

Permalink
merge(#1277): updated Cadence web 3.27.0->3.28.1
Browse files Browse the repository at this point in the history
Updated Cadence web 3.27.0->3.28.1
#1277
  • Loading branch information
pregnor authored Aug 2, 2021
2 parents 031c49f + 27d63ac commit d8d883e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cadence/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ Global options overridable per service are marked with an asterisk.
| `web.enabled` | Enable WebUI service | `true` |
| `web.replicaCount` | Number of WebUI service Replicas | `1` |
| `web.image.repository` | WebUI image repository | `ubercadence/web` |
| `web.image.tag` | WebUI image tag | `3.27.0` |
| `web.image.tag` | WebUI image tag | `3.28.1` |
| `web.image.pullPolicy` | WebUI image pull policy | `IfNotPresent` |
| `web.service.annotations` | WebUI service annotations | `{}` |
| `web.service.type` | WebUI service type | `ClusterIP` |
Expand Down
2 changes: 1 addition & 1 deletion cadence/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ web:

image:
repository: ubercadence/web
tag: v3.27.0
tag: v3.28.1
pullPolicy: IfNotPresent

tcheck:
Expand Down

0 comments on commit d8d883e

Please sign in to comment.