UNCLASSIFIED - NO CUI

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

Update to BB Base 2.0.0

parent 0966cc30
No related branches found
Tags 0.1.0-bb.19
1 merge request!25Update to BB Base 2.0.0
Pipeline #861678 passed
......@@ -3,6 +3,10 @@
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).
---
## [0.1.0-bb.20] - 2022-06-28
### Update
- Updated BB base image to 2.0.0
## [0.1.0-bb.19] - 2022-06-23
### Update
- Confluence to 7.18.1
......
# confluence
![Version: 0.1.0-bb.19](https://img.shields.io/badge/Version-0.1.0--bb.19-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 7.18.1](https://img.shields.io/badge/AppVersion-7.18.1-informational?style=flat-square)
![Version: 0.1.0-bb.20](https://img.shields.io/badge/Version-0.1.0--bb.20-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 7.18.1](https://img.shields.io/badge/AppVersion-7.18.1-informational?style=flat-square)
A chart for installing Confluence DC on Kubernetes
......@@ -124,7 +124,7 @@ helm install confluence chart/
| hostname | string | `"bigbang.dev"` | |
| istio.enabled | bool | `false` | |
| istio.gateways[0] | string | `"istio-system/main"` | |
| monitoring.enabled | bool | `false` | This will enable monitoring via Prometheus. In order for this to work, the Prometheus monitoring plugin needs to be installed via the Confluence UI -- ref: https://marketplace.atlassian.com/apps/1222775/prometheus-exporter-for-confluence?hosting=server&tab=overview |
| monitoring.enabled | bool | `false` | ref: https://marketplace.atlassian.com/apps/1222775/prometheus-exporter-for-confluence?hosting=server&tab=overview |
| bbtests.enabled | bool | `false` | |
| bbtests.cypress.artifacts | bool | `true` | |
| bbtests.cypress.envs.cypress_url | string | `"http://{{ include \"confluence.fullname\" . }}:{{ .Values.confluence.service.port }}/setup/setuplicense.action"` | |
......@@ -132,6 +132,7 @@ helm install confluence chart/
| bbtests.cypress.resources.requests.memory | string | `"1Gi"` | |
| bbtests.cypress.resources.limits.cpu | string | `"1"` | |
| bbtests.cypress.resources.limits.memory | string | `"1Gi"` | |
| helmTestImage | string | `"registry1.dso.mil/ironbank/big-bang/base:2.0.0"` | Image used for the upstream provided helm tests |
| hpa.enabled | bool | `false` | |
| hpa.maxReplicas | int | `4` | |
| hpa.cpu | int | `70` | |
......@@ -141,4 +142,4 @@ helm install confluence chart/
## Contributing
Please see the [contributing guide](./CONTRIBUTING.md) if you are interested in contributing.
Please see the [contributing guide](./CONTRIBUTING.md) if you are interested in contributing.
......@@ -2,7 +2,7 @@ apiVersion: v2
name: confluence
description: A chart for installing Confluence DC on Kubernetes
type: application
version: 0.1.0-bb.19
version: 0.1.0-bb.20
appVersion: 7.18.1
kubeVersion: ">=1.17.x-0"
keywords:
......
......@@ -15,7 +15,7 @@ spec:
- name: private-registry
containers:
- name: test
image: registry1.dso.mil/ironbank/big-bang/base:8.4
image: {{ .Values.helmTestImage }}
imagePullPolicy: IfNotPresent
env:
- name: STATUS_URL
......
......@@ -15,7 +15,7 @@ spec:
- name: private-registry
containers:
- name: test
image: registry1.dso.mil/ironbank/big-bang/base:8.4
image: {{ .Values.helmTestImage }}
imagePullPolicy: IfNotPresent
securityContext:
# Slightly dodgy; we assume that the UID and GID used by the product images are the same, which in practice they are
......
......@@ -314,6 +314,10 @@ bbtests:
limits:
cpu: "1"
memory: "1Gi"
# -- Image used for the upstream provided helm tests
helmTestImage: "registry1.dso.mil/ironbank/big-bang/base:2.0.0"
hpa:
enabled: false
maxReplicas: 4
......
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