UNCLASSIFIED

Commit 4892d1b4 authored by Branden Cobb's avatar Branden Cobb
Browse files

conflicts

parents 4eeb71c6 01f706b4
Pipeline #465105 failed with stages
in 3 minutes and 52 seconds
...@@ -3,17 +3,26 @@ ...@@ -3,17 +3,26 @@
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.6.3-bb.0] - 2021-09-07
### Changed
- KPT'd latest tagged version from upstream
- updated image to 9.0-community
## [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
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.6.3-bb.0 version: 9.6.3-bb.0
appVersion: 8.9-community appVersion: 9.0-community
keywords: keywords:
- coverage - coverage
- security - security
......
...@@ -19,8 +19,8 @@ OpenShift: ...@@ -19,8 +19,8 @@ OpenShift:
createSCC: true createSCC: true
image: image:
repository: registry.dso.mil/platform-one/big-bang/apps/developer-tools/sonarqube/sonarqube8-community-bb repository: registry1.dso.mil/ironbank/sonarsource/sonarqube/sonarqube9-community
tag: 8.9-community-bb tag: 9.0-community
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
# If using a private repository, the name of the imagePullSecret to use # If using a private repository, the name of the imagePullSecret to use
pullSecret: private-registry pullSecret: private-registry
...@@ -208,11 +208,11 @@ resources: ...@@ -208,11 +208,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
...@@ -247,6 +247,20 @@ emptyDir: {} ...@@ -247,6 +247,20 @@ emptyDir: {}
# For example: # For example:
sonarProperties: sonarProperties:
sonar.forceAuthentication: true sonar.forceAuthentication: true
# SAML SSO config
# sonar.core.serverBaseURL:
# sonar.auth.saml.enabled: false
# sonar.auth.saml.applicationId:
# sonar.auth.saml.providerName:
# sonar.auth.saml.providerId:
# sonar.auth.saml.loginUrl:
# sonar.auth.saml.certificate.secured:
# sonar.auth.saml.user.login:
# sonar.auth.saml.user.name:
# sonar.auth.saml.user.email:
# sonar.auth.saml.group.name:
# sonar.security.realm: LDAP # sonar.security.realm: LDAP
# ldap.url: ldaps://organization.com # ldap.url: ldaps://organization.com
...@@ -293,7 +307,7 @@ postgresql: ...@@ -293,7 +307,7 @@ postgresql:
persistence: persistence:
enabled: true enabled: true
accessMode: ReadWriteOnce accessMode: ReadWriteOnce
size: 20Gi size: 8Gi
storageClass: storageClass:
securityContext: securityContext:
# For standard Kubernetes deployment, set enabled=true # For standard Kubernetes deployment, set enabled=true
......
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