Skip to content

Commit

Permalink
Update Rocketchat to 0.74.2 (helm#11346)
Browse files Browse the repository at this point in the history
Signed-off-by: Lucas Bickel <[email protected]>
  • Loading branch information
hairmare authored and k8s-ci-robot committed Feb 12, 2019
1 parent 88e6c8b commit d3e48b8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions stable/rocketchat/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: rocketchat
version: 0.3.3
appVersion: 0.74.1
version: 0.3.4
appVersion: 0.74.2
description: Prepare to take off with the ultimate chat platform, experience the next
level of team communications
keywords:
Expand Down
2 changes: 1 addition & 1 deletion stable/rocketchat/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ $ helm install --set mongodb.mongodbUsername=<your_username_here>,mongodb.mongod

### If you want to install another version of rocket.chat image you can set the version like this:
```bash
$ helm install --set mongodb.mongodbUsername=<your_username_here>,mongodb.mongodbPassword=<your_password_here>,tag=0.74.1 --name my-rocketchat stable/rocketchat
$ helm install --set mongodb.mongodbUsername=<your_username_here>,mongodb.mongodbPassword=<your_password_here>,tag=0.74.2 --name my-rocketchat stable/rocketchat
```


2 changes: 1 addition & 1 deletion stable/rocketchat/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
##
image:
repository: rocketchat/rocket.chat
tag: 0.74.1
tag: 0.74.2
pullPolicy: IfNotPresent

## Host for the application
Expand Down

0 comments on commit d3e48b8

Please sign in to comment.