From e145e35f953dc4d2a16054c3a74e05ec842940d2 Mon Sep 17 00:00:00 2001 From: LuluGO Date: Tue, 11 Feb 2020 04:14:02 -0300 Subject: [PATCH] stable/rocket.chat upgrade version to 2.4.9 (#20616) * update rocketchat release Signed-off-by: LuluGO * fix version Signed-off-by: LuluGO * fix readme, version Signed-off-by: LuluGO * update to 2.4.9 version Signed-off-by: LuluGO --- stable/rocketchat/Chart.yaml | 4 ++-- stable/rocketchat/README.md | 2 +- stable/rocketchat/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/stable/rocketchat/Chart.yaml b/stable/rocketchat/Chart.yaml index f3de4efa46..93de9ca13a 100644 --- a/stable/rocketchat/Chart.yaml +++ b/stable/rocketchat/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: rocketchat -version: 2.0.0 -appVersion: 2.1.1 +version: 2.0.1 +appVersion: 2.4.9 description: Prepare to take off with the ultimate chat platform, experience the next level of team communications keywords: - chat diff --git a/stable/rocketchat/README.md b/stable/rocketchat/README.md index de7060b2c6..ecf4cf5ea2 100644 --- a/stable/rocketchat/README.md +++ b/stable/rocketchat/README.md @@ -44,7 +44,7 @@ The following table lists the configurable parameters of the Rocket.Chat chart a Parameter | Description | Default --- | --- | --- `image.repository` | Image repository | `docker.io/rocketchat/rocket.chat` -`image.tag` | Image tag | `1.3.1` +`image.tag` | Image tag | `2.4.9` `image.pullPolicy` | Image pull policy | `IfNotPresent` `host` | Hostname for Rocket.Chat. Also used for ingress (if enabled) | `""` `replicaCount` | Number of replicas to run | `1` diff --git a/stable/rocketchat/values.yaml b/stable/rocketchat/values.yaml index d0eaef3345..77f0b936d1 100644 --- a/stable/rocketchat/values.yaml +++ b/stable/rocketchat/values.yaml @@ -3,7 +3,7 @@ ## image: repository: docker.io/rocketchat/rocket.chat - tag: 2.1.1 + tag: 2.4.9 pullPolicy: IfNotPresent ## Host for the application