File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 44# Overrides the image tag whose default is the chart appVersion.
55image :
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)
You can’t perform that action at this time.
0 commit comments