From 7b3a917ba8ad801e8bade5fe512943a9b1da6cce Mon Sep 17 00:00:00 2001 From: "branden.cobb" Date: Tue, 27 Apr 2021 14:23:14 +0000 Subject: [PATCH] New ironbank image --- CHANGELOG.md | 4 ++++ Dockerfile | 2 +- chart/Chart.yaml | 4 ++-- chart/values.yaml | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f62d6e0..b4357cb 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 89ee7bf..4ece7bf 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 549d207..07f6ffb 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 285f5bf..b04d80d 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: [] -- GitLab