diff --git a/charts/akash-provider/Chart.yaml b/charts/akash-provider/Chart.yaml index 11ab207..6e41e4d 100644 --- a/charts/akash-provider/Chart.yaml +++ b/charts/akash-provider/Chart.yaml @@ -17,7 +17,7 @@ type: application # Versions are expected to follow Semantic Versioning (https://semver.org/) # Major version bit highlights the mainnet release (e.g. mainnet4 = 4.x.x, mainnet5 = 5.x.x, ...) -version: 9.1.1 +version: 9.1.2 # 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/akash-provider/values.yaml b/charts/akash-provider/values.yaml index bc9b516..9e555db 100644 --- a/charts/akash-provider/values.yaml +++ b/charts/akash-provider/values.yaml @@ -112,11 +112,11 @@ securityContext: {} resources: limits: + cpu: 2000m + memory: 1024Mi + requests: cpu: 1000m memory: 512Mi - requests: - cpu: 200m - memory: 128Mi autoscaling: enabled: false