UNCLASSIFIED

Commit c2d37f18 authored by Micah Nagel's avatar Micah Nagel 💰
Browse files

Update Resources

parent aa862d42
Pipeline #463367 passed with stages
in 5 minutes and 37 seconds
...@@ -3,17 +3,23 @@ ...@@ -3,17 +3,23 @@
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). 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.17] - 2021-09-06
### Changed
- Updated requests/limits based on nightly CI findings
## [9.2.6-bb.16] - 2021-08-30 ## [9.2.6-bb.16] - 2021-08-30
### Changed ### Changed
Update init containers resource limits and requests. - Update init containers resource limits and requests.
## [9.2.6-bb.15] - 2021-08-19 ## [9.2.6-bb.15] - 2021-08-19
### Changed ### Changed
Update resource limits and requests to guaranteed QoS - Update resource limits and requests to guaranteed QoS
## [9.2.6-bb.14] - 2021-08-19 ## [9.2.6-bb.14] - 2021-08-19
### Added ### Added
Resource limit and request for the deployment - Resource limit and request for the deployment
## [9.2.6-bb.13] - 2021-06-07 ## [9.2.6-bb.13] - 2021-06-07
### Upgrade ### Upgrade
......
...@@ -2,7 +2,7 @@ apiVersion: v1 ...@@ -2,7 +2,7 @@ apiVersion: v1
appVersion: 8.9-community appVersion: 8.9-community
name: sonarqube name: sonarqube
description: SonarQube is an open sourced code quality scanning tool description: SonarQube is an open sourced code quality scanning tool
version: 9.2.6-bb.16 version: 9.2.6-bb.17
keywords: keywords:
- coverage - coverage
- security - security
......
...@@ -193,11 +193,11 @@ resources: ...@@ -193,11 +193,11 @@ resources:
# resources, such as Minikube. If you do want to specify resources, uncomment the following # resources, such as Minikube. If you do want to specify resources, uncomment the following
# lines, adjust them as necessary, and remove the curly braces after 'resources:'. # lines, adjust them as necessary, and remove the curly braces after 'resources:'.
limits: limits:
cpu: 100m cpu: 300m
memory: 1.8Gi memory: 2.5Gi
requests: requests:
cpu: 100m cpu: 300m
memory: 1.8Gi memory: 2.5Gi
persistence: persistence:
enabled: false enabled: false
## Set annotations on pvc ## Set annotations on pvc
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment