diff --git a/odo.yaml b/odo.yaml index f2c5837..4ca0dc8 100644 --- a/odo.yaml +++ b/odo.yaml @@ -1,5 +1,5 @@ image: - tag: 0.1.3 + tag: 0.1.4 cloud: region: us-west-2 @@ -7,7 +7,7 @@ cloud: resources: limits: cpu: 300m - memory: 128Mi + memory: 2Gi requests: cpu: 100m - memory: 128Mi + memory: 2Gi