diff --git a/charts/mautic/Chart.yaml b/charts/mautic/Chart.yaml index d7a0678..8afd21f 100644 --- a/charts/mautic/Chart.yaml +++ b/charts/mautic/Chart.yaml @@ -18,7 +18,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 5.1.92 +version: 5.1.93 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/mautic/values.yaml b/charts/mautic/values.yaml index 9bbecc3..503d077 100644 --- a/charts/mautic/values.yaml +++ b/charts/mautic/values.yaml @@ -36,13 +36,13 @@ mautic: limits: memory: 1Gi requests: - cpu: 200m + cpu: 500m memory: 768Mi hpa: enabled: true minReplicas: 1 maxReplicas: 5 - targetCPU: 80 + targetCPU: 60 vpa: enabled: false minMemory: 512Mi