Skip to content

Commit d407cf2

Browse files
feat: upgrade charts to chatwoot v4.3.0
1 parent a17c532 commit d407cf2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

charts/chatwoot/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ sources:
3131
- http://www.chatwoot.com
3232

3333
# This is the chart version.
34-
version: 2.0.2
34+
version: 2.0.3
3535

3636

3737
# This is the application version.
38-
appVersion: "v4.2.0"
38+
appVersion: "v4.3.0"

charts/chatwoot/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ The command removes all the Kubernetes components associated with the chart and
4949
| Name | Description | Value |
5050
| ------------------- | ---------------------------------------------------- | --------------------- |
5151
| `image.repository` | Chatwoot image repository | `chatwoot/chatwoot` |
52-
| `image.tag` | Chatwoot image tag (immutable tags are recommended) | `v4.2.0` |
52+
| `image.tag` | Chatwoot image tag (immutable tags are recommended) | `v4.3.0` |
5353
| `image.pullPolicy` | Chatwoot image pull policy | `IfNotPresent` |
5454

5555

charts/chatwoot/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Overrides the image tag whose default is the chart appVersion.
55
image:
66
repository: chatwoot/chatwoot
7-
tag: v4.2.0
7+
tag: v4.3.0
88
pullPolicy: IfNotPresent
99

1010
# Set to autoscaling/v2beta2 for older versions of kubernetes that do not have autoscaling/v2 API (pre v1.26)

0 commit comments

Comments
 (0)