From 2ce8cc5eaf263ec73704c4f76f184e536beb3828 Mon Sep 17 00:00:00 2001 From: Vishnu Narayanan Date: Thu, 21 Nov 2024 12:41:04 +0530 Subject: [PATCH] feat: upgrade charts to chatwoot v3.15.0 (#148) https://github.com/chatwoot/chatwoot/releases/tag/v3.15.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 1526f2e..9e912d3 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.1.17 +version: 1.1.18 # This is the application version. -appVersion: "v3.14.1" +appVersion: "v3.15.0" diff --git a/charts/chatwoot/README.md b/charts/chatwoot/README.md index 915b7db..3d82b99 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) | `v3.14.1` | +| `image.tag` | Chatwoot image tag (immutable tags are recommended) | `v3.15.0` | | `image.pullPolicy` | Chatwoot image pull policy | `IfNotPresent` | diff --git a/charts/chatwoot/values.yaml b/charts/chatwoot/values.yaml index 8c53ee1..5d232c0 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: v3.14.1 + tag: v3.15.0 pullPolicy: IfNotPresent # Set to autoscaling/v2beta2 for older versions of kubernetes that do not have autoscaling/v2 API (pre v1.26)