mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user