diff --git a/rshiny/Chart.yaml b/rshiny/Chart.yaml index 72b50aedbfa623602e98777680e2b9189e20d28d..638e96a593791469e2d6bf06e349b698eb6ea368 100644 --- a/rshiny/Chart.yaml +++ b/rshiny/Chart.yaml @@ -15,7 +15,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: 0.3.0 +version: 0.3.1 # 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/rshiny/values.yaml b/rshiny/values.yaml index 8a41b68aadb96da3081d3070a9188a2b31610a1a..749e3da53ad027755d9426e2e0a3c46e3242e20f 100644 --- a/rshiny/values.yaml +++ b/rshiny/values.yaml @@ -16,7 +16,7 @@ imageFullNameAndTag: registry-gitlab.pasteur.fr/hub/rshiny-k8s-example/main:late resources: requests: memory: "256Mi" - cpu: "500m" + cpu: "250m" limits: memory: "512Mi" cpu: "1000m"