From 70b7c999bc2b4e6a6822ab42a2b272e34fe7d78c Mon Sep 17 00:00:00 2001 From: Stijn Smits Date: Tue, 12 May 2020 09:14:20 +0200 Subject: [PATCH] [stable/rocketchart] updated repository and tag (#22321) * updated repository and tag Signed-off-by: Stijn Smits * revert repository url and updated to latest patch version Signed-off-by: Stijn Smits * updated chart versions Signed-off-by: Stijn Smits * update readme Signed-off-by: Stijn Smits --- 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 7063c7cdfa..68240837e5 100644 --- a/stable/rocketchat/Chart.yaml +++ b/stable/rocketchat/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: rocketchat -version: 2.0.2 -appVersion: 2.4.9 +version: 2.0.3 +appVersion: 3.2.2 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 cdc08da540..02e8e73420 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 | `2.4.9` +`image.tag` | Image tag | `3.2.2` `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 42faa22aef..af5df585a7 100644 --- a/stable/rocketchat/values.yaml +++ b/stable/rocketchat/values.yaml @@ -3,7 +3,7 @@ ## image: repository: docker.io/rocketchat/rocket.chat - tag: 2.4.9 + tag: 3.2.2 pullPolicy: IfNotPresent ## Host for the application