diff --git a/CHANGELOG.md b/CHANGELOG.md index 1160c467c9d3c99bd375b264f6c926e87d418290..fded25a280a1bd55415b6c96247f34df6fefec18 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.13.0] + +- [!2.13.0](https://repo1.dso.mil/big-bang/bigbang/-/merge_requests?scope=all&utf8=%E2%9C%93&state=merged&milestone_title=2.13.0); List of merge requests in this release. + ## [2.12.0] - [!2.12.0](https://repo1.dso.mil/big-bang/bigbang/-/merge_requests?scope=all&utf8=%E2%9C%93&state=merged&milestone_title=2.12.0); List of merge requests in this release. diff --git a/base/gitrepository.yaml b/base/gitrepository.yaml index cd14935a3df3c0db58b35da1c4ac956df2c1e586..84f525c31a118aa4ead5a069f7724e81b4068d82 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.12.0 + tag: 2.13.0 diff --git a/chart/Chart.yaml b/chart/Chart.yaml index f9da33f6195bc3d02cb024b83262bce8d1f517e1..079ed4472560b53df5d9c195922044c72ad2283d 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: bigbang -version: 2.12.0 +version: 2.13.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 77d4533f5127e4e9be7fc2c3bd77dceda25ceaaa..4e364b87b64239c6230f5af69b2d872b7ec66266 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. @@ -63,13 +63,14 @@ To start using Big Bang, you will need to create your own Big Bang environment t | networkPolicies.vpcCidr | string | `"0.0.0.0/0"` | VPC CIDR, defaults to 0.0.0.0/0 In a production environment, it is recommended to setup a Private Endpoint for your AWS services like KMS or S3. Please review https://docs.aws.amazon.com/kms/latest/developerguide/kms-vpc-endpoint.html to setup routing to AWS services that never leave the AWS network. Once created update `networkPolicies.vpcCidr` to match the CIDR of your VPC so Vault will be able to reach your VPCs DNS and new KMS endpoint. | | imagePullPolicy | string | `"IfNotPresent"` | Global ImagePullPolicy value for all packages Permitted values are: None, Always, IfNotPresent | | istio.enabled | bool | `true` | Toggle deployment of Istio. | +| istio.mtls.mode | string | `"STRICT"` | STRICT = Allow only mutual TLS traffic, PERMISSIVE = Allow both plain text and mutual TLS traffic | | 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.0-bb.0"` | | +| istio.git.tag | string | `"1.19.0-bb.2"` | | | istio.helmRepo.repoName | string | `"registry1"` | | | istio.helmRepo.chartName | string | `"istio"` | | -| istio.helmRepo.tag | string | `"1.19.0-bb.0"` | | +| istio.helmRepo.tag | string | `"1.19.0-bb.2"` | | | 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 | `{}` | | @@ -97,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.0"` | | +| jaeger.git.tag | string | `"2.47.0-bb.1"` | | | jaeger.helmRepo.repoName | string | `"registry1"` | | | jaeger.helmRepo.chartName | string | `"jaeger"` | | -| jaeger.helmRepo.tag | string | `"2.47.0-bb.0"` | | +| jaeger.helmRepo.tag | string | `"2.47.0-bb.1"` | | | 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 | @@ -112,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.72.0-bb.1"` | | +| kiali.git.tag | string | `"1.74.0-bb.2"` | | | kiali.helmRepo.repoName | string | `"registry1"` | | | kiali.helmRepo.chartName | string | `"kiali"` | | -| kiali.helmRepo.tag | string | `"1.72.0-bb.1"` | | +| kiali.helmRepo.tag | string | `"1.74.0-bb.2"` | | | 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 | @@ -138,10 +139,10 @@ To start using Big Bang, you will need to create your own Big Bang environment t | gatekeeper.sourceType | string | `"git"` | Choose source type of "git" or "helmRepo" | | gatekeeper.git.repo | string | `"https://repo1.dso.mil/big-bang/product/packages/policy.git"` | | | gatekeeper.git.path | string | `"./chart"` | | -| gatekeeper.git.tag | string | `"3.13.0-bb.1"` | | +| gatekeeper.git.tag | string | `"3.13.0-bb.2"` | | | gatekeeper.helmRepo.repoName | string | `"registry1"` | | | gatekeeper.helmRepo.chartName | string | `"gatekeeper"` | | -| gatekeeper.helmRepo.tag | string | `"3.13.0-bb.1"` | | +| gatekeeper.helmRepo.tag | string | `"3.13.0-bb.2"` | | | gatekeeper.flux | object | `{"install":{"crds":"CreateReplace"},"upgrade":{"crds":"CreateReplace"}}` | Flux reconciliation overrides specifically for the OPA Gatekeeper Package | | gatekeeper.values | object | `{}` | Values to passthrough to the gatekeeper chart: https://repo1.dso.mil/big-bang/product/packages/policy.git | | gatekeeper.postRenderers | list | `[]` | Post Renderers. See docs/postrenders.md | @@ -149,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.0.0-bb.4"` | | +| kyverno.git.tag | string | `"3.0.0-bb.5"` | | | kyverno.helmRepo.repoName | string | `"registry1"` | | | kyverno.helmRepo.chartName | string | `"kyverno"` | | -| kyverno.helmRepo.tag | string | `"3.0.0-bb.4"` | | +| kyverno.helmRepo.tag | string | `"3.0.0-bb.5"` | | | 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 | @@ -160,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.0"` | | +| kyvernoPolicies.git.tag | string | `"3.0.4-bb.1"` | | | kyvernoPolicies.helmRepo.repoName | string | `"registry1"` | | | kyvernoPolicies.helmRepo.chartName | string | `"kyverno-policies"` | | -| kyvernoPolicies.helmRepo.tag | string | `"3.0.4-bb.0"` | | +| kyvernoPolicies.helmRepo.tag | string | `"3.0.4-bb.1"` | | | 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 | @@ -171,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.4"` | | +| kyvernoReporter.git.tag | string | `"2.16.0-bb.6"` | | | kyvernoReporter.helmRepo.repoName | string | `"registry1"` | | | kyvernoReporter.helmRepo.chartName | string | `"kyverno-reporter"` | | -| kyvernoReporter.helmRepo.tag | string | `"2.16.0-bb.4"` | | +| kyvernoReporter.helmRepo.tag | string | `"2.16.0-bb.6"` | | | 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 | @@ -182,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.3.1-bb.3"` | | +| elasticsearchKibana.git.tag | string | `"1.5.0-bb.0"` | | | elasticsearchKibana.helmRepo.repoName | string | `"registry1"` | | | elasticsearchKibana.helmRepo.chartName | string | `"elasticsearch-kibana"` | | -| elasticsearchKibana.helmRepo.tag | string | `"1.3.1-bb.3"` | | +| elasticsearchKibana.helmRepo.tag | string | `"1.5.0-bb.0"` | | | 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. | @@ -210,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.37.0-bb.1"` | | +| fluentbit.git.tag | string | `"0.37.0-bb.2"` | | | fluentbit.helmRepo.repoName | string | `"registry1"` | | | fluentbit.helmRepo.chartName | string | `"fluentbit"` | | -| fluentbit.helmRepo.tag | string | `"0.37.0-bb.1"` | | +| fluentbit.helmRepo.tag | string | `"0.37.0-bb.2"` | | | 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 | @@ -221,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.0-bb.1"` | | +| promtail.git.tag | string | `"6.15.0-bb.3"` | | | promtail.helmRepo.repoName | string | `"registry1"` | | | promtail.helmRepo.chartName | string | `"promtail"` | | -| promtail.helmRepo.tag | string | `"6.15.0-bb.1"` | | +| promtail.helmRepo.tag | string | `"6.15.0-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 | @@ -232,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.23.1-bb.0"` | | +| loki.git.tag | string | `"5.23.1-bb.1"` | | | loki.helmRepo.repoName | string | `"registry1"` | | | loki.helmRepo.chartName | string | `"loki"` | | -| loki.helmRepo.tag | string | `"5.23.1-bb.0"` | | +| loki.helmRepo.tag | string | `"5.23.1-bb.1"` | | | 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" | @@ -249,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.4.5-bb.6"` | | +| neuvector.git.tag | string | `"2.6.3-bb.0"` | | | neuvector.helmRepo.repoName | string | `"registry1"` | | | neuvector.helmRepo.chartName | string | `"neuvector"` | | -| neuvector.helmRepo.tag | string | `"2.4.5-bb.6"` | | +| neuvector.helmRepo.tag | string | `"2.6.3-bb.0"` | | | 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 | @@ -265,10 +266,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.6.1-bb.1"` | | +| tempo.git.tag | string | `"1.6.1-bb.3"` | | | tempo.helmRepo.repoName | string | `"registry1"` | | | tempo.helmRepo.chartName | string | `"tempo"` | | -| tempo.helmRepo.tag | string | `"1.6.1-bb.1"` | | +| tempo.helmRepo.tag | string | `"1.6.1-bb.3"` | | | 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 | @@ -286,10 +287,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 | `"51.1.0-bb.0"` | | +| monitoring.git.tag | string | `"51.1.0-bb.2"` | | | monitoring.helmRepo.repoName | string | `"registry1"` | | | monitoring.helmRepo.chartName | string | `"monitoring"` | | -| monitoring.helmRepo.tag | string | `"51.1.0-bb.0"` | | +| monitoring.helmRepo.tag | string | `"51.1.0-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 | @@ -321,10 +322,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.0-bb.1"` | | +| twistlock.git.tag | string | `"0.13.0-bb.3"` | | | twistlock.helmRepo.repoName | string | `"registry1"` | | | twistlock.helmRepo.chartName | string | `"twistlock"` | | -| twistlock.helmRepo.tag | string | `"0.13.0-bb.1"` | | +| twistlock.helmRepo.tag | string | `"0.13.0-bb.3"` | | | 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 | @@ -394,10 +395,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.3.4-bb.0"` | | +| addons.gitlab.git.tag | string | `"7.4.1-bb.3"` | | | addons.gitlab.helmRepo.repoName | string | `"registry1"` | | | addons.gitlab.helmRepo.chartName | string | `"gitlab"` | | -| addons.gitlab.helmRepo.tag | string | `"7.3.4-bb.0"` | | +| addons.gitlab.helmRepo.tag | string | `"7.4.1-bb.3"` | | | 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. | @@ -425,10 +426,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.52.0-bb.6"` | | +| addons.gitlabRunner.git.tag | string | `"0.52.0-bb.7"` | | | addons.gitlabRunner.helmRepo.repoName | string | `"registry1"` | | | addons.gitlabRunner.helmRepo.chartName | string | `"gitlab-runner"` | | -| addons.gitlabRunner.helmRepo.tag | string | `"0.52.0-bb.6"` | | +| addons.gitlabRunner.helmRepo.tag | string | `"0.52.0-bb.7"` | | | 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 | @@ -457,10 +458,10 @@ To start using Big Bang, you will need to create your own Big Bang environment t | addons.sonarqube.sourceType | string | `"git"` | Choose source type of "git" or "helmRepo" | | addons.sonarqube.git.repo | string | `"https://repo1.dso.mil/big-bang/product/packages/sonarqube.git"` | | | addons.sonarqube.git.path | string | `"./chart"` | | -| addons.sonarqube.git.tag | string | `"8.0.1-bb.6"` | | +| addons.sonarqube.git.tag | string | `"8.0.2-bb.0"` | | | addons.sonarqube.helmRepo.repoName | string | `"registry1"` | | | addons.sonarqube.helmRepo.chartName | string | `"sonarqube"` | | -| addons.sonarqube.helmRepo.tag | string | `"8.0.1-bb.6"` | | +| addons.sonarqube.helmRepo.tag | string | `"8.0.2-bb.0"` | | | addons.sonarqube.flux | object | `{}` | Flux reconciliation overrides specifically for the Sonarqube Package | | addons.sonarqube.ingress | object | `{"gateway":""}` | Redirect the package ingress to a specific Istio Gateway (listed in `istio.gateways`). The default is "public". | | addons.sonarqube.sso.enabled | bool | `false` | Toggle SAML SSO for SonarQube. Enabling this option will auto-create any required secrets. | @@ -480,10 +481,10 @@ 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.2311007-bb.1"` | | +| addons.fortify.git.tag | string | `"1.1.2311007-bb.2"` | | | addons.fortify.helmRepo.repoName | string | `"registry1"` | | | addons.fortify.helmRepo.chartName | string | `"fortify"` | | -| addons.fortify.helmRepo.tag | string | `"1.1.2311007-bb.1"` | | +| addons.fortify.helmRepo.tag | string | `"1.1.2311007-bb.2"` | | | 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 | @@ -576,10 +577,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.0.2-bb.2"` | | +| addons.velero.git.tag | string | `"5.0.2-bb.4"` | | | addons.velero.helmRepo.repoName | string | `"registry1"` | | | addons.velero.helmRepo.chartName | string | `"velero"` | | -| addons.velero.helmRepo.tag | string | `"5.0.2-bb.2"` | | +| addons.velero.helmRepo.tag | string | `"5.0.2-bb.4"` | | | 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 | @@ -588,10 +589,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 | `"18.4.3-bb.7"` | | +| addons.keycloak.git.tag | string | `"18.4.3-bb.10"` | | | addons.keycloak.helmRepo.repoName | string | `"registry1"` | | | addons.keycloak.helmRepo.chartName | string | `"keycloak"` | | -| addons.keycloak.helmRepo.tag | string | `"18.4.3-bb.7"` | | +| addons.keycloak.helmRepo.tag | string | `"18.4.3-bb.10"` | | | 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. | @@ -607,10 +608,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.2"` | | +| addons.vault.git.tag | string | `"0.25.0-bb.4"` | | | addons.vault.helmRepo.repoName | string | `"registry1"` | | | addons.vault.helmRepo.chartName | string | `"vault"` | | -| addons.vault.helmRepo.tag | string | `"0.25.0-bb.2"` | | +| addons.vault.helmRepo.tag | string | `"0.25.0-bb.4"` | | | 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 | @@ -630,11 +631,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.12.4-bb.1"` | | +| addons.harbor.git.tag | string | `"1.12.4-bb.3"` | | | addons.harbor.git.path | string | `"./chart"` | | | addons.harbor.helmRepo.repoName | string | `"registry1"` | | | addons.harbor.helmRepo.chartName | string | `"harbor"` | | -| addons.harbor.helmRepo.tag | string | `"1.12.4-bb.1"` | | +| addons.harbor.helmRepo.tag | string | `"1.12.4-bb.3"` | | | 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 |