diff --git a/CHANGELOG.md b/CHANGELOG.md index f62d6e0a491db27b165f2ad7b00765fab3c08406..b4357cb9c14cbaad49ef7a50cd23c4a343f1e748 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 9.2.6-bb.8 - 2021-04-06 + +Updated sonarqube image version to 8.7.1-community + ## 9.2.6-bb.7 - 2021-03-31 Adding Affinity documentation diff --git a/Dockerfile b/Dockerfile index 89ee7bf83b0f90b37ff79644f5830f03a20cbf64..4ece7bf58849e7c6790372e750fff63114482934 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Start with the IronBank Image -FROM registry1.dso.mil/ironbank/sonarsource/sonarqube/sonarqube8-community:8.6-community +FROM registry1.dso.mil/ironbank/sonarsource/sonarqube/sonarqube8-community:8.7.1-community # Add needed Plugins ADD https://github.com/dependency-check/dependency-check-sonar-plugin/releases/download/1.2.6/sonar-dependency-check-plugin-1.2.6.jar /opt/sonarqube/extensions/plugins/ ADD https://github.com/SonarOpenCommunity/sonar-cxx/releases/download/cxx-1.3.2/sonar-c-plugin-1.3.2.1853.jar /opt/sonarqube/extensions/plugins/ diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 549d20763ec68ab3576bec3750ea315b8d2c6021..07f6ffbb3b23064e983c12f0e657077d52dc4350 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v1 -appVersion: 8.6-community +appVersion: 8.7.1-community name: sonarqube description: SonarQube is an open sourced code quality scanning tool -version: 9.2.6-bb.7 +version: 9.2.6-bb.8 keywords: - coverage - security diff --git a/chart/values.yaml b/chart/values.yaml index 285f5bfda3b72e336fc2ab8c2cd346387e947f04..b04d80d211e8c7c9b55317d79b40f6a737a3e683 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -20,7 +20,7 @@ OpenShift: image: repository: registry.dso.mil/platform-one/big-bang/apps/developer-tools/sonarqube/sonarqube8-community-bb - tag: 8.6-community-bb + tag: 8.7.1-community-bb pullPolicy: IfNotPresent # If using a private repository, the name of the imagePullSecret to use pullSecret: []