diff --git a/charts/chatwoot/Chart.yaml b/charts/chatwoot/Chart.yaml index c253b1f..27f39e4 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.11 +version: 1.1.12 # This is the application version. -appVersion: "v3.9.0" +appVersion: "v3.10.0" diff --git a/charts/chatwoot/README.md b/charts/chatwoot/README.md index ffbf829..b0a9fe3 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.9.0` | +| `image.tag` | Chatwoot image tag (immutable tags are recommended) | `v3.10.0` | | `image.pullPolicy` | Chatwoot image pull policy | `IfNotPresent` | diff --git a/charts/chatwoot/values.yaml b/charts/chatwoot/values.yaml index 9616f95..340ba4e 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.9.0 + tag: v3.10.0 pullPolicy: IfNotPresent # Set to autoscaling/v2beta2 for older versions of kubernetes that do not have autoscaling/v2 API (pre v1.26)