diff --git a/CHANGELOG.md b/CHANGELOG.md index daaaf4736f81d4ea845c36c6e0671f3ba243cb25..2e8164ffd8eacea6cc14f8ce79a613b87669455b 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.17.0] + +- [!2.17.0](https://repo1.dso.mil/big-bang/bigbang/-/merge_requests?scope=all&utf8=%E2%9C%93&state=merged&milestone_title=2.17.0); List of merge requests in this release. + ## [2.16.0] - [!2.16.0](https://repo1.dso.mil/big-bang/bigbang/-/merge_requests?scope=all&utf8=%E2%9C%93&state=merged&milestone_title=2.16.0); List of merge requests in this release. diff --git a/base/gitrepository.yaml b/base/gitrepository.yaml index 99a96bd33988d88b15bbc874c5db9ba17a5b912d..4a2c80a45d18c8c04b3eeec95218d3b96f10efad 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.16.0 + tag: 2.17.0 diff --git a/chart/Chart.yaml b/chart/Chart.yaml index e5db636a399d95866f7f7211f9ba8a2e5a048c6c..b88ab4e4ac9a51c126f6911063e9bca8c156d853 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: bigbang -version: 2.16.0 +version: 2.17.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 d7b430571ccfbc676c77b3a32a15961efbc82049..84bdad157df4443a0d491a5465d78239d5b24a3c 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 eefd8fb94b37511b6ac42dd207857c7473605e6e..04de5335871bf70f4d14580bfd9db6795829897e 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. @@ -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.76.0-bb.4"` | | +| kiali.git.tag | string | `"1.77.1-bb.1"` | | | kiali.helmRepo.repoName | string | `"registry1"` | | | kiali.helmRepo.chartName | string | `"kiali"` | | -| kiali.helmRepo.tag | string | `"1.76.0-bb.4"` | | +| kiali.helmRepo.tag | string | `"1.77.1-bb.1"` | | | 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 | @@ -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.0.0-bb.12"` | | +| kyverno.git.tag | string | `"3.1.0-bb.0"` | | | kyverno.helmRepo.repoName | string | `"registry1"` | | | kyverno.helmRepo.chartName | string | `"kyverno"` | | -| kyverno.helmRepo.tag | string | `"3.0.0-bb.12"` | | +| kyverno.helmRepo.tag | string | `"3.1.0-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.10"` | | +| kyvernoPolicies.git.tag | string | `"3.0.4-bb.15"` | | | kyvernoPolicies.helmRepo.repoName | string | `"registry1"` | | | kyvernoPolicies.helmRepo.chartName | string | `"kyverno-policies"` | | -| kyvernoPolicies.helmRepo.tag | string | `"3.0.4-bb.10"` | | +| kyvernoPolicies.helmRepo.tag | string | `"3.0.4-bb.15"` | | | 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 | @@ -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.1"` | | +| fluentbit.git.tag | string | `"0.39.0-bb.3"` | | | fluentbit.helmRepo.repoName | string | `"registry1"` | | | fluentbit.helmRepo.chartName | string | `"fluentbit"` | | -| fluentbit.helmRepo.tag | string | `"0.39.0-bb.1"` | | +| fluentbit.helmRepo.tag | string | `"0.39.0-bb.3"` | | | 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 | @@ -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.31.0-bb.8"` | | +| loki.git.tag | string | `"5.31.0-bb.10"` | | | loki.helmRepo.repoName | string | `"registry1"` | | | loki.helmRepo.chartName | string | `"loki"` | | -| loki.helmRepo.tag | string | `"5.31.0-bb.8"` | | +| loki.helmRepo.tag | string | `"5.31.0-bb.10"` | | | 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.3"` | | +| neuvector.git.tag | string | `"2.6.3-bb.7"` | | | neuvector.helmRepo.repoName | string | `"registry1"` | | | neuvector.helmRepo.chartName | string | `"neuvector"` | | -| neuvector.helmRepo.tag | string | `"2.6.3-bb.3"` | | +| neuvector.helmRepo.tag | string | `"2.6.3-bb.7"` | | | 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 | @@ -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.0-bb.1"` | | +| tempo.git.tag | string | `"1.7.1-bb.0"` | | | tempo.helmRepo.repoName | string | `"registry1"` | | | tempo.helmRepo.chartName | string | `"tempo"` | | -| tempo.helmRepo.tag | string | `"1.7.0-bb.1"` | | +| tempo.helmRepo.tag | string | `"1.7.1-bb.0"` | | | 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 | @@ -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 | `"52.1.0-bb.0"` | | +| monitoring.git.tag | string | `"55.0.0-bb.1"` | | | monitoring.helmRepo.repoName | string | `"registry1"` | | | monitoring.helmRepo.chartName | string | `"monitoring"` | | -| monitoring.helmRepo.tag | string | `"52.1.0-bb.0"` | | +| monitoring.helmRepo.tag | string | `"55.0.0-bb.1"` | | | 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 | @@ -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.8"` | | +| addons.argocd.git.tag | string | `"5.46.7-bb.9"` | | | addons.argocd.helmRepo.repoName | string | `"registry1"` | | | addons.argocd.helmRepo.chartName | string | `"argocd"` | | -| addons.argocd.helmRepo.tag | string | `"5.46.7-bb.8"` | | +| addons.argocd.helmRepo.tag | string | `"5.46.7-bb.9"` | | | 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. | @@ -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.10-bb.1"` | | +| addons.minioOperator.git.tag | string | `"5.0.11-bb.0"` | | | addons.minioOperator.helmRepo.repoName | string | `"registry1"` | | | addons.minioOperator.helmRepo.chartName | string | `"minio-operator"` | | -| addons.minioOperator.helmRepo.tag | string | `"5.0.10-bb.1"` | | +| addons.minioOperator.helmRepo.tag | string | `"5.0.11-bb.0"` | | | addons.minioOperator.flux | object | `{}` | Flux reconciliation overrides specifically for the Minio Operator Package | | addons.minioOperator.values | object | `{}` | Values to passthrough to the minio operator chart: https://repo1.dso.mil/big-bang/product/packages/minio-operator.git | | addons.minioOperator.postRenderers | list | `[]` | Post Renderers. See docs/postrenders.md | @@ -381,10 +381,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.10-bb.3"` | | +| addons.minio.git.tag | string | `"5.0.11-bb.0"` | | | addons.minio.helmRepo.repoName | string | `"registry1"` | | | addons.minio.helmRepo.chartName | string | `"minio-instance"` | | -| addons.minio.helmRepo.tag | string | `"5.0.10-bb.3"` | | +| addons.minio.helmRepo.tag | string | `"5.0.11-bb.0"` | | | 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. | @@ -397,10 +397,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.5.1-bb.1"` | | +| addons.gitlab.git.tag | string | `"7.6.1-bb.0"` | | | addons.gitlab.helmRepo.repoName | string | `"registry1"` | | | addons.gitlab.helmRepo.chartName | string | `"gitlab"` | | -| addons.gitlab.helmRepo.tag | string | `"7.5.1-bb.1"` | | +| addons.gitlab.helmRepo.tag | string | `"7.6.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. | @@ -460,10 +460,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.2-bb.2"` | | +| addons.sonarqube.git.tag | string | `"8.0.3-bb.0"` | | | addons.sonarqube.helmRepo.repoName | string | `"registry1"` | | | addons.sonarqube.helmRepo.chartName | string | `"sonarqube"` | | -| addons.sonarqube.helmRepo.tag | string | `"8.0.2-bb.2"` | | +| addons.sonarqube.helmRepo.tag | string | `"8.0.3-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. | @@ -509,10 +509,10 @@ To start using Big Bang, you will need to create your own Big Bang environment t | addons.anchore.sourceType | string | `"git"` | Choose source type of "git" or "helmRepo" | | addons.anchore.git.repo | string | `"https://repo1.dso.mil/big-bang/product/packages/anchore-enterprise.git"` | | | addons.anchore.git.path | string | `"./chart"` | | -| addons.anchore.git.tag | string | `"1.27.4-bb.3"` | | +| addons.anchore.git.tag | string | `"1.27.4-bb.6"` | | | addons.anchore.helmRepo.repoName | string | `"registry1"` | | | addons.anchore.helmRepo.chartName | string | `"anchore"` | | -| addons.anchore.helmRepo.tag | string | `"1.27.4-bb.3"` | | +| addons.anchore.helmRepo.tag | string | `"1.27.4-bb.6"` | | | 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. | @@ -549,10 +549,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.2.2-bb.0"` | | +| addons.mattermost.git.tag | string | `"v9.2.3-bb.0"` | | | addons.mattermost.helmRepo.repoName | string | `"registry1"` | | | addons.mattermost.helmRepo.chartName | string | `"mattermost"` | | -| addons.mattermost.helmRepo.tag | string | `"9.2.2-bb.0"` | | +| addons.mattermost.helmRepo.tag | string | `"v9.2.3-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. | @@ -579,10 +579,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.1"` | | +| addons.velero.git.tag | string | `"5.1.3-bb.2"` | | | addons.velero.helmRepo.repoName | string | `"registry1"` | | | addons.velero.helmRepo.chartName | string | `"velero"` | | -| addons.velero.helmRepo.tag | string | `"5.1.3-bb.1"` | | +| addons.velero.helmRepo.tag | string | `"5.1.3-bb.2"` | | | 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 | @@ -623,21 +623,21 @@ To start using Big Bang, you will need to create your own Big Bang environment t | addons.metricsServer.sourceType | string | `"git"` | Choose source type of "git" or "helmRepo" | | addons.metricsServer.git.repo | string | `"https://repo1.dso.mil/big-bang/product/packages/metrics-server.git"` | | | addons.metricsServer.git.path | string | `"./chart"` | | -| addons.metricsServer.git.tag | string | `"3.10.0-bb.3"` | | +| addons.metricsServer.git.tag | string | `"3.11.0-bb.1"` | | | addons.metricsServer.helmRepo.repoName | string | `"registry1"` | | | addons.metricsServer.helmRepo.chartName | string | `"metrics-server"` | | -| addons.metricsServer.helmRepo.tag | string | `"3.10.0-bb.3"` | | +| addons.metricsServer.helmRepo.tag | string | `"3.11.0-bb.1"` | | | addons.metricsServer.flux | object | `{}` | Flux reconciliation overrides specifically for the metrics server Package | | addons.metricsServer.values | object | `{}` | Values to passthrough to the metrics server chart: https://repo1.dso.mil/big-bang/product/packages/metrics-server.git | | addons.metricsServer.postRenderers | list | `[]` | Post Renderers. See docs/postrenders.md | | 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.2"` | | +| addons.harbor.git.tag | string | `"1.13.1-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.13.1-bb.2"` | | +| addons.harbor.helmRepo.tag | string | `"1.13.1-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 | @@ -648,11 +648,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/apps/sandbox/thanos.git"` | | -| addons.thanos.git.tag | string | `"12.13.12-bb.3"` | | +| addons.thanos.git.tag | string | `"12.13.12-bb.4"` | | | addons.thanos.git.path | string | `"./chart"` | | | addons.thanos.helmRepo.repoName | string | `"registry1"` | | | addons.thanos.helmRepo.chartName | string | `"thanos"` | | -| addons.thanos.helmRepo.tag | string | `"12.13.12-bb.3"` | | +| addons.thanos.helmRepo.tag | string | `"12.13.12-bb.4"` | | | 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 |