Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions charts/chatwoot/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ sources:
- http://www.chatwoot.com

# This is the chart version.
version: 2.0.3
version: 2.0.4


# This is the application version.
appVersion: "v4.3.0"
appVersion: "v4.4.0"
2 changes: 1 addition & 1 deletion charts/chatwoot/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) | `v4.3.0` |
| `image.tag` | Chatwoot image tag (immutable tags are recommended) | `v4.4.0` |
| `image.pullPolicy` | Chatwoot image pull policy | `IfNotPresent` |


Expand Down
2 changes: 1 addition & 1 deletion charts/chatwoot/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Overrides the image tag whose default is the chart appVersion.
image:
repository: chatwoot/chatwoot
tag: v4.3.0
tag: v4.4.0
pullPolicy: IfNotPresent

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