diff --git a/charts/retool/Chart.yaml b/charts/retool/Chart.yaml index f0062f7..2278abd 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.4 +version: 6.4.5 maintainers: - name: Retool Engineering email: engineering+helm@retool.com diff --git a/charts/retool/values.yaml b/charts/retool/values.yaml index 0bb253f..dc36372 100644 --- a/charts/retool/values.yaml +++ b/charts/retool/values.yaml @@ -322,13 +322,13 @@ jobRunner: # enabled: true # If necessary, specify the resources to provision the jobRunner pod separately from the main backend pods. - # resources: - # limits: - # cpu: 4096m - # memory: 8192Mi - # requests: - # cpu: 2048m - # memory: 4096Mi + resources: + limits: + cpu: 2000m + memory: 2048Mi + requests: + cpu: 1000m + memory: 1024Mi # Annotations for job runner pods annotations: {} diff --git a/values.yaml b/values.yaml index 0bb253f..dc36372 100644 --- a/values.yaml +++ b/values.yaml @@ -322,13 +322,13 @@ jobRunner: # enabled: true # If necessary, specify the resources to provision the jobRunner pod separately from the main backend pods. - # resources: - # limits: - # cpu: 4096m - # memory: 8192Mi - # requests: - # cpu: 2048m - # memory: 4096Mi + resources: + limits: + cpu: 2000m + memory: 2048Mi + requests: + cpu: 1000m + memory: 1024Mi # Annotations for job runner pods annotations: {}