UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Verified Commit bc3e10a0 authored by Joe Foster's avatar Joe Foster :speech_balloon:
Browse files

updating release docs

parent 28384644
No related branches found
No related tags found
No related merge requests found
Pipeline #2778219 passed with warnings
......@@ -289,10 +289,10 @@ To start using Big Bang, you will need to create your own Big Bang environment t
| monitoring.sourceType | string | `"git"` | Choose source type of "git" or "helmRepo" |
| monitoring.git.repo | string | `"https://repo1.dso.mil/big-bang/product/packages/monitoring.git"` | |
| monitoring.git.path | string | `"./chart"` | |
| monitoring.git.tag | string | `"55.5.1-bb.0"` | |
| monitoring.git.tag | string | `"56.0.3-bb.0"` | |
| monitoring.helmRepo.repoName | string | `"registry1"` | |
| monitoring.helmRepo.chartName | string | `"monitoring"` | |
| monitoring.helmRepo.tag | string | `"55.5.1-bb.0"` | |
| monitoring.helmRepo.tag | string | `"56.0.3-bb.0"` | |
| monitoring.flux | object | `{"install":{"crds":"CreateReplace"},"upgrade":{"crds":"CreateReplace"}}` | Flux reconciliation overrides specifically for the Monitoring Package |
| monitoring.ingress | object | `{"gateway":""}` | Redirect the package ingress to a specific Istio Gateway (listed in `istio.gateways`). The default is "public". |
| monitoring.sso.enabled | bool | `false` | Toggle SSO for monitoring components on and off |
......@@ -398,10 +398,10 @@ To start using Big Bang, you will need to create your own Big Bang environment t
| addons.gitlab.sourceType | string | `"git"` | Choose source type of "git" or "helmRepo" |
| addons.gitlab.git.repo | string | `"https://repo1.dso.mil/big-bang/product/packages/gitlab.git"` | |
| addons.gitlab.git.path | string | `"./chart"` | |
| addons.gitlab.git.tag | string | `"7.8.0-bb.0"` | |
| addons.gitlab.git.tag | string | `"7.8.0-bb.1"` | |
| addons.gitlab.helmRepo.repoName | string | `"registry1"` | |
| addons.gitlab.helmRepo.chartName | string | `"gitlab"` | |
| addons.gitlab.helmRepo.tag | string | `"7.8.0-bb.0"` | |
| addons.gitlab.helmRepo.tag | string | `"7.8.0-bb.1"` | |
| addons.gitlab.flux | object | `{}` | Flux reconciliation overrides specifically for the Gitlab Package |
| addons.gitlab.ingress | object | `{"gateway":""}` | Redirect the package ingress to a specific Istio Gateway (listed in `istio.gateways`). The default is "public". |
| addons.gitlab.sso.enabled | bool | `false` | Toggle OIDC SSO for Gitlab on and off. Enabling this option will auto-create any required secrets. |
......
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