UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Verified Commit 95413113 authored by Micah Nagel's avatar Micah Nagel
Browse files

Update BB Base to 2.0.0

parent 26bacbaa
No related branches found
No related tags found
1 merge request!90Update BB Base to 2.0.0
Pipeline #861737 passed
......@@ -3,6 +3,11 @@
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).
---
## [1.0.29-bb.1] - 2022-06-28
### Changed
- Updated bb base image to 2.0.0
- Updated gluon to 0.2.10
## [1.0.29-bb.0] - 2022-06-16
### Changed
- Updated Sonarqube image to 8.9.9
......
# sonarqube
![Version: 1.0.29-bb.0](https://img.shields.io/badge/Version-1.0.29--bb.0-informational?style=flat-square) ![AppVersion: 8.9.9](https://img.shields.io/badge/AppVersion-8.9.9-informational?style=flat-square)
![Version: 1.0.29-bb.1](https://img.shields.io/badge/Version-1.0.29--bb.1-informational?style=flat-square) ![AppVersion: 8.9.9](https://img.shields.io/badge/AppVersion-8.9.9-informational?style=flat-square)
SonarQube offers Code Quality and Code Security analysis for up to 27 languages. Find Bugs, Vulnerabilities, Security Hotspots and Code Smells throughout your workflow.
......
apiVersion: v1
name: sonarqube
description: SonarQube offers Code Quality and Code Security analysis for up to 27 languages. Find Bugs, Vulnerabilities, Security Hotspots and Code Smells throughout your workflow.
version: 1.0.29-bb.0
version: 1.0.29-bb.1
appVersion: 8.9.9
keywords:
- coverage
......@@ -20,3 +20,7 @@ maintainers:
annotations:
bigbang.dev/applicationVersions: |
- Sonarqube: 8.9.9-community
dependencies:
- name: gluon
version: 0.2.10
repository: oci://registry.dso.mil/platform-one/big-bang/apps/library-charts/gluon
No preview for this file type
......@@ -52,7 +52,7 @@ volumePermissions:
image:
registry: registry1.dso.mil
repository: ironbank/big-bang/base
tag: 1.18.0
tag: 2.0.0
pullSecrets:
- private-registry
## Specify a imagePullPolicy
......
account:
adminPassword: new_admin_password
currentAdminPassword: admin
curlContainerImage: registry1.dso.mil/ironbank/big-bang/base:1.18.0
curlContainerImage: registry1.dso.mil/ironbank/big-bang/base:2.0.0
bbtests:
enabled: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment