diff --git a/charts/retool/Chart.yaml b/charts/retool/Chart.yaml index 2278abd..4e30915 100644 --- a/charts/retool/Chart.yaml +++ b/charts/retool/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: retool description: A Helm chart for Kubernetes type: application -version: 6.4.5 +version: 6.4.6 maintainers: - name: Retool Engineering email: engineering+helm@retool.com diff --git a/charts/retool/values.yaml b/charts/retool/values.yaml index dc36372..ff77d86 100644 --- a/charts/retool/values.yaml +++ b/charts/retool/values.yaml @@ -325,10 +325,10 @@ jobRunner: resources: limits: cpu: 2000m - memory: 2048Mi + memory: 4096Mi requests: cpu: 1000m - memory: 1024Mi + memory: 2048Mi # Annotations for job runner pods annotations: {} diff --git a/values.yaml b/values.yaml index dc36372..ff77d86 100644 --- a/values.yaml +++ b/values.yaml @@ -325,10 +325,10 @@ jobRunner: resources: limits: cpu: 2000m - memory: 2048Mi + memory: 4096Mi requests: cpu: 1000m - memory: 1024Mi + memory: 2048Mi # Annotations for job runner pods annotations: {}