From 481bd7412507aeb8e5226dfc7805e5005345ae3c Mon Sep 17 00:00:00 2001
From: Vishnu Narayanan <vishnu@chatwoot.com>
Date: Wed, 18 Jan 2023 23:31:00 +0530
Subject: [PATCH] feat: upgrade charts to chatwoot v2.13.0 (#92)

https://github.com/chatwoot/chatwoot/releases/tag/v2.13.0
---
 charts/chatwoot/Chart.yaml  | 4 ++--
 charts/chatwoot/README.md   | 2 +-
 charts/chatwoot/values.yaml | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/charts/chatwoot/Chart.yaml b/charts/chatwoot/Chart.yaml
index df9c2da..6e64b74 100644
--- a/charts/chatwoot/Chart.yaml
+++ b/charts/chatwoot/Chart.yaml
@@ -31,7 +31,7 @@ sources:
   - http://www.chatwoot.com
 
 # This is the chart version.
-version: 1.0.11
+version: 1.0.13
 
 # This is the application version.
-appVersion: "v2.12.0"
+appVersion: "v2.13.0"
diff --git a/charts/chatwoot/README.md b/charts/chatwoot/README.md
index e60468b..68c6834 100644
--- a/charts/chatwoot/README.md
+++ b/charts/chatwoot/README.md
@@ -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.12.0`              |
+| `image.tag`         | Chatwoot image tag (immutable tags are recommended) | `v2.13.0`              |
 | `image.pullPolicy`  | Chatwoot image pull policy                          | `IfNotPresent`         |
 
  
diff --git a/charts/chatwoot/values.yaml b/charts/chatwoot/values.yaml
index db7f759..a6e87d3 100644
--- a/charts/chatwoot/values.yaml
+++ b/charts/chatwoot/values.yaml
@@ -4,7 +4,7 @@
 # Overrides the image tag whose default is the chart appVersion.
 image:
   repository: chatwoot/chatwoot
-  tag: v2.12.0
+  tag: v2.13.0
   pullPolicy: IfNotPresent
 
 web: