diff --git a/CHANGELOG.md b/CHANGELOG.md index 86ede9ca78c72ad30f590b9aa62401498e0619ce..53f8d558972f4b55beb67e09c5738ff4f472e847 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.24.0] + +- [!2.24.0](https://repo1.dso.mil/big-bang/bigbang/-/merge_requests?scope=all&utf8=%E2%9C%93&state=merged&milestone_title=2.24.0); List of merge requests in this release. + ## [2.23.1] - [!2.23.1](https://repo1.dso.mil/big-bang/bigbang/-/merge_requests?scope=all&utf8=%E2%9C%93&state=merged&milestone_title=2.23.1); List of merge requests in this release. diff --git a/base/gitrepository.yaml b/base/gitrepository.yaml index 20843b06c2bf195a26eaa77884a4097a651e4632..99a3d197307912952c5daa3aaf034d9c3a3e7992 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.23.1 + tag: 2.24.0 diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 3aec5bae4315c8f2b54813fa5721eab9a424c9ab..8478f50e48ed2bb97afb5e29e39eb84ee248cfbd 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: bigbang -version: 2.23.1 +version: 2.24.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/understanding-bigbang/configuration/base-config.md b/docs/understanding-bigbang/configuration/base-config.md index 69a1722802e00714a20f98f551895ffc6e0f5fac..559a53ea4cf38245f7436022cbb17ce716f9c6a1 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. @@ -23,7 +23,7 @@ To start using Big Bang, you will need to create your own Big Bang environment t | Key | Type | Default | Description | |-----|------|---------|-------------| -| domain | string | `"bigbang.dev"` | Domain used for BigBang created exposed services, can be overridden by individual packages. | +| domain | string | `"dev.bigbang.mil"` | Domain used for BigBang created exposed services, can be overridden by individual packages. | | offline | bool | `false` | (experimental) Toggle sourcing from external repos. All this does right now is toggle GitRepositories, it is _not_ fully functional | | helmRepositories | list | `[]` | List of Helm repositories/credentials to pull helm charts from. OCI Type: Must specify username/password or existingSecret if repository requires auth. Using "private-registry" for existingSecret will reuse credentials from registryCredentials above. Default Type: Must specify existingSecret with auth - see https://fluxcd.io/flux/components/source/helmrepositories/#secret-reference for details on secret data required. | | registryCredentials | object | `{"email":"","password":"","registry":"registry1.dso.mil","username":""}` | Single set of registry credentials used to pull all images deployed by BigBang. | @@ -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.7-bb.0"` | | +| istio.git.tag | string | `"1.20.4-bb.1"` | | | istio.helmRepo.repoName | string | `"registry1"` | | | istio.helmRepo.chartName | string | `"istio"` | | -| istio.helmRepo.tag | string | `"1.19.7-bb.0"` | | +| istio.helmRepo.tag | string | `"1.20.4-bb.1"` | | | 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.7-bb.2"` | | +| istioOperator.git.tag | string | `"1.20.4-bb.0"` | | | istioOperator.helmRepo.repoName | string | `"registry1"` | | | istioOperator.helmRepo.chartName | string | `"istio-operator"` | | -| istioOperator.helmRepo.tag | string | `"1.19.7-bb.2"` | | +| istioOperator.helmRepo.tag | string | `"1.20.4-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 | @@ -113,10 +113,10 @@ To start using Big Bang, you will need to create your own Big Bang environment t | kiali.sourceType | string | `"git"` | Choose source type of "git" or "helmRepo" | | kiali.git.repo | string | `"https://repo1.dso.mil/big-bang/product/packages/kiali.git"` | | | kiali.git.path | string | `"./chart"` | | -| kiali.git.tag | string | `"1.80.0-bb.1"` | | +| kiali.git.tag | string | `"1.82.0-bb.0"` | | | kiali.helmRepo.repoName | string | `"registry1"` | | | kiali.helmRepo.chartName | string | `"kiali"` | | -| kiali.helmRepo.tag | string | `"1.80.0-bb.1"` | | +| kiali.helmRepo.tag | string | `"1.82.0-bb.0"` | | | kiali.flux | object | `{}` | Flux reconciliation overrides specifically for the Kiali Package | | kiali.ingress | object | `{"gateway":""}` | Redirect the package ingress to a specific Istio Gateway (listed in `istio.gateways`). The default is "public". | | kiali.sso.enabled | bool | `false` | Toggle SSO for Kiali on and off | @@ -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.27"` | | +| kyvernoPolicies.git.tag | string | `"3.0.4-bb.28"` | | | kyvernoPolicies.helmRepo.repoName | string | `"registry1"` | | | kyvernoPolicies.helmRepo.chartName | string | `"kyverno-policies"` | | -| kyvernoPolicies.helmRepo.tag | string | `"3.0.4-bb.27"` | | +| kyvernoPolicies.helmRepo.tag | string | `"3.0.4-bb.28"` | | | 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.22.4-bb.0"` | | +| kyvernoReporter.git.tag | string | `"2.22.4-bb.1"` | | | kyvernoReporter.helmRepo.repoName | string | `"registry1"` | | | kyvernoReporter.helmRepo.chartName | string | `"kyverno-reporter"` | | -| kyvernoReporter.helmRepo.tag | string | `"2.22.4-bb.0"` | | +| kyvernoReporter.helmRepo.tag | string | `"2.22.4-bb.1"` | | | 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.11.0-bb.0"` | | +| elasticsearchKibana.git.tag | string | `"1.11.0-bb.1"` | | | elasticsearchKibana.helmRepo.repoName | string | `"registry1"` | | | elasticsearchKibana.helmRepo.chartName | string | `"elasticsearch-kibana"` | | -| elasticsearchKibana.helmRepo.tag | string | `"1.11.0-bb.0"` | | +| elasticsearchKibana.helmRepo.tag | string | `"1.11.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.11.1-bb.0"` | | +| eckOperator.git.tag | string | `"2.12.1-bb.0"` | | | eckOperator.helmRepo.repoName | string | `"registry1"` | | | eckOperator.helmRepo.chartName | string | `"eck-operator"` | | -| eckOperator.helmRepo.tag | string | `"2.11.1-bb.0"` | | +| eckOperator.helmRepo.tag | string | `"2.12.1-bb.0"` | | | 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.43.0-bb.2"` | | +| fluentbit.git.tag | string | `"0.43.0-bb.4"` | | | fluentbit.helmRepo.repoName | string | `"registry1"` | | | fluentbit.helmRepo.chartName | string | `"fluentbit"` | | -| fluentbit.helmRepo.tag | string | `"0.43.0-bb.2"` | | +| fluentbit.helmRepo.tag | string | `"0.43.0-bb.4"` | | | 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.5-bb.2"` | | +| promtail.git.tag | string | `"6.15.5-bb.3"` | | | promtail.helmRepo.repoName | string | `"registry1"` | | | promtail.helmRepo.chartName | string | `"promtail"` | | -| promtail.helmRepo.tag | string | `"6.15.5-bb.2"` | | +| promtail.helmRepo.tag | string | `"6.15.5-bb.3"` | | | 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 | @@ -233,10 +233,10 @@ To start using Big Bang, you will need to create your own Big Bang environment t | loki.sourceType | string | `"git"` | Choose source type of "git" or "helmRepo" | | loki.git.repo | string | `"https://repo1.dso.mil/big-bang/product/packages/loki.git"` | | | loki.git.path | string | `"./chart"` | | -| loki.git.tag | string | `"5.42.0-bb.10"` | | +| loki.git.tag | string | `"5.42.0-bb.11"` | | | loki.helmRepo.repoName | string | `"registry1"` | | | loki.helmRepo.chartName | string | `"loki"` | | -| loki.helmRepo.tag | string | `"5.42.0-bb.10"` | | +| loki.helmRepo.tag | string | `"5.42.0-bb.11"` | | | loki.flux | object | `{}` | Flux reconciliation overrides specifically for the Loki Package | | loki.strategy | string | `"monolith"` | Loki architecture. Options are monolith and scalable | | loki.objectStorage.endpoint | string | `""` | S3 compatible endpoint to use for connection information. examples: "https://s3.amazonaws.com" "https://s3.us-gov-west-1.amazonaws.com" "http://minio.minio.svc.cluster.local:9000" | @@ -250,10 +250,10 @@ To start using Big Bang, you will need to create your own Big Bang environment t | neuvector.sourceType | string | `"git"` | Choose source type of "git" or "helmRepo" | | neuvector.git.repo | string | `"https://repo1.dso.mil/big-bang/product/packages/neuvector.git"` | | | neuvector.git.path | string | `"./chart"` | | -| neuvector.git.tag | string | `"2.6.3-bb.14"` | | +| neuvector.git.tag | string | `"2.6.3-bb.17"` | | | neuvector.helmRepo.repoName | string | `"registry1"` | | | neuvector.helmRepo.chartName | string | `"neuvector"` | | -| neuvector.helmRepo.tag | string | `"2.6.3-bb.14"` | | +| neuvector.helmRepo.tag | string | `"2.6.3-bb.17"` | | | neuvector.ingress | object | `{"gateway":""}` | Redirect the package ingress to a specific Istio Gateway (listed in `istio.gateways`). The default is "public". | | neuvector.sso.enabled | bool | `false` | Toggle SSO for Neuvector on and off | | neuvector.sso.client_id | string | `""` | OIDC Client ID to use for Neuvector | @@ -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 | `"56.2.1-bb.9"` | | +| monitoring.git.tag | string | `"57.0.3-bb.2"` | | | monitoring.helmRepo.repoName | string | `"registry1"` | | | monitoring.helmRepo.chartName | string | `"monitoring"` | | -| monitoring.helmRepo.tag | string | `"56.2.1-bb.9"` | | +| monitoring.helmRepo.tag | string | `"57.0.3-bb.2"` | | | 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 | @@ -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 | `"7.3.1-bb.5"` | | +| grafana.git.tag | string | `"7.3.7-bb.1"` | | | grafana.helmRepo.repoName | string | `"registry1"` | | | grafana.helmRepo.chartName | string | `"grafana"` | | -| grafana.helmRepo.tag | string | `"7.3.1-bb.5"` | | +| grafana.helmRepo.tag | string | `"7.3.7-bb.1"` | | | 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.15.0-bb.2"` | | +| twistlock.git.tag | string | `"0.15.0-bb.4"` | | | twistlock.helmRepo.repoName | string | `"registry1"` | | | twistlock.helmRepo.chartName | string | `"twistlock"` | | -| twistlock.helmRepo.tag | string | `"0.15.0-bb.2"` | | +| twistlock.helmRepo.tag | string | `"0.15.0-bb.4"` | | | 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 | `"6.7.2-bb.0"` | | +| addons.argocd.git.tag | string | `"6.7.2-bb.1"` | | | addons.argocd.helmRepo.repoName | string | `"registry1"` | | | addons.argocd.helmRepo.chartName | string | `"argocd"` | | -| addons.argocd.helmRepo.tag | string | `"6.7.2-bb.0"` | | +| addons.argocd.helmRepo.tag | string | `"6.7.2-bb.1"` | | | 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.30"` | | +| addons.authservice.git.tag | string | `"1.0.0-bb.0"` | | | addons.authservice.helmRepo.repoName | string | `"registry1"` | | | addons.authservice.helmRepo.chartName | string | `"authservice"` | | -| addons.authservice.helmRepo.tag | string | `"0.5.3-bb.30"` | | +| addons.authservice.helmRepo.tag | string | `"1.0.0-bb.0"` | | | 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 | @@ -370,10 +370,10 @@ To start using Big Bang, you will need to create your own Big Bang environment t | addons.minioOperator.sourceType | string | `"git"` | Choose source type of "git" or "helmRepo" | | addons.minioOperator.git.repo | string | `"https://repo1.dso.mil/big-bang/product/packages/minio-operator.git"` | | | addons.minioOperator.git.path | string | `"./chart"` | | -| addons.minioOperator.git.tag | string | `"5.0.12-bb.3"` | | +| addons.minioOperator.git.tag | string | `"5.0.14-bb.0"` | | | addons.minioOperator.helmRepo.repoName | string | `"registry1"` | | | addons.minioOperator.helmRepo.chartName | string | `"minio-operator"` | | -| addons.minioOperator.helmRepo.tag | string | `"5.0.12-bb.3"` | | +| addons.minioOperator.helmRepo.tag | string | `"5.0.14-bb.0"` | | | addons.minioOperator.flux | object | `{}` | Flux reconciliation overrides specifically for the Minio Operator Package | | addons.minioOperator.ingress | object | `{"gateway":""}` | Redirect the package ingress to a specific Istio Gateway (listed in `istio.gateways`). The default is "public". | | addons.minioOperator.values | object | `{}` | Values to passthrough to the minio operator chart: https://repo1.dso.mil/big-bang/product/packages/minio-operator.git | @@ -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.12-bb.4"` | | +| addons.minio.git.tag | string | `"5.0.12-bb.8"` | | | addons.minio.helmRepo.repoName | string | `"registry1"` | | | addons.minio.helmRepo.chartName | string | `"minio-instance"` | | -| addons.minio.helmRepo.tag | string | `"5.0.12-bb.4"` | | +| addons.minio.helmRepo.tag | string | `"5.0.12-bb.8"` | | | 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.9.2-bb.0"` | | +| addons.gitlab.git.tag | string | `"7.10.1-bb.0"` | | | addons.gitlab.helmRepo.repoName | string | `"registry1"` | | | addons.gitlab.helmRepo.chartName | string | `"gitlab"` | | -| addons.gitlab.helmRepo.tag | string | `"7.9.2-bb.0"` | | +| addons.gitlab.helmRepo.tag | string | `"7.10.1-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. | @@ -430,10 +430,10 @@ To start using Big Bang, you will need to create your own Big Bang environment t | addons.gitlabRunner.sourceType | string | `"git"` | Choose source type of "git" or "helmRepo" | | addons.gitlabRunner.git.repo | string | `"https://repo1.dso.mil/big-bang/product/packages/gitlab-runner.git"` | | | addons.gitlabRunner.git.path | string | `"./chart"` | | -| addons.gitlabRunner.git.tag | string | `"0.59.1-bb.3"` | | +| addons.gitlabRunner.git.tag | string | `"0.62.0-bb.0"` | | | addons.gitlabRunner.helmRepo.repoName | string | `"registry1"` | | | addons.gitlabRunner.helmRepo.chartName | string | `"gitlab-runner"` | | -| addons.gitlabRunner.helmRepo.tag | string | `"0.59.1-bb.3"` | | +| addons.gitlabRunner.helmRepo.tag | string | `"0.62.0-bb.0"` | | | addons.gitlabRunner.flux | object | `{}` | Flux reconciliation overrides specifically for the Gitlab Runner Package | | addons.gitlabRunner.values | object | `{}` | Values to passthrough to the gitlab runner chart: https://repo1.dso.mil/big-bang/product/packages/gitlab-runner.git | | addons.gitlabRunner.postRenderers | list | `[]` | Post Renderers. See docs/postrenders.md | @@ -441,10 +441,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 | `"65.0.0-bb.1"` | | +| addons.nexusRepositoryManager.git.tag | string | `"66.0.0-bb.0"` | | | addons.nexusRepositoryManager.helmRepo.repoName | string | `"registry1"` | | | addons.nexusRepositoryManager.helmRepo.chartName | string | `"nexus-repository-manager"` | | -| addons.nexusRepositoryManager.helmRepo.tag | string | `"65.0.0-bb.1"` | | +| addons.nexusRepositoryManager.helmRepo.tag | string | `"66.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 | @@ -485,15 +485,15 @@ To start using Big Bang, you will need to create your own Big Bang environment t | addons.fortify.sourceType | string | `"git"` | Choose source type of "git" or "helmRepo" | | addons.fortify.git.repo | string | `"https://repo1.dso.mil/big-bang/product/packages/fortify.git"` | | | addons.fortify.git.path | string | `"./chart"` | | -| addons.fortify.git.tag | string | `"1.1.2320154-bb.2"` | | +| addons.fortify.git.tag | string | `"1.1.2320154-bb.3"` | | | addons.fortify.helmRepo.repoName | string | `"registry1"` | | | addons.fortify.helmRepo.chartName | string | `"fortify-ssc"` | | -| addons.fortify.helmRepo.tag | string | `"1.1.2320154-bb.2"` | | +| addons.fortify.helmRepo.tag | string | `"1.1.2320154-bb.3"` | | | addons.fortify.flux | object | `{}` | Flux reconciliation overrides specifically for the Fortify Package | | addons.fortify.ingress | object | `{"gateway":""}` | Redirect the package ingress to a specific Istio Gateway (listed in `istio.gateways`). The default is "public". | -| addons.fortify.sso.enabled | bool | `false` | Toggle SSO for Harbor on and off | -| addons.fortify.sso.client_id | string | `""` | OIDC Client ID to use for Harbor | -| addons.fortify.sso.client_secret | string | `""` | OIDC Client Secret to use for Harbor | +| addons.fortify.sso.enabled | bool | `false` | Toggle SSO for Fortify on and off | +| addons.fortify.sso.client_id | string | `""` | SAML Client ID to use for Fortify | +| addons.fortify.sso.client_secret | string | `""` | SAML Client Secret to use for Fortify | | addons.fortify.values | object | `{}` | Values to passthrough to the fortify chart: https://repo1.dso.mil/big-bang/product/packages/fortify.git | | addons.fortify.postRenderers | list | `[]` | Post Renderers. See docs/postrenders.md | | addons.haproxy.sourceType | string | `"git"` | Choose source type of "git" or "helmRepo" | @@ -517,9 +517,8 @@ To start using Big Bang, you will need to create your own Big Bang environment t | addons.anchore.helmRepo.tag | string | `"2.0.2-bb.1"` | | | addons.anchore.flux | object | `{"upgrade":{"disableWait":true}}` | Flux reconciliation overrides specifically for the Anchore Package | | addons.anchore.adminPassword | string | `""` | Initial admin password used to authenticate to Anchore. | -| addons.anchore.enterprise | object | `{"enabled":false,"licenseYaml":"FULL LICENSE\n"}` | Anchore Enterprise functionality. | -| addons.anchore.enterprise.enabled | bool | `false` | Toggle the installation of Anchore Enterprise. This must be accompanied by a valid license. | -| addons.anchore.enterprise.licenseYaml | string | `"FULL LICENSE\n"` | License for Anchore Enterprise. For formatting examples see https://repo1.dso.mil/big-bang/product/packages/CHART.md#enabling-enterprise-services | +| addons.anchore.enterprise | object | `{"licenseYaml":"FULL LICENSE\n"}` | Anchore Enterprise functionality. | +| addons.anchore.enterprise.licenseYaml | string | `"FULL LICENSE\n"` | License for Anchore Enterprise. Enterprise is the only option available for the chart starting with chart major version 2.X. For formatting examples see https://repo1.dso.mil/big-bang/product/packages/CHART.md#enabling-enterprise-services | | addons.anchore.ingress | object | `{"gateway":""}` | Redirect the package ingress to a specific Istio Gateway (listed in `istio.gateways`). The default is "public". | | addons.anchore.sso.enabled | bool | `false` | Toggle SAML SSO for Anchore on and off. Enabling this option will auto-create any required secrets (Note: SSO requires an Enterprise license). | | addons.anchore.sso.client_id | string | `""` | Anchore SAML client ID | @@ -540,10 +539,10 @@ To start using Big Bang, you will need to create your own Big Bang environment t | addons.mattermostOperator.sourceType | string | `"git"` | Choose source type of "git" or "helmRepo" | | addons.mattermostOperator.git.repo | string | `"https://repo1.dso.mil/big-bang/product/packages/mattermost-operator.git"` | | | addons.mattermostOperator.git.path | string | `"./chart"` | | -| addons.mattermostOperator.git.tag | string | `"1.20.1-bb.2"` | | +| addons.mattermostOperator.git.tag | string | `"1.21.0-bb.0"` | | | addons.mattermostOperator.helmRepo.repoName | string | `"registry1"` | | | addons.mattermostOperator.helmRepo.chartName | string | `"mattermost-operator"` | | -| addons.mattermostOperator.helmRepo.tag | string | `"1.20.1-bb.2"` | | +| addons.mattermostOperator.helmRepo.tag | string | `"1.21.0-bb.0"` | | | addons.mattermostOperator.flux | object | `{}` | Flux reconciliation overrides specifically for the Mattermost Operator Package | | addons.mattermostOperator.values | object | `{}` | Values to passthrough to the mattermost operator chart: https://repo1.dso.mil/big-bang/product/packages/values.yaml | | addons.mattermostOperator.postRenderers | list | `[]` | Post Renderers. See docs/postrenders.md | @@ -551,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.5.1-bb.2"` | | +| addons.mattermost.git.tag | string | `"9.6.0-bb.0"` | | | addons.mattermost.helmRepo.repoName | string | `"registry1"` | | | addons.mattermost.helmRepo.chartName | string | `"mattermost"` | | -| addons.mattermost.helmRepo.tag | string | `"9.5.1-bb.2"` | | +| addons.mattermost.helmRepo.tag | string | `"9.6.0-bb.0"` | | | 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. | @@ -581,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.2.2-bb.2"` | | +| addons.velero.git.tag | string | `"6.0.0-bb.1"` | | | addons.velero.helmRepo.repoName | string | `"registry1"` | | | addons.velero.helmRepo.chartName | string | `"velero"` | | -| addons.velero.helmRepo.tag | string | `"5.2.2-bb.2"` | | +| addons.velero.helmRepo.tag | string | `"6.0.0-bb.1"` | | | 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 | @@ -593,10 +592,10 @@ To start using Big Bang, you will need to create your own Big Bang environment t | addons.keycloak.sourceType | string | `"git"` | Choose source type of "git" or "helmRepo" | | addons.keycloak.git.repo | string | `"https://repo1.dso.mil/big-bang/product/packages/keycloak.git"` | | | addons.keycloak.git.path | string | `"./chart"` | | -| addons.keycloak.git.tag | string | `"23.0.7-bb.1"` | | +| addons.keycloak.git.tag | string | `"23.0.7-bb.2"` | | | addons.keycloak.helmRepo.repoName | string | `"registry1"` | | | addons.keycloak.helmRepo.chartName | string | `"keycloak"` | | -| addons.keycloak.helmRepo.tag | string | `"23.0.7-bb.1"` | | +| addons.keycloak.helmRepo.tag | string | `"23.0.7-bb.2"` | | | addons.keycloak.database.host | string | `""` | Hostname of a pre-existing database to use for Keycloak. Entering connection info will disable the deployment of an internal database and will auto-create any required secrets. | | addons.keycloak.database.type | string | `"postgres"` | Pre-existing database type (e.g. postgres) to use for Keycloak. | | addons.keycloak.database.port | int | `5432` | Port of a pre-existing database to use for Keycloak. | @@ -612,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.19"` | | +| addons.vault.git.tag | string | `"0.25.0-bb.20"` | | | addons.vault.helmRepo.repoName | string | `"registry1"` | | | addons.vault.helmRepo.chartName | string | `"vault"` | | -| addons.vault.helmRepo.tag | string | `"0.25.0-bb.19"` | | +| addons.vault.helmRepo.tag | string | `"0.25.0-bb.20"` | | | 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 | @@ -676,11 +675,11 @@ 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 | `"13.2.2-bb.1"` | | +| addons.thanos.git.tag | string | `"13.2.2-bb.2"` | | | addons.thanos.git.path | string | `"./chart"` | | | addons.thanos.helmRepo.repoName | string | `"registry1"` | | | addons.thanos.helmRepo.chartName | string | `"thanos"` | | -| addons.thanos.helmRepo.tag | string | `"13.2.2-bb.1"` | | +| addons.thanos.helmRepo.tag | string | `"13.2.2-bb.2"` | | | 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.values | object | `{}` | |