UNCLASSIFIED

Commit 79c67188 authored by Branden Cobb's avatar Branden Cobb
Browse files

Helm Tests

parent 541b4ccc
# Changelog # Changelog
## 9.2.6-bb.8 - 2021-04-06 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).
Updated sonarqube image version to 8.7.1-community ---
## [9.2.6-bb.9] - 2021-05-10
### Changed
- Moved cypress testing to the new helm test structure.
## 9.2.6-bb.7 - 2021-03-31 ## [9.2.6-bb.8] - 2021-04-06
### Update
- Updated sonarqube image version to 8.7.1-community
Adding Affinity documentation ## [9.2.6-bb.7] - 2021-03-31
### Added
- Adding Affinity documentation
## 9.2.6-bb.6 - 2021-03-30 ## [9.2.6-bb.6] - 2021-03-30
Modified initContainer logic Modified initContainer logic
## 9.2.6-bb.5 - 2021-03-22 ## [9.2.6-bb.5] - 2021-03-22
Fixed initContainer logic Fixed initContainer logic
## 9.2.6-bb.4 - 2021-03-22 ## [9.2.6-bb.4] - 2021-03-22
Adding ability to specify istio gateways and hosts in values file Adding ability to specify istio gateways and hosts in values file
## 9.2.6-bb.3 - 2021-03-16 ## [9.2.6-bb.3] - 2021-03-16
Plugins have been preinstalled into the container and made available at registry.dso.mil. Plugins have been preinstalled into the container and made available at registry.dso.mil.
InitContainers have also been pushed into registry.dso.mil until ironbank equivalents can be found. InitContainers have also been pushed into registry.dso.mil until ironbank equivalents can be found.
......
# Start with the IronBank Image # Start with the IronBank Image
FROM registry1.dso.mil/ironbank/sonarsource/sonarqube/sonarqube8-community:8.7.1-community FROM registry1.dso.mil/ironbank/sonarsource/sonarqube/sonarqube8-community:8.7.1-community
# Add needed Plugins # 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/dependency-check/dependency-check-sonar-plugin/releases/download/2.0.7/sonar-dependency-check-plugin-2.0.7.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/ 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/
ADD https://github.com/SonarOpenCommunity/sonar-cxx/releases/download/cxx-1.3.2/sonar-cxx-plugin-1.3.2.1853.jar /opt/sonarqube/extensions/plugins/ ADD https://github.com/SonarOpenCommunity/sonar-cxx/releases/download/cxx-1.3.2/sonar-cxx-plugin-1.3.2.1853.jar /opt/sonarqube/extensions/plugins/
ADD https://github.com/dmeiners88/sonarqube-prometheus-exporter/releases/download/v1.0.0-SNAPSHOT-2018-07-04/sonar-prometheus-exporter-1.0.0-SNAPSHOT.jar /opt/sonarqube/extensions/plugins/ ADD https://github.com/dmeiners88/sonarqube-prometheus-exporter/releases/download/v1.0.0-SNAPSHOT-2018-07-04/sonar-prometheus-exporter-1.0.0-SNAPSHOT.jar /opt/sonarqube/extensions/plugins/
......
...@@ -2,7 +2,7 @@ apiVersion: v1 ...@@ -2,7 +2,7 @@ apiVersion: v1
appVersion: 8.7.1-community appVersion: 8.7.1-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.8 version: 9.2.6-bb.9
keywords: keywords:
- coverage - coverage
- security - security
...@@ -17,3 +17,7 @@ maintainers: ...@@ -17,3 +17,7 @@ maintainers:
email: rjkernick@gmail.com email: rjkernick@gmail.com
- name: tsiddique - name: tsiddique
email: tsiddique@live.com email: tsiddique@live.com
dependencies:
- name: bb-test-lib
version: "0.4.0"
repository: "oci://registry.dso.mil/platform-one/big-bang/pipeline-templates/pipeline-templates"
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