Skip to content
This repository was archived by the owner on Feb 22, 2022. It is now read-only.

Commit

Permalink
Update to 0.74.1 (#11128)
Browse files Browse the repository at this point in the history
Signed-off-by: Bart Verwilst <bart@verwilst.be>
  • Loading branch information
verwilst authored and k8s-ci-robot committed Feb 8, 2019
1 parent 890e11b commit 587f08d
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.2
appVersion: 0.73.2
version: 0.3.3
appVersion: 0.74.1
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.0 --name my-rocketchat stable/rocketchat
$ helm install --set mongodb.mongodbUsername=<your_username_here>,mongodb.mongodbPassword=<your_password_here>,tag=0.74.1 --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.73.2
tag: 0.74.1
pullPolicy: IfNotPresent

## Host for the application
Expand Down

0 comments on commit 587f08d

Please sign in to comment.