Skip to content

Commit

Permalink
feat: update charts to chatwoot v2.6.0 (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
vishnu-narayanan authored Jun 17, 2022
1 parent 13ec636 commit 0cf8b4e
Show file tree
Hide file tree
Showing 3 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.8.6
version: 0.8.7

# This is the application version.
appVersion: "v2.5.0"
appVersion: "v2.6.0"
2 changes: 1 addition & 1 deletion charts/chatwoot/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ The command removes all the Kubernetes components associated with the chart and
| Name | Description | Value |
| ------------------- | ---------------------------------------------------- | --------------------- |
| `image.repository` | Chatwoot image repository | `chatwoot/chatwoot` |
| `image.tag` | Chatwoot image tag (immutable tags are recommended) | `v2.5.0` |
| `image.tag` | Chatwoot image tag (immutable tags are recommended) | `v2.6.0` |
| `image.pullPolicy` | Chatwoot image pull policy | `IfNotPresent` |


Expand Down
2 changes: 1 addition & 1 deletion charts/chatwoot/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Overrides the image tag whose default is the chart appVersion.
image:
repository: chatwoot/chatwoot
tag: v2.5.0
tag: v2.6.0
pullPolicy: IfNotPresent

web:
Expand Down

0 comments on commit 0cf8b4e

Please sign in to comment.