From ca32357a20410fd2a4ed6f75107beef4c2afa994 Mon Sep 17 00:00:00 2001 From: Quentin Leloire Date: Thu, 27 Aug 2020 18:13:53 +0200 Subject: [PATCH] [stable/rocketchat] fix incompatible types for comparison (replicaCount) (#23633) * [stable/rocketchat] fix incompatible types for comparison (replicaCount) Signed-off-by: Quentin LELOIRE * [stable/rocketchat] fix incompatible types for comparison (replicaCount) Signed-off-by: Quentin LELOIRE * [stable/rocketchat] fix incompatible types for comparison (replicaCount) Signed-off-by: Quentin LELOIRE --- stable/rocketchat/Chart.yaml | 2 +- stable/rocketchat/templates/poddisruptionbudget.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/rocketchat/Chart.yaml b/stable/rocketchat/Chart.yaml index 970f0f38b7..661fc4b64f 100644 --- a/stable/rocketchat/Chart.yaml +++ b/stable/rocketchat/Chart.yaml @@ -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: diff --git a/stable/rocketchat/templates/poddisruptionbudget.yaml b/stable/rocketchat/templates/poddisruptionbudget.yaml index 0f1a639d5c..56ba1c3f4b 100644 --- a/stable/rocketchat/templates/poddisruptionbudget.yaml +++ b/stable/rocketchat/templates/poddisruptionbudget.yaml @@ -1,4 +1,4 @@ -{{- if gt .Values.replicaCount 1.0 }} +{{- if gt ( .Values.replicaCount | int ) 1 }} apiVersion: policy/v1beta1 kind: PodDisruptionBudget metadata: