Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
vishnu-narayanan authored Jan 20, 2025
2 parents 235bb5e + 5467ffa commit d46415d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions charts/chatwoot/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ sources:
- http://www.chatwoot.com

# This is the chart version.
version: 1.1.18
version: 1.1.20


# This is the application version.
appVersion: "v3.14.1"
appVersion: "v3.16.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) | `v3.14.1` |
| `image.tag` | Chatwoot image tag (immutable tags are recommended) | `v3.16.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: v3.14.1
tag: v3.16.0
pullPolicy: IfNotPresent

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

0 comments on commit d46415d

Please sign in to comment.