diff --git a/CHANGELOG.md b/CHANGELOG.md index b570bbe923a957108188ce4f93de5628462a8b79..17cadc06d9cc532cc8406a48c4de7e04344b0d63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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). --- +## [2.19.0] + +- [!2.19.0](https://repo1.dso.mil/big-bang/bigbang/-/merge_requests?scope=all&utf8=%E2%9C%93&state=merged&milestone_title=2.19.0); List of merge requests in this release. + ## [2.18.0] - [!2.18.0](https://repo1.dso.mil/big-bang/bigbang/-/merge_requests?scope=all&utf8=%E2%9C%93&state=merged&milestone_title=2.18.0); List of merge requests in this release. diff --git a/base/gitrepository.yaml b/base/gitrepository.yaml index 79586c3d4e261bb061553ed62e1fd1e38357fe42..115358d4d95214ccac2294979b152f7206be2732 100644 --- a/base/gitrepository.yaml +++ b/base/gitrepository.yaml @@ -11,4 +11,4 @@ spec: interval: 10m url: https://repo1.dso.mil/big-bang/bigbang.git ref: - tag: 2.18.0 + tag: 2.19.0 diff --git a/chart/Chart.yaml b/chart/Chart.yaml index e71739e64eb22241c3ddf9ba98bcb857edf57520..ffda29c48078873b4fcc257d41da7e2c1660268b 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: bigbang -version: 2.18.0 +version: 2.19.0 description: Big Bang is a declarative, continuous delivery tool for core DoD hardened and approved packages into a Kubernetes cluster. type: application diff --git a/docs/packages.md b/docs/packages.md index d3cd1d031b44c720f7125c8b7420b80d762ea41d..21244c7110147f7898f99d8d2586b1088b445583 100644 --- a/docs/packages.md +++ b/docs/packages.md @@ -59,7 +59,7 @@ | [Nexus](https://repo1.dso.mil/big-bang/product/packages/nexus) |  | Yes | Yes | [Yes](https://repo1.dso.mil/big-bang/bigbang/-/merge_requests/544) | [Yes (STRICT)](https://repo1.dso.mil/big-bang/bigbang/-/merge_requests/1605) | | [Sonarqube](https://repo1.dso.mil/big-bang/product/packages/sonarqube) |  | N/A | Yes | [Yes](https://repo1.dso.mil/big-bang/bigbang/-/merge_requests/503) | [Yes (STRICT)](https://repo1.dso.mil/big-bang/bigbang/-/merge_requests/1508) | | [Harbor](https://repo1.dso.mil/big-bang/product/packages/harbor) |  | Yes | Yes | [Yes](https://repo1.dso.mil/big-bang/bigbang/-/merge_requests/2939) | [Yes (STRICT)](https://repo1.dso.mil/big-bang/bigbang/-/merge_requests/2939) | -| [Fortify](https://repo1.dso.mil/big-bang/product/packages/fortify)  |  | No | Yes | [Yes](https://repo1.dso.mil/big-bang/bigbang/-/merge_requests/3027) | [Yes (STRICT)](https://repo1.dso.mil/big-bang/bigbang/-/merge_requests/3027) | +| [Fortify](https://repo1.dso.mil/big-bang/product/packages/fortify) |  | No | Yes | [Yes](https://repo1.dso.mil/big-bang/bigbang/-/merge_requests/3027) | [Yes (STRICT)](https://repo1.dso.mil/big-bang/bigbang/-/merge_requests/3027) | > `*` inherited from Gitlab when installed in the same namespace. diff --git a/docs/understanding-bigbang/configuration/base-config.md b/docs/understanding-bigbang/configuration/base-config.md index e270900771af4078d3d84f87a324ef052d0ae244..450763d32c067a246759ace9e57cc73fcf40cfc5 100644 --- a/docs/understanding-bigbang/configuration/base-config.md +++ b/docs/understanding-bigbang/configuration/base-config.md @@ -1,6 +1,6 @@ # bigbang -  +  Big Bang is a declarative, continuous delivery tool for core DoD hardened and approved packages into a Kubernetes cluster. @@ -67,10 +67,10 @@ To start using Big Bang, you will need to create your own Big Bang environment t | istio.sourceType | string | `"git"` | Choose source type of "git" or "helmRepo" | | istio.git.repo | string | `"https://repo1.dso.mil/big-bang/product/packages/istio-controlplane.git"` | | | istio.git.path | string | `"./chart"` | | -| istio.git.tag | string | `"1.19.5-bb.2"` | | +| istio.git.tag | string | `"1.19.6-bb.0"` | | | istio.helmRepo.repoName | string | `"registry1"` | | | istio.helmRepo.chartName | string | `"istio"` | | -| istio.helmRepo.tag | string | `"1.19.5-bb.2"` | | +| istio.helmRepo.tag | string | `"1.19.6-bb.0"` | | | istio.enterprise | bool | `false` | Tetrate Istio Distribution - Tetrate provides FIPs verified Istio and Envoy software and support, validated through the FIPs Boring Crypto module. Find out more from Tetrate - https://www.tetrate.io/tetrate-istio-subscription | | istio.ingressGateways.public-ingressgateway.type | string | `"LoadBalancer"` | | | istio.ingressGateways.public-ingressgateway.kubernetesResourceSpec | object | `{}` | | @@ -87,10 +87,10 @@ To start using Big Bang, you will need to create your own Big Bang environment t | istioOperator.sourceType | string | `"git"` | Choose source type of "git" or "helmRepo" | | istioOperator.git.repo | string | `"https://repo1.dso.mil/big-bang/product/packages/istio-operator.git"` | | | istioOperator.git.path | string | `"./chart"` | | -| istioOperator.git.tag | string | `"1.19.5-bb.1"` | | +| istioOperator.git.tag | string | `"1.19.6-bb.0"` | | | istioOperator.helmRepo.repoName | string | `"registry1"` | | | istioOperator.helmRepo.chartName | string | `"istio-operator"` | | -| istioOperator.helmRepo.tag | string | `"1.19.5-bb.1"` | | +| istioOperator.helmRepo.tag | string | `"1.19.6-bb.0"` | | | istioOperator.flux | object | `{}` | Flux reconciliation overrides specifically for the Istio Operator Package | | istioOperator.values | object | `{}` | Values to passthrough to the istio-operator chart: https://repo1.dso.mil/big-bang/product/packages/istio-operator.git | | istioOperator.postRenderers | list | `[]` | Post Renderers. See docs/postrenders.md | @@ -98,10 +98,10 @@ To start using Big Bang, you will need to create your own Big Bang environment t | jaeger.sourceType | string | `"git"` | Choose source type of "git" or "helmRepo" | | jaeger.git.repo | string | `"https://repo1.dso.mil/big-bang/product/packages/jaeger.git"` | | | jaeger.git.path | string | `"./chart"` | | -| jaeger.git.tag | string | `"2.47.0-bb.1"` | | +| jaeger.git.tag | string | `"2.47.0-bb.3"` | | | jaeger.helmRepo.repoName | string | `"registry1"` | | | jaeger.helmRepo.chartName | string | `"jaeger"` | | -| jaeger.helmRepo.tag | string | `"2.47.0-bb.1"` | | +| jaeger.helmRepo.tag | string | `"2.47.0-bb.3"` | | | jaeger.flux | object | `{"install":{"crds":"CreateReplace"},"upgrade":{"crds":"CreateReplace"}}` | Flux reconciliation overrides specifically for the Jaeger Package | | jaeger.ingress | object | `{"gateway":""}` | Redirect the package ingress to a specific Istio Gateway (listed in `istio.gateways`). The default is "public". | | jaeger.sso.enabled | bool | `false` | Toggle SSO for Jaeger on and off | @@ -150,10 +150,10 @@ To start using Big Bang, you will need to create your own Big Bang environment t | kyverno.sourceType | string | `"git"` | Choose source type of "git" or "helmRepo" | | kyverno.git.repo | string | `"https://repo1.dso.mil/big-bang/product/packages/kyverno.git"` | | | kyverno.git.path | string | `"./chart"` | | -| kyverno.git.tag | string | `"3.1.1-bb.0"` | | +| kyverno.git.tag | string | `"3.1.4-bb.0"` | | | kyverno.helmRepo.repoName | string | `"registry1"` | | | kyverno.helmRepo.chartName | string | `"kyverno"` | | -| kyverno.helmRepo.tag | string | `"3.1.1-bb.0"` | | +| kyverno.helmRepo.tag | string | `"3.1.4-bb.0"` | | | kyverno.flux | object | `{}` | Flux reconciliation overrides specifically for the Kyverno Package | | kyverno.values | object | `{}` | Values to passthrough to the kyverno chart: https://repo1.dso.mil/big-bang/product/packages/kyverno.git | | kyverno.postRenderers | list | `[]` | Post Renderers. See docs/postrenders.md | @@ -161,10 +161,10 @@ To start using Big Bang, you will need to create your own Big Bang environment t | kyvernoPolicies.sourceType | string | `"git"` | Choose source type of "git" or "helmRepo" | | kyvernoPolicies.git.repo | string | `"https://repo1.dso.mil/big-bang/product/packages/kyverno-policies.git"` | | | kyvernoPolicies.git.path | string | `"./chart"` | | -| kyvernoPolicies.git.tag | string | `"3.0.4-bb.17"` | | +| kyvernoPolicies.git.tag | string | `"3.0.4-bb.18"` | | | kyvernoPolicies.helmRepo.repoName | string | `"registry1"` | | | kyvernoPolicies.helmRepo.chartName | string | `"kyverno-policies"` | | -| kyvernoPolicies.helmRepo.tag | string | `"3.0.4-bb.17"` | | +| kyvernoPolicies.helmRepo.tag | string | `"3.0.4-bb.18"` | | | kyvernoPolicies.flux | object | `{}` | Flux reconciliation overrides specifically for the Kyverno Package | | kyvernoPolicies.values | object | `{}` | Values to passthrough to the kyverno policies chart: https://repo1.dso.mil/big-bang/product/packages/kyverno-policies.git | | kyvernoPolicies.postRenderers | list | `[]` | Post Renderers. See docs/postrenders.md | @@ -172,10 +172,10 @@ To start using Big Bang, you will need to create your own Big Bang environment t | kyvernoReporter.sourceType | string | `"git"` | Choose source type of "git" or "helmRepo" | | kyvernoReporter.git.repo | string | `"https://repo1.dso.mil/big-bang/product/packages/kyverno-reporter.git"` | | | kyvernoReporter.git.path | string | `"./chart"` | | -| kyvernoReporter.git.tag | string | `"2.16.0-bb.6"` | | +| kyvernoReporter.git.tag | string | `"2.21.6-bb.0"` | | | kyvernoReporter.helmRepo.repoName | string | `"registry1"` | | | kyvernoReporter.helmRepo.chartName | string | `"kyverno-reporter"` | | -| kyvernoReporter.helmRepo.tag | string | `"2.16.0-bb.6"` | | +| kyvernoReporter.helmRepo.tag | string | `"2.21.6-bb.0"` | | | kyvernoReporter.flux | object | `{}` | Flux reconciliation overrides specifically for the Kyverno Reporter Package | | kyvernoReporter.values | object | `{}` | Values to passthrough to the kyverno reporter chart: https://repo1.dso.mil/big-bang/product/packages/kyverno-reporter.git | | kyvernoReporter.postRenderers | list | `[]` | Post Renderers. See docs/postrenders.md | @@ -183,10 +183,10 @@ To start using Big Bang, you will need to create your own Big Bang environment t | elasticsearchKibana.sourceType | string | `"git"` | Choose source type of "git" or "helmRepo" | | elasticsearchKibana.git.repo | string | `"https://repo1.dso.mil/big-bang/product/packages/elasticsearch-kibana.git"` | | | elasticsearchKibana.git.path | string | `"./chart"` | | -| elasticsearchKibana.git.tag | string | `"1.8.0-bb.0"` | | +| elasticsearchKibana.git.tag | string | `"1.8.0-bb.1"` | | | elasticsearchKibana.helmRepo.repoName | string | `"registry1"` | | | elasticsearchKibana.helmRepo.chartName | string | `"elasticsearch-kibana"` | | -| elasticsearchKibana.helmRepo.tag | string | `"1.8.0-bb.0"` | | +| elasticsearchKibana.helmRepo.tag | string | `"1.8.0-bb.1"` | | | elasticsearchKibana.flux | object | `{"timeout":"20m"}` | Flux reconciliation overrides specifically for the Logging (EFK) Package | | elasticsearchKibana.ingress | object | `{"gateway":""}` | Redirect the package ingress to a specific Istio Gateway (listed in `istio.gateways`). The default is "public". | | elasticsearchKibana.sso.enabled | bool | `false` | Toggle OIDC SSO for Kibana/Elasticsearch on and off. Enabling this option will auto-create any required secrets. | @@ -200,10 +200,10 @@ To start using Big Bang, you will need to create your own Big Bang environment t | eckOperator.sourceType | string | `"git"` | Choose source type of "git" or "helmRepo" | | eckOperator.git.repo | string | `"https://repo1.dso.mil/big-bang/product/packages/eck-operator.git"` | | | eckOperator.git.path | string | `"./chart"` | | -| eckOperator.git.tag | string | `"2.10.0-bb.0"` | | +| eckOperator.git.tag | string | `"2.10.0-bb.1"` | | | eckOperator.helmRepo.repoName | string | `"registry1"` | | | eckOperator.helmRepo.chartName | string | `"eck-operator"` | | -| eckOperator.helmRepo.tag | string | `"2.10.0-bb.0"` | | +| eckOperator.helmRepo.tag | string | `"2.10.0-bb.1"` | | | eckOperator.flux | object | `{}` | Flux reconciliation overrides specifically for the ECK Operator Package | | eckOperator.values | object | `{}` | Values to passthrough to the eck-operator chart: https://repo1.dso.mil/big-bang/product/packages/eck-operator.git | | eckOperator.postRenderers | list | `[]` | Post Renderers. See docs/postrenders.md | @@ -211,10 +211,10 @@ To start using Big Bang, you will need to create your own Big Bang environment t | fluentbit.sourceType | string | `"git"` | Choose source type of "git" or "helmRepo" | | fluentbit.git.repo | string | `"https://repo1.dso.mil/big-bang/product/packages/fluentbit.git"` | | | fluentbit.git.path | string | `"./chart"` | | -| fluentbit.git.tag | string | `"0.39.0-bb.4"` | | +| fluentbit.git.tag | string | `"0.42.0-bb.0"` | | | fluentbit.helmRepo.repoName | string | `"registry1"` | | | fluentbit.helmRepo.chartName | string | `"fluentbit"` | | -| fluentbit.helmRepo.tag | string | `"0.39.0-bb.4"` | | +| fluentbit.helmRepo.tag | string | `"0.42.0-bb.0"` | | | fluentbit.flux | object | `{}` | Flux reconciliation overrides specifically for the Fluent-Bit Package | | fluentbit.values | object | `{}` | Values to passthrough to the fluentbit chart: https://repo1.dso.mil/big-bang/product/packages/fluentbit.git | | fluentbit.postRenderers | list | `[]` | Post Renderers. See docs/postrenders.md | @@ -222,10 +222,10 @@ To start using Big Bang, you will need to create your own Big Bang environment t | promtail.sourceType | string | `"git"` | Choose source type of "git" or "helmRepo" | | promtail.git.repo | string | `"https://repo1.dso.mil/big-bang/product/packages/promtail.git"` | | | promtail.git.path | string | `"./chart"` | | -| promtail.git.tag | string | `"6.15.3-bb.1"` | | +| promtail.git.tag | string | `"6.15.3-bb.4"` | | | promtail.helmRepo.repoName | string | `"registry1"` | | | promtail.helmRepo.chartName | string | `"promtail"` | | -| promtail.helmRepo.tag | string | `"6.15.3-bb.1"` | | +| promtail.helmRepo.tag | string | `"6.15.3-bb.4"` | | | promtail.flux | object | `{}` | Flux reconciliation overrides specifically for the Promtail Package | | promtail.values | object | `{}` | Values to passthrough to the promtail chart: https://repo1.dso.mil/big-bang/product/packages/fluentbit.git | | promtail.postRenderers | list | `[]` | Post Renderers. See docs/postrenders.md | @@ -268,10 +268,10 @@ To start using Big Bang, you will need to create your own Big Bang environment t | tempo.sourceType | string | `"git"` | Choose source type of "git" or "helmRepo" | | tempo.git.repo | string | `"https://repo1.dso.mil/big-bang/product/packages/tempo.git"` | | | tempo.git.path | string | `"./chart"` | | -| tempo.git.tag | string | `"1.7.1-bb.1"` | | +| tempo.git.tag | string | `"1.7.1-bb.2"` | | | tempo.helmRepo.repoName | string | `"registry1"` | | | tempo.helmRepo.chartName | string | `"tempo"` | | -| tempo.helmRepo.tag | string | `"1.7.1-bb.1"` | | +| tempo.helmRepo.tag | string | `"1.7.1-bb.2"` | | | tempo.ingress | object | `{"gateway":""}` | Redirect the package ingress to a specific Istio Gateway (listed in `istio.gateways`). The default is "public". | | tempo.flux | object | `{}` | Flux reconciliation overrides specifically for the Tempo Package | | tempo.sso.enabled | bool | `false` | Toggle SSO for Tempo on and off | @@ -306,10 +306,10 @@ To start using Big Bang, you will need to create your own Big Bang environment t | grafana.sourceType | string | `"git"` | Choose source type of "git" or "helmRepo" | | grafana.git.repo | string | `"https://repo1.dso.mil/big-bang/product/packages/grafana.git"` | | | grafana.git.path | string | `"./chart"` | | -| grafana.git.tag | string | `"6.60.6-bb.5"` | | +| grafana.git.tag | string | `"7.2.1-bb.3"` | | | grafana.helmRepo.repoName | string | `"registry1"` | | | grafana.helmRepo.chartName | string | `"grafana"` | | -| grafana.helmRepo.tag | string | `"6.60.6-bb.5"` | | +| grafana.helmRepo.tag | string | `"7.2.1-bb.3"` | | | grafana.flux | object | `{}` | Flux reconciliation overrides specifically for the Monitoring Package | | grafana.ingress | object | `{"gateway":""}` | Redirect the package ingress to a specific Istio Gateway (listed in `istio.gateways`). The default is "public". | | grafana.sso.enabled | bool | `false` | Toggle SSO for grafana components on and off | @@ -324,10 +324,10 @@ To start using Big Bang, you will need to create your own Big Bang environment t | twistlock.sourceType | string | `"git"` | Choose source type of "git" or "helmRepo" | | twistlock.git.repo | string | `"https://repo1.dso.mil/big-bang/product/packages/twistlock.git"` | | | twistlock.git.path | string | `"./chart"` | | -| twistlock.git.tag | string | `"0.13.1-bb.0"` | | +| twistlock.git.tag | string | `"0.13.1-bb.1"` | | | twistlock.helmRepo.repoName | string | `"registry1"` | | | twistlock.helmRepo.chartName | string | `"twistlock"` | | -| twistlock.helmRepo.tag | string | `"0.13.1-bb.0"` | | +| twistlock.helmRepo.tag | string | `"0.13.1-bb.1"` | | | twistlock.flux | object | `{}` | Flux reconciliation overrides specifically for the Twistlock Package | | twistlock.ingress | object | `{"gateway":""}` | Redirect the package ingress to a specific Istio Gateway (listed in `istio.gateways`). The default is "public". | | twistlock.sso.enabled | bool | `false` | Toggle SAML SSO, requires a license and enabling the init job - see https://repo1.dso.mil/big-bang/product/packages/initialization.md | @@ -340,10 +340,10 @@ To start using Big Bang, you will need to create your own Big Bang environment t | addons.argocd.sourceType | string | `"git"` | Choose source type of "git" or "helmRepo" | | addons.argocd.git.repo | string | `"https://repo1.dso.mil/big-bang/product/packages/argocd.git"` | | | addons.argocd.git.path | string | `"./chart"` | | -| addons.argocd.git.tag | string | `"5.46.7-bb.11"` | | +| addons.argocd.git.tag | string | `"5.53.1-bb.2"` | | | addons.argocd.helmRepo.repoName | string | `"registry1"` | | | addons.argocd.helmRepo.chartName | string | `"argocd"` | | -| addons.argocd.helmRepo.tag | string | `"5.46.7-bb.11"` | | +| addons.argocd.helmRepo.tag | string | `"5.53.1-bb.2"` | | | addons.argocd.flux | object | `{}` | Flux reconciliation overrides specifically for the ArgoCD Package | | addons.argocd.ingress | object | `{"gateway":""}` | Redirect the package ingress to a specific Istio Gateway (listed in `istio.gateways`). The default is "public". | | addons.argocd.redis.host | string | `""` | Hostname of a pre-existing Redis to use for ArgoCD. Entering connection info will enable external Redis and will auto-create any required secrets. | @@ -358,10 +358,10 @@ To start using Big Bang, you will need to create your own Big Bang environment t | addons.authservice.sourceType | string | `"git"` | Choose source type of "git" or "helmRepo" | | addons.authservice.git.repo | string | `"https://repo1.dso.mil/big-bang/product/packages/authservice.git"` | | | addons.authservice.git.path | string | `"./chart"` | | -| addons.authservice.git.tag | string | `"0.5.3-bb.23"` | | +| addons.authservice.git.tag | string | `"0.5.3-bb.24"` | | | addons.authservice.helmRepo.repoName | string | `"registry1"` | | | addons.authservice.helmRepo.chartName | string | `"authservice"` | | -| addons.authservice.helmRepo.tag | string | `"0.5.3-bb.23"` | | +| addons.authservice.helmRepo.tag | string | `"0.5.3-bb.24"` | | | addons.authservice.flux | object | `{}` | Flux reconciliation overrides specifically for the Authservice Package | | addons.authservice.values | object | `{}` | Values to passthrough to the authservice chart: https://repo1.dso.mil/big-bang/product/packages/authservice.git | | addons.authservice.postRenderers | list | `[]` | Post Renderers. See docs/postrenders.md | @@ -382,10 +382,10 @@ To start using Big Bang, you will need to create your own Big Bang environment t | addons.minio.sourceType | string | `"git"` | Choose source type of "git" or "helmRepo" | | addons.minio.git.repo | string | `"https://repo1.dso.mil/big-bang/product/packages/minio.git"` | | | addons.minio.git.path | string | `"./chart"` | | -| addons.minio.git.tag | string | `"5.0.11-bb.0"` | | +| addons.minio.git.tag | string | `"5.0.11-bb.2"` | | | addons.minio.helmRepo.repoName | string | `"registry1"` | | | addons.minio.helmRepo.chartName | string | `"minio-instance"` | | -| addons.minio.helmRepo.tag | string | `"5.0.11-bb.0"` | | +| addons.minio.helmRepo.tag | string | `"5.0.11-bb.2"` | | | addons.minio.flux | object | `{}` | Flux reconciliation overrides specifically for the Minio Package | | addons.minio.ingress | object | `{"gateway":""}` | Redirect the package ingress to a specific Istio Gateway (listed in `istio.gateways`). The default is "public". | | addons.minio.accesskey | string | `""` | Default access key to use for minio. | @@ -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.7.0-bb.0"` | | +| addons.gitlab.git.tag | string | `"7.8.0-bb.0"` | | | addons.gitlab.helmRepo.repoName | string | `"registry1"` | | | addons.gitlab.helmRepo.chartName | string | `"gitlab"` | | -| addons.gitlab.helmRepo.tag | string | `"7.7.0-bb.0"` | | +| addons.gitlab.helmRepo.tag | string | `"7.8.0-bb.0"` | | | 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. | @@ -440,10 +440,10 @@ To start using Big Bang, you will need to create your own Big Bang environment t | addons.nexusRepositoryManager.sourceType | string | `"git"` | Choose source type of "git" or "helmRepo" | | addons.nexusRepositoryManager.git.repo | string | `"https://repo1.dso.mil/big-bang/product/packages/nexus.git"` | | | addons.nexusRepositoryManager.git.path | string | `"./chart"` | | -| addons.nexusRepositoryManager.git.tag | string | `"62.0.0-bb.2"` | | +| addons.nexusRepositoryManager.git.tag | string | `"64.0.0-bb.0"` | | | addons.nexusRepositoryManager.helmRepo.repoName | string | `"registry1"` | | | addons.nexusRepositoryManager.helmRepo.chartName | string | `"nexus-repository-manager"` | | -| addons.nexusRepositoryManager.helmRepo.tag | string | `"62.0.0-bb.2"` | | +| addons.nexusRepositoryManager.helmRepo.tag | string | `"64.0.0-bb.0"` | | | addons.nexusRepositoryManager.license_key | string | `""` | Base64 encoded license file. | | addons.nexusRepositoryManager.ingress | object | `{"gateway":""}` | Redirect the package ingress to a specific Istio Gateway (listed in `istio.gateways`). The default is "public". | | addons.nexusRepositoryManager.sso.enabled | bool | `false` | Toggle SAML SSO for NXRM. -- handles SAML SSO, a Client must be configured in Keycloak or IdP -- to complete setup. -- https://support.sonatype.com/hc/en-us/articles/1500000976522-SAML-integration-for-Nexus-Repository-Manager-Pro-3-and-Nexus-IQ-Server-with-Keycloak#h_01EV7CWCYH3YKAPMAHG8XMQ599 | @@ -498,10 +498,10 @@ To start using Big Bang, you will need to create your own Big Bang environment t | addons.haproxy.sourceType | string | `"git"` | Choose source type of "git" or "helmRepo" | | addons.haproxy.git.repo | string | `"https://repo1.dso.mil/big-bang/product/packages/haproxy.git"` | | | addons.haproxy.git.path | string | `"./chart"` | | -| addons.haproxy.git.tag | string | `"1.19.3-bb.1"` | | +| addons.haproxy.git.tag | string | `"1.19.3-bb.3"` | | | addons.haproxy.helmRepo.repoName | string | `"registry1"` | | | addons.haproxy.helmRepo.chartName | string | `"haproxy"` | | -| addons.haproxy.helmRepo.tag | string | `"1.19.3-bb.1"` | | +| addons.haproxy.helmRepo.tag | string | `"1.19.3-bb.3"` | | | addons.haproxy.flux | object | `{}` | Flux reconciliation overrides specifically for the HAProxy Package | | addons.haproxy.ingress | object | `{"gateway":""}` | Redirect the package ingress to a specific Istio Gateway (listed in `istio.gateways`). The default is "public". | | addons.haproxy.values | object | `{}` | Values to passthrough to the haproxy chart: https://repo1.dso.mil/big-bang/product/packages/haproxy.git | @@ -550,10 +550,10 @@ To start using Big Bang, you will need to create your own Big Bang environment t | addons.mattermost.sourceType | string | `"git"` | Choose source type of "git" or "helmRepo" | | addons.mattermost.git.repo | string | `"https://repo1.dso.mil/big-bang/product/packages/mattermost.git"` | | | addons.mattermost.git.path | string | `"./chart"` | | -| addons.mattermost.git.tag | string | `"9.3.0-bb.1"` | | +| addons.mattermost.git.tag | string | `"9.3.0-bb.2"` | | | addons.mattermost.helmRepo.repoName | string | `"registry1"` | | | addons.mattermost.helmRepo.chartName | string | `"mattermost"` | | -| addons.mattermost.helmRepo.tag | string | `"9.3.0-bb.1"` | | +| addons.mattermost.helmRepo.tag | string | `"9.3.0-bb.2"` | | | addons.mattermost.flux | object | `{}` | Flux reconciliation overrides specifically for the Mattermost Package | | addons.mattermost.enterprise | object | `{"enabled":false,"license":""}` | Mattermost Enterprise functionality. | | addons.mattermost.enterprise.enabled | bool | `false` | Toggle the Mattermost Enterprise. This must be accompanied by a valid license unless you plan to start a trial post-install. | @@ -580,10 +580,10 @@ To start using Big Bang, you will need to create your own Big Bang environment t | addons.velero.sourceType | string | `"git"` | Choose source type of "git" or "helmRepo" | | addons.velero.git.repo | string | `"https://repo1.dso.mil/big-bang/product/packages/velero.git"` | | | addons.velero.git.path | string | `"./chart"` | | -| addons.velero.git.tag | string | `"5.1.3-bb.2"` | | +| addons.velero.git.tag | string | `"5.1.6-bb.0"` | | | addons.velero.helmRepo.repoName | string | `"registry1"` | | | addons.velero.helmRepo.chartName | string | `"velero"` | | -| addons.velero.helmRepo.tag | string | `"5.1.3-bb.2"` | | +| addons.velero.helmRepo.tag | string | `"5.1.6-bb.0"` | | | addons.velero.flux | object | `{}` | Flux reconciliation overrides specifically for the Velero Package | | addons.velero.plugins | list | `[]` | Plugin provider for Velero - requires at least one plugin installed. Current supported values: aws, azure, csi | | addons.velero.values | object | `{}` | Values to passthrough to the Velero chart: https://repo1.dso.mil/big-bang/product/packages/values.yaml | @@ -611,10 +611,10 @@ To start using Big Bang, you will need to create your own Big Bang environment t | addons.vault.sourceType | string | `"git"` | Choose source type of "git" or "helmRepo" | | addons.vault.git.repo | string | `"https://repo1.dso.mil/big-bang/product/packages/vault.git"` | | | addons.vault.git.path | string | `"./chart"` | | -| addons.vault.git.tag | string | `"0.25.0-bb.8"` | | +| addons.vault.git.tag | string | `"0.25.0-bb.10"` | | | addons.vault.helmRepo.repoName | string | `"registry1"` | | | addons.vault.helmRepo.chartName | string | `"vault"` | | -| addons.vault.helmRepo.tag | string | `"0.25.0-bb.8"` | | +| addons.vault.helmRepo.tag | string | `"0.25.0-bb.10"` | | | addons.vault.flux | object | `{}` | Flux reconciliation overrides specifically for the Vault Package | | addons.vault.ingress | object | `{"cert":"","gateway":"","key":""}` | Redirect the package ingress to a specific Istio Gateway (listed in `istio.gateways`). The default is "public". | | addons.vault.ingress.key | string | `""` | Certificate/Key pair to use as the certificate for exposing Vault Setting the ingress cert here will automatically create the volume and volumemounts in the Vault package chart | @@ -634,11 +634,11 @@ To start using Big Bang, you will need to create your own Big Bang environment t | addons.harbor.enabled | bool | `false` | Toggle deployment of harbor | | addons.harbor.sourceType | string | `"git"` | Choose source type of "git" or "helmRepo" | | addons.harbor.git.repo | string | `"https://repo1.dso.mil/platform-one/big-bang/apps/sandbox/harbor.git"` | | -| addons.harbor.git.tag | string | `"1.13.1-bb.4"` | | +| addons.harbor.git.tag | string | `"1.14.0-bb.1"` | | | addons.harbor.git.path | string | `"./chart"` | | | addons.harbor.helmRepo.repoName | string | `"registry1"` | | | addons.harbor.helmRepo.chartName | string | `"harbor"` | | -| addons.harbor.helmRepo.tag | string | `"1.13.1-bb.4"` | | +| addons.harbor.helmRepo.tag | string | `"1.14.0-bb.1"` | | | addons.harbor.flux | object | `{}` | Flux reconciliation overrides specifically for the Jaeger Package | | addons.harbor.ingress | object | `{"gateway":""}` | Redirect the package ingress to a specific Istio Gateway (listed in `istio.gateways`). The default is "public". | | addons.harbor.sso.enabled | bool | `false` | Toggle SSO for Harbor on and off | @@ -649,24 +649,24 @@ To start using Big Bang, you will need to create your own Big Bang environment t | addons.thanos.enabled | bool | `false` | Toggle deployment of thanos | | addons.thanos.sourceType | string | `"git"` | Choose source type of "git" or "helmRepo" | | addons.thanos.git.repo | string | `"https://repo1.dso.mil/big-bang/product/packages/thanos.git"` | | -| addons.thanos.git.tag | string | `"12.16.1-bb.0"` | | +| addons.thanos.git.tag | string | `"12.21.0-bb.1"` | | | addons.thanos.git.path | string | `"./chart"` | | | addons.thanos.helmRepo.repoName | string | `"registry1"` | | | addons.thanos.helmRepo.chartName | string | `"thanos"` | | -| addons.thanos.helmRepo.tag | string | `"12.16.1-bb.0"` | | +| addons.thanos.helmRepo.tag | string | `"12.21.0-bb.1"` | | | addons.thanos.flux | object | `{}` | Flux reconciliation overrides specifically for the Jaeger Package | | addons.thanos.ingress | object | `{"gateway":""}` | Redirect the package ingress to a specific Istio Gateway (listed in `istio.gateways`). The default is "public". | | addons.thanos.objstoreConfig | string | `""` | Configure the object storage for Thanos. The monitoring.prometheus thanos-sidecar and Thanos will use this configuration if defined | | addons.thanos.values | object | `{}` | | | addons.thanos.postRenderers | list | `[]` | | -| wrapper | object | `{"git":{"path":"chart","repo":"https://repo1.dso.mil/big-bang/product/packages/wrapper.git","tag":"0.4.3"},"helmRepo":{"chartName":"wrapper","repoName":"registry1","tag":"0.4.3"},"sourceType":"git"}` | Wrapper chart for integrating Big Bang components alongside a package | +| wrapper | object | `{"git":{"path":"chart","repo":"https://repo1.dso.mil/big-bang/product/packages/wrapper.git","tag":"0.4.4"},"helmRepo":{"chartName":"wrapper","repoName":"registry1","tag":"0.4.4"},"sourceType":"git"}` | Wrapper chart for integrating Big Bang components alongside a package | | wrapper.sourceType | string | `"git"` | Choose source type of "git" or "helmRepo" | | wrapper.helmRepo.repoName | string | `"registry1"` | Repository holding OCI chart, corresponding to `helmRepositories` name | | wrapper.helmRepo.chartName | string | `"wrapper"` | Name of the OCI chart in `repo` | -| wrapper.helmRepo.tag | string | `"0.4.3"` | Tag of the OCI chart in `repo` | +| wrapper.helmRepo.tag | string | `"0.4.4"` | Tag of the OCI chart in `repo` | | wrapper.git.repo | string | `"https://repo1.dso.mil/big-bang/product/packages/wrapper.git"` | Git repo holding the wrapper helm chart, example: https://repo1.dso.mil/big-bang/product/packages/wrapper | | wrapper.git.path | string | `"chart"` | Path inside of the git repo to find the helm chart, example: chart | -| wrapper.git.tag | string | `"0.4.3"` | Git tag to check out. Takes precedence over branch. [More info](https://fluxcd.io/flux/components/source/gitrepositories/#reference), example: 0.0.2 | +| wrapper.git.tag | string | `"0.4.4"` | Git tag to check out. Takes precedence over branch. [More info](https://fluxcd.io/flux/components/source/gitrepositories/#reference), example: 0.0.2 | | packages | object | `{"sample":{"configMaps":{},"dependsOn":[],"enabled":false,"flux":{},"git":{"branch":null,"commit":null,"credentials":{"caFile":"","knownHosts":"","password":"","privateKey":"","publicKey":"","username":""},"existingSecret":"","path":null,"repo":null,"semver":null,"tag":null},"helmRepo":{"chartName":null,"repoName":null,"tag":null},"istio":{},"kustomize":false,"monitor":{},"network":{},"postRenderers":[],"secrets":{},"sourceType":"git","values":{},"wrapper":{"enabled":false}}}` | Packages to deploy with Big Bang @default - '{}' | | packages.sample | object | Uses `defaults/<package name>.yaml` for defaults. See `package` Helm chart for additional values that can be set. | Package name. Each package will be independently wrapped for Big Bang integration. | | packages.sample.enabled | bool | true | Toggle deployment of this package |