diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0f0160712ad3635156391df67ec6100786a913bc..fd5832649d15ad77ab5b917db892b79e74a2ba1e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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](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. 
diff --git a/README.md b/README.md
index 5585026e9b78716fe8787768a899bcfa54785b97..a269650a3b92a3aa3e62278a2e01a8a35ddc91f8 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # 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.
 
@@ -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.git.repo | string | `"https://repo1.dso.mil/platform-one/big-bang/apps/core/jaeger.git"` |  |
 | 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.ingress.gateway | string | `""` |  |
 | jaeger.sso.enabled | bool | `false` | Toggle SSO for Jaeger on and off |
diff --git a/base/gitrepository.yaml b/base/gitrepository.yaml
index e030a0c5830aeb25b3bec40544f5fe9ec169bd36..71e40fdb8384c9904a94790ddda0642313418152 100644
--- a/base/gitrepository.yaml
+++ b/base/gitrepository.yaml
@@ -11,4 +11,4 @@ spec:
   interval: 10m
   url: https://repo1.dso.mil/platform-one/big-bang/bigbang.git
   ref:
-    tag: 1.27.0
+    tag: 1.27.1
diff --git a/chart/Chart.yaml b/chart/Chart.yaml
index e048e19eba842908b289b0f29b804821c371be15..164feb4d195016a7488d8242a90c722c362feda7 100644
--- a/chart/Chart.yaml
+++ b/chart/Chart.yaml
@@ -1,6 +1,6 @@
 apiVersion: v2
 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.
 
 type: application