Skip to content

Commit

Permalink
increment app version to v1.19.0 (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
vishnu-narayanan authored Aug 18, 2021
1 parent c70de7a commit 2979b82
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/chatwoot/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ sources:
- http://www.chatwoot.com

# This is the chart version.
version: 0.6.0
version: 0.6.1

# This is the application version.
appVersion: "v1.18.2"
appVersion: "v1.19.0"
4 changes: 2 additions & 2 deletions charts/chatwoot/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
# Overrides the image tag whose default is the chart appVersion.
image:
repository: chatwoot/chatwoot
tag: v1.18.2
tag: v1.19.0
pullPolicy: IfNotPresent

web:
replica: 1
worker:
replica: 1
replica: 2

services:
name: chatwoot
Expand Down

0 comments on commit 2979b82

Please sign in to comment.