From 9288331c252dd540c702851dd9a73e193970a2cb Mon Sep 17 00:00:00 2001 From: Carlos Tadeu Panato Junior Date: Wed, 15 May 2019 11:54:32 +0200 Subject: [PATCH] [stable/rocketchat] add apiVersion (#13821) * add apiVersion Signed-off-by: Carlos Panato * Update README.md Signed-off-by: Maor Friedman --- stable/rocketchat/Chart.yaml | 3 ++- stable/rocketchat/README.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/stable/rocketchat/Chart.yaml b/stable/rocketchat/Chart.yaml index e138e1923a58..2957d271aac4 100644 --- a/stable/rocketchat/Chart.yaml +++ b/stable/rocketchat/Chart.yaml @@ -1,5 +1,6 @@ +apiVersion: v1 name: rocketchat -version: 1.1.0 +version: 1.1.1 appVersion: 1.0.3 description: Prepare to take off with the ultimate chat platform, experience the next level of team communications keywords: diff --git a/stable/rocketchat/README.md b/stable/rocketchat/README.md index a818e9874b15..4e04456ce4ef 100644 --- a/stable/rocketchat/README.md +++ b/stable/rocketchat/README.md @@ -41,7 +41,7 @@ The following table lists the configurable parameters of the Rocket.Chat chart a Parameter | Description | Default --- | --- | --- `image.repository` | Image repository | `rocketchat/rocket.chat` -`image.tag` | Image tag | `0.74.2` +`image.tag` | Image tag | `1.0.3` `image.pullPolicy` | Image pull policy | `IfNotPresent` `host` | Hostname for Rocket.Chat. Also used for ingress (if enabled) | `""` `replicaCount` | Number of replicas to run | `1`