[stable/rocketchat] fix incompatible types for comparison (replicaCount) (#23633)

* [stable/rocketchat] fix incompatible types for comparison (replicaCount)

Signed-off-by: Quentin LELOIRE <quentin.leloire.pro@gmail.com>

* [stable/rocketchat] fix incompatible types for comparison (replicaCount)

Signed-off-by: Quentin LELOIRE <quentin.leloire.pro@gmail.com>

* [stable/rocketchat] fix incompatible types for comparison (replicaCount)

Signed-off-by: Quentin LELOIRE <quentin.leloire.pro@gmail.com>
This commit is contained in:
Quentin Leloire
2020-08-27 09:13:53 -07:00
committed by GitHub
parent 8001bd4767
commit ca32357a20
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
apiVersion: v1
name: rocketchat
version: 2.0.4
version: 2.0.5
appVersion: 3.2.2
description: Prepare to take off with the ultimate chat platform, experience the next level of team communications
keywords:
@@ -1,4 +1,4 @@
{{- if gt .Values.replicaCount 1.0 }}
{{- if gt ( .Values.replicaCount | int ) 1 }}
apiVersion: policy/v1beta1
kind: PodDisruptionBudget
metadata: