UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Verified Commit f82854dc authored by Micah Nagel's avatar Micah Nagel
Browse files

1.27.1 Changes

parent 1bd322ce
No related branches found
No related tags found
No related merge requests found
Pipeline #688443 passed with warnings
...@@ -4,6 +4,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ...@@ -4,6 +4,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
--- ---
## [1.27.1]
- [!1346](https://repo1.dso.mil/platform-one/big-bang/bigbang/-/merge_requests/1346): Update to re-enable Jaeger's sidecars
## [1.27.0] ## [1.27.0]
- [!1.27.0](https://repo1.dso.mil/platform-one/big-bang/bigbang/-/merge_requests?scope=all&utf8=%E2%9C%93&state=merged&milestone_title=1.27.0); List of merge requests in this release. - [!1.27.0](https://repo1.dso.mil/platform-one/big-bang/bigbang/-/merge_requests?scope=all&utf8=%E2%9C%93&state=merged&milestone_title=1.27.0); List of merge requests in this release.
......
# bigbang # bigbang
![Version: 1.27.0](https://img.shields.io/badge/Version-1.27.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![Version: 1.27.1](https://img.shields.io/badge/Version-1.27.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
Big Bang is a declarative, continuous delivery tool for core DoD hardened and approved packages into a Kubernetes cluster. Big Bang is a declarative, continuous delivery tool for core DoD hardened and approved packages into a Kubernetes cluster.
...@@ -90,7 +90,7 @@ To start using Big Bang, you will need to create your own Big Bang environment t ...@@ -90,7 +90,7 @@ To start using Big Bang, you will need to create your own Big Bang environment t
| jaeger.enabled | bool | `true` | Toggle deployment of Jaeger. | | jaeger.enabled | bool | `true` | Toggle deployment of Jaeger. |
| jaeger.git.repo | string | `"https://repo1.dso.mil/platform-one/big-bang/apps/core/jaeger.git"` | | | jaeger.git.repo | string | `"https://repo1.dso.mil/platform-one/big-bang/apps/core/jaeger.git"` | |
| jaeger.git.path | string | `"./chart"` | | | jaeger.git.path | string | `"./chart"` | |
| jaeger.git.tag | string | `"2.27.1-bb.2"` | | | jaeger.git.tag | string | `"2.27.1-bb.3"` | |
| jaeger.flux | object | `{"install":{"crds":"CreateReplace"},"upgrade":{"crds":"CreateReplace"}}` | Flux reconciliation overrides specifically for the Jaeger Package | | jaeger.flux | object | `{"install":{"crds":"CreateReplace"},"upgrade":{"crds":"CreateReplace"}}` | Flux reconciliation overrides specifically for the Jaeger Package |
| jaeger.ingress.gateway | string | `""` | | | jaeger.ingress.gateway | string | `""` | |
| jaeger.sso.enabled | bool | `false` | Toggle SSO for Jaeger on and off | | jaeger.sso.enabled | bool | `false` | Toggle SSO for Jaeger on and off |
......
...@@ -11,4 +11,4 @@ spec: ...@@ -11,4 +11,4 @@ spec:
interval: 10m interval: 10m
url: https://repo1.dso.mil/platform-one/big-bang/bigbang.git url: https://repo1.dso.mil/platform-one/big-bang/bigbang.git
ref: ref:
tag: 1.27.0 tag: 1.27.1
apiVersion: v2 apiVersion: v2
name: bigbang name: bigbang
version: 1.27.0 version: 1.27.1
description: Big Bang is a declarative, continuous delivery tool for core DoD hardened and approved packages into a Kubernetes cluster. description: Big Bang is a declarative, continuous delivery tool for core DoD hardened and approved packages into a Kubernetes cluster.
type: application type: application
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment