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: