UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 2bde221b authored by Micah Nagel's avatar Micah Nagel Committed by Branden Cobb
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
......@@ -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
......
File added
File deleted
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
......
......@@ -4,6 +4,6 @@ dependencies:
version: 8.6.4
- name: gluon
repository: oci://registry.dso.mil/platform-one/big-bang/apps/library-charts/gluon
version: 0.2.3
digest: sha256:a57b95a57d6ac4b3be27c898c42a19a99d49912dde5b5d2f6219fc5cb426b42b
generated: "2021-09-07T15:18:21.000886-06:00"
version: 0.2.10
digest: sha256:443590acc253f56e30cfbc289103323d0bdcabf02e432e27f1e4e9e27fe283c9
generated: "2022-06-28T12:51:16.907121-06:00"
......@@ -4,5 +4,5 @@ dependencies:
repository: file://./deps/postgresql
condition: postgresql.enabled
- name: gluon
version: "0.2.3"
version: "0.2.10"
repository: "oci://registry.dso.mil/platform-one/big-bang/apps/library-charts/gluon"
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