diff --git a/CHANGELOG.md b/CHANGELOG.md index 32471d7fa5f02f3ee2d287eba39b7acd2c8c4d8d..be3a98f452e6fdfbce6b976f28af9e717d8be3d7 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.34.0] + +- [!2.34.0](https://repo1.dso.mil/big-bang/bigbang/-/merge_requests?scope=all&utf8=%E2%9C%93&state=merged&milestone_title=2.34.0); List of merge requests in this release. + ## [2.33.0] - [!2.33.0](https://repo1.dso.mil/big-bang/bigbang/-/merge_requests?scope=all&utf8=%E2%9C%93&state=merged&milestone_title=2.33.0); List of merge requests in this release. diff --git a/base/gitrepository.yaml b/base/gitrepository.yaml index 83b92e4e3363d0f00f4f7ca608d5e6bd4151c41e..552ce971a672cb9e89c22ad5e9489d6f99a83e59 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.33.0 + tag: 2.34.0 diff --git a/chart/Chart.yaml b/chart/Chart.yaml index e5d88c3b1cde687e9ad2799c2c1339eaca600fb7..4914c56dff49a3cdddcac9f35f41ef413b8af02f 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: bigbang -version: 2.33.0 +version: 2.34.0 kubeVersion: '>=1.28.0-0' description: Big Bang is a declarative, continuous delivery tool for core DoD hardened and approved packages into a Kubernetes cluster. diff --git a/docs/understanding-bigbang/configuration/base-config.md b/docs/understanding-bigbang/configuration/base-config.md index bbe99a6c855896016a146aff8e597d76fcf38599..46b138c850c4066b0e0de12b2b203afb580a9f9e 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. @@ -103,10 +103,10 @@ Kubernetes: `>=1.28.0-0` | 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.54.0-bb.2"` | | +| jaeger.git.tag | string | `"2.54.0-bb.3"` | | | jaeger.helmRepo.repoName | string | `"registry1"` | | | jaeger.helmRepo.chartName | string | `"jaeger"` | | -| jaeger.helmRepo.tag | string | `"2.54.0-bb.2"` | | +| jaeger.helmRepo.tag | string | `"2.54.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 | @@ -118,10 +118,10 @@ Kubernetes: `>=1.28.0-0` | 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.87.0-bb.0"` | | +| kiali.git.tag | string | `"1.88.0-bb.0"` | | | kiali.helmRepo.repoName | string | `"registry1"` | | | kiali.helmRepo.chartName | string | `"kiali"` | | -| kiali.helmRepo.tag | string | `"1.87.0-bb.0"` | | +| kiali.helmRepo.tag | string | `"1.88.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 | @@ -166,10 +166,10 @@ Kubernetes: `>=1.28.0-0` | 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.2.5-bb.2"` | | +| kyvernoPolicies.git.tag | string | `"3.2.5-bb.3"` | | | kyvernoPolicies.helmRepo.repoName | string | `"registry1"` | | | kyvernoPolicies.helmRepo.chartName | string | `"kyverno-policies"` | | -| kyvernoPolicies.helmRepo.tag | string | `"3.2.5-bb.2"` | | +| kyvernoPolicies.helmRepo.tag | string | `"3.2.5-bb.3"` | | | 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 | @@ -177,10 +177,10 @@ Kubernetes: `>=1.28.0-0` | 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.24.0-bb.2"` | | +| kyvernoReporter.git.tag | string | `"2.24.1-bb.0"` | | | kyvernoReporter.helmRepo.repoName | string | `"registry1"` | | | kyvernoReporter.helmRepo.chartName | string | `"kyverno-reporter"` | | -| kyvernoReporter.helmRepo.tag | string | `"2.24.0-bb.2"` | | +| kyvernoReporter.helmRepo.tag | string | `"2.24.1-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 | @@ -188,10 +188,10 @@ Kubernetes: `>=1.28.0-0` | 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.17.0-bb.4"` | | +| elasticsearchKibana.git.tag | string | `"1.18.0-bb.0"` | | | elasticsearchKibana.helmRepo.repoName | string | `"registry1"` | | | elasticsearchKibana.helmRepo.chartName | string | `"elasticsearch-kibana"` | | -| elasticsearchKibana.helmRepo.tag | string | `"1.17.0-bb.4"` | | +| elasticsearchKibana.helmRepo.tag | string | `"1.18.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. | @@ -206,10 +206,10 @@ Kubernetes: `>=1.28.0-0` | 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.13.0-bb.2"` | | +| eckOperator.git.tag | string | `"2.13.0-bb.3"` | | | eckOperator.helmRepo.repoName | string | `"registry1"` | | | eckOperator.helmRepo.chartName | string | `"eck-operator"` | | -| eckOperator.helmRepo.tag | string | `"2.13.0-bb.2"` | | +| eckOperator.helmRepo.tag | string | `"2.13.0-bb.3"` | | | 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 | @@ -217,10 +217,10 @@ Kubernetes: `>=1.28.0-0` | 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.47.5-bb.1"` | | +| fluentbit.git.tag | string | `"0.47.6-bb.1"` | | | fluentbit.helmRepo.repoName | string | `"registry1"` | | | fluentbit.helmRepo.chartName | string | `"fluentbit"` | | -| fluentbit.helmRepo.tag | string | `"0.47.5-bb.1"` | | +| fluentbit.helmRepo.tag | string | `"0.47.6-bb.1"` | | | 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 | @@ -228,10 +228,10 @@ Kubernetes: `>=1.28.0-0` | 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.16.2-bb.1"` | | +| promtail.git.tag | string | `"6.16.2-bb.3"` | | | promtail.helmRepo.repoName | string | `"registry1"` | | | promtail.helmRepo.chartName | string | `"promtail"` | | -| promtail.helmRepo.tag | string | `"6.16.2-bb.1"` | | +| promtail.helmRepo.tag | string | `"6.16.2-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 | @@ -239,10 +239,10 @@ Kubernetes: `>=1.28.0-0` | 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 | `"6.7.1-bb.0"` | | +| loki.git.tag | string | `"6.10.0-bb.0"` | | | loki.helmRepo.repoName | string | `"registry1"` | | | loki.helmRepo.chartName | string | `"loki"` | | -| loki.helmRepo.tag | string | `"6.7.1-bb.0"` | | +| loki.helmRepo.tag | string | `"6.10.0-bb.0"` | | | loki.flux | object | `{}` | Flux reconciliation overrides specifically for the Loki Package | | loki.strategy | string | `"monolith"` | Loki architecture. Options are monolith and scalable | | loki.clusterName | string | `""` | Loki clusterName identifier for Promtail and Dashboards | @@ -257,10 +257,10 @@ Kubernetes: `>=1.28.0-0` | 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.7.7-bb.3"` | | +| neuvector.git.tag | string | `"2.7.8-bb.0"` | | | neuvector.helmRepo.repoName | string | `"registry1"` | | | neuvector.helmRepo.chartName | string | `"neuvector"` | | -| neuvector.helmRepo.tag | string | `"2.7.7-bb.3"` | | +| neuvector.helmRepo.tag | string | `"2.7.8-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 | @@ -296,10 +296,10 @@ Kubernetes: `>=1.28.0-0` | 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 | `"61.2.0-bb.4"` | | +| monitoring.git.tag | string | `"61.2.0-bb.5"` | | | monitoring.helmRepo.repoName | string | `"registry1"` | | | monitoring.helmRepo.chartName | string | `"monitoring"` | | -| monitoring.helmRepo.tag | string | `"61.2.0-bb.4"` | | +| monitoring.helmRepo.tag | string | `"61.2.0-bb.5"` | | | 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 | @@ -313,10 +313,10 @@ Kubernetes: `>=1.28.0-0` | 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 | `"8.3.6-bb.1"` | | +| grafana.git.tag | string | `"8.4.4-bb.0"` | | | grafana.helmRepo.repoName | string | `"registry1"` | | | grafana.helmRepo.chartName | string | `"grafana"` | | -| grafana.helmRepo.tag | string | `"8.3.6-bb.1"` | | +| grafana.helmRepo.tag | string | `"8.4.4-bb.0"` | | | 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 | @@ -331,10 +331,10 @@ Kubernetes: `>=1.28.0-0` | 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.16.0-bb.0"` | | +| twistlock.git.tag | string | `"0.16.0-bb.1"` | | | twistlock.helmRepo.repoName | string | `"registry1"` | | | twistlock.helmRepo.chartName | string | `"twistlock"` | | -| twistlock.helmRepo.tag | string | `"0.16.0-bb.0"` | | +| twistlock.helmRepo.tag | string | `"0.16.0-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 | @@ -377,10 +377,10 @@ Kubernetes: `>=1.28.0-0` | 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.16-bb.3"` | | +| addons.minioOperator.git.tag | string | `"6.0.2-bb.1"` | | | addons.minioOperator.helmRepo.repoName | string | `"registry1"` | | | addons.minioOperator.helmRepo.chartName | string | `"minio-operator"` | | -| addons.minioOperator.helmRepo.tag | string | `"5.0.16-bb.3"` | | +| addons.minioOperator.helmRepo.tag | string | `"6.0.2-bb.1"` | | | 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 | @@ -389,10 +389,10 @@ Kubernetes: `>=1.28.0-0` | 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.16-bb.0"` | | +| addons.minio.git.tag | string | `"6.0.2-bb.1"` | | | addons.minio.helmRepo.repoName | string | `"registry1"` | | | addons.minio.helmRepo.chartName | string | `"minio-instance"` | | -| addons.minio.helmRepo.tag | string | `"5.0.16-bb.0"` | | +| addons.minio.helmRepo.tag | string | `"6.0.2-bb.1"` | | | 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. | @@ -405,10 +405,10 @@ Kubernetes: `>=1.28.0-0` | 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 | `"8.2.1-bb.0"` | | +| addons.gitlab.git.tag | string | `"8.2.2-bb.0"` | | | addons.gitlab.helmRepo.repoName | string | `"registry1"` | | | addons.gitlab.helmRepo.chartName | string | `"gitlab"` | | -| addons.gitlab.helmRepo.tag | string | `"8.2.1-bb.0"` | | +| addons.gitlab.helmRepo.tag | string | `"8.2.2-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. | @@ -448,10 +448,10 @@ Kubernetes: `>=1.28.0-0` | 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 | `"70.1.0-bb.0"` | | +| addons.nexusRepositoryManager.git.tag | string | `"71.0.0-bb.0"` | | | addons.nexusRepositoryManager.helmRepo.repoName | string | `"registry1"` | | | addons.nexusRepositoryManager.helmRepo.chartName | string | `"nexus-repository-manager"` | | -| addons.nexusRepositoryManager.helmRepo.tag | string | `"70.1.0-bb.0"` | | +| addons.nexusRepositoryManager.helmRepo.tag | string | `"71.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 | @@ -469,10 +469,10 @@ Kubernetes: `>=1.28.0-0` | 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.6-bb.2"` | | +| addons.sonarqube.git.tag | string | `"8.0.6-bb.3"` | | | addons.sonarqube.helmRepo.repoName | string | `"registry1"` | | | addons.sonarqube.helmRepo.chartName | string | `"sonarqube"` | | -| addons.sonarqube.helmRepo.tag | string | `"8.0.6-bb.2"` | | +| addons.sonarqube.helmRepo.tag | string | `"8.0.6-bb.3"` | | | 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. | @@ -492,10 +492,10 @@ Kubernetes: `>=1.28.0-0` | 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.15"` | | +| addons.fortify.git.tag | string | `"1.1.2320154-bb.16"` | | | addons.fortify.helmRepo.repoName | string | `"registry1"` | | | addons.fortify.helmRepo.chartName | string | `"fortify-ssc"` | | -| addons.fortify.helmRepo.tag | string | `"1.1.2320154-bb.15"` | | +| addons.fortify.helmRepo.tag | string | `"1.1.2320154-bb.16"` | | | 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 Fortify on and off | @@ -518,10 +518,10 @@ Kubernetes: `>=1.28.0-0` | 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 | `"2.9.0-bb.0"` | | +| addons.anchore.git.tag | string | `"2.9.0-bb.3"` | | | addons.anchore.helmRepo.repoName | string | `"registry1"` | | | addons.anchore.helmRepo.chartName | string | `"anchore"` | | -| addons.anchore.helmRepo.tag | string | `"2.9.0-bb.0"` | | +| addons.anchore.helmRepo.tag | string | `"2.9.0-bb.3"` | | | 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 | `{"licenseYaml":"FULL LICENSE\n"}` | Anchore Enterprise functionality. | @@ -546,10 +546,10 @@ Kubernetes: `>=1.28.0-0` | 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.22.0-bb.2"` | | +| addons.mattermostOperator.git.tag | string | `"1.22.0-bb.5"` | | | addons.mattermostOperator.helmRepo.repoName | string | `"registry1"` | | | addons.mattermostOperator.helmRepo.chartName | string | `"mattermost-operator"` | | -| addons.mattermostOperator.helmRepo.tag | string | `"1.22.0-bb.2"` | | +| addons.mattermostOperator.helmRepo.tag | string | `"1.22.0-bb.5"` | | | 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 | @@ -557,10 +557,10 @@ Kubernetes: `>=1.28.0-0` | 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.10.1-bb.0"` | | +| addons.mattermost.git.tag | string | `"9.10.1-bb.1"` | | | addons.mattermost.helmRepo.repoName | string | `"registry1"` | | | addons.mattermost.helmRepo.chartName | string | `"mattermost"` | | -| addons.mattermost.helmRepo.tag | string | `"9.10.1-bb.0"` | | +| addons.mattermost.helmRepo.tag | string | `"9.10.1-bb.1"` | | | 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. | @@ -587,10 +587,10 @@ Kubernetes: `>=1.28.0-0` | 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 | `"6.7.0-bb.7"` | | +| addons.velero.git.tag | string | `"6.7.0-bb.8"` | | | addons.velero.helmRepo.repoName | string | `"registry1"` | | | addons.velero.helmRepo.chartName | string | `"velero"` | | -| addons.velero.helmRepo.tag | string | `"6.7.0-bb.7"` | | +| addons.velero.helmRepo.tag | string | `"6.7.0-bb.8"` | | | 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 | @@ -599,10 +599,10 @@ Kubernetes: `>=1.28.0-0` | 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 | `"2.4.3-bb.3"` | | +| addons.keycloak.git.tag | string | `"2.4.3-bb.4"` | | | addons.keycloak.helmRepo.repoName | string | `"registry1"` | | | addons.keycloak.helmRepo.chartName | string | `"keycloak"` | | -| addons.keycloak.helmRepo.tag | string | `"2.4.3-bb.3"` | | +| addons.keycloak.helmRepo.tag | string | `"2.4.3-bb.4"` | | | 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. | @@ -618,10 +618,10 @@ Kubernetes: `>=1.28.0-0` | 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.38"` | | +| addons.vault.git.tag | string | `"0.28.1-bb.0"` | | | addons.vault.helmRepo.repoName | string | `"registry1"` | | | addons.vault.helmRepo.chartName | string | `"vault"` | | -| addons.vault.helmRepo.tag | string | `"0.25.0-bb.38"` | | +| addons.vault.helmRepo.tag | string | `"0.28.1-bb.0"` | | | 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 | @@ -631,21 +631,21 @@ Kubernetes: `>=1.28.0-0` | 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.12.1-bb.3"` | | +| addons.metricsServer.git.tag | string | `"3.12.1-bb.4"` | | | addons.metricsServer.helmRepo.repoName | string | `"registry1"` | | | addons.metricsServer.helmRepo.chartName | string | `"metrics-server"` | | -| addons.metricsServer.helmRepo.tag | string | `"3.12.1-bb.3"` | | +| addons.metricsServer.helmRepo.tag | string | `"3.12.1-bb.4"` | | | 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.15.0-bb.0"` | | +| addons.harbor.git.tag | string | `"1.15.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.15.0-bb.0"` | | +| addons.harbor.helmRepo.tag | string | `"1.15.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 | @@ -693,11 +693,11 @@ Kubernetes: `>=1.28.0-0` | addons.thanos.objectStorage.insecure | bool | `false` | Whether or not objectStorage connection should require HTTPS, if connecting to in-cluster object | | 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 | `"15.7.9-bb.6"` | | +| addons.thanos.git.tag | string | `"15.7.17-bb.0"` | | | addons.thanos.git.path | string | `"./chart"` | | | addons.thanos.helmRepo.repoName | string | `"registry1"` | | | addons.thanos.helmRepo.chartName | string | `"thanos"` | | -| addons.thanos.helmRepo.tag | string | `"15.7.9-bb.6"` | | +| addons.thanos.helmRepo.tag | string | `"15.7.17-bb.0"` | | | addons.thanos.flux | object | `{}` | Flux reconciliation overrides specifically for the Thanos 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 | `{}` | |