diff --git a/deploy/helm/Chart.yaml b/deploy/helm/Chart.yaml index 81a4e2eb79..e92148e87c 100644 --- a/deploy/helm/Chart.yaml +++ b/deploy/helm/Chart.yaml @@ -11,7 +11,7 @@ sources: - https://github.com/appsmithorg/appsmith home: https://www.appsmith.com/ icon: https://assets.appsmith.com/appsmith-icon.png -version: 2.0.0 +version: 2.0.1 dependencies: - condition: redis.enabled name: redis diff --git a/deploy/helm/values.yaml b/deploy/helm/values.yaml index 3e7ac4f0ce..0139549243 100644 --- a/deploy/helm/values.yaml +++ b/deploy/helm/values.yaml @@ -3,8 +3,11 @@ redis: enabled: true auth: enabled: false + master: + nodeSelector: {} replica: replicaCount: 1 + nodeSelector: {} mongodb: enabled: true @@ -16,6 +19,11 @@ mongodb: replicaCount: 2 architecture: "replicaset" replicaSetName: rs0 + nodeSelector: {} + arbiter: + nodeSelector: {} + hidden: + nodeSelector: {} ## @section Global parameters ## Global Docker image parameters