diff --git a/CHANGELOG.md b/CHANGELOG.md index d6c7ee60c023fcf756a37650f6ff8b11157b339b..ae4473d1d7a0a7fc84e874829435f6f6955be748 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). --- +## [9.2.6-bb.14] - 2021-08-19 +### Added +Resource limit and request for the deployment + ## [9.2.6-bb.13] - 2021-06-07 ### Upgrade - Upgraded Sonarqube to ironbank version 8.9. diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 36a584381d0e60763dfa3a99a5aaabb8a5d13c59..ee44ce9812e766a4c17a8b8b3df0621d01137efd 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 appVersion: 8.9-community name: sonarqube description: SonarQube is an open sourced code quality scanning tool -version: 9.2.6-bb.13 +version: 9.2.6-bb.14 keywords: - coverage - security diff --git a/chart/values.yaml b/chart/values.yaml index f0c0dd68c52c8c4153a0b480b9f68c4110511222..c65467b560553f46d7035cfa8861771cdd282fa3 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -122,8 +122,14 @@ initContainers: # securityContext: {} # We allow the init containers to have a separate resources declaration because # the initContainer does not take as much resources. - resources: {} - + resources: + limits: + memory: 2Gi + cpu: 250m + requests: + memory: 2Gi + cpu: 250m + ## Provide a secret containing one or more certificate files in the keys that will be added to cacerts ## The cacerts file will be set via SONARQUBE_WEB_JVM_OPTS and SONAR_CE_JAVAOPTS ##