diff --git a/CHANGELOG.md b/CHANGELOG.md
index a1cd1e42025dfc374b22e290f58f57a0ff15cca5..03b0b15f2dab6480a8cd79b2262e325ae38e8a7c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
 
 ---
 
+## [6.16.6-bb.2] 2025-02-19
+
+### Updated
+
+- Update promtail from `v3.3.2` -> `v3.4.2`
+
 ## [6.16.6-bb.1] 2025-02-12
 
 ### Updated
diff --git a/README.md b/README.md
index cfc5b96973d1f6e9cf837740108c3f0d38b986a0..974a3e1d8e8d84d01be36614a7edb10d5fe882ea 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
 <!-- Warning: Do not manually edit this file. See notes on gluon + helm-docs at the end of this file for more information. -->
 # promtail
 
-![Version: 6.16.6-bb.1](https://img.shields.io/badge/Version-6.16.6--bb.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.3.2](https://img.shields.io/badge/AppVersion-3.3.2-informational?style=flat-square) ![Maintenance Track: bb_integrated](https://img.shields.io/badge/Maintenance_Track-bb_integrated-green?style=flat-square)
+![Version: 6.16.6-bb.2](https://img.shields.io/badge/Version-6.16.6--bb.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.4.2](https://img.shields.io/badge/AppVersion-3.4.2-informational?style=flat-square) ![Maintenance Track: bb_integrated](https://img.shields.io/badge/Maintenance_Track-bb_integrated-green?style=flat-square)
 
 Promtail is an agent which ships the contents of local logs to a Loki instance
 
@@ -70,7 +70,7 @@ helm install promtail chart/
 | initContainer | list | `[]` |  |
 | image.registry | string | `"registry1.dso.mil"` | The Docker registry |
 | image.repository | string | `"ironbank/opensource/grafana/promtail"` | Docker image repository |
-| image.tag | string | `"v3.3.2"` | Overrides the image tag whose default is the chart's appVersion |
+| image.tag | string | `"v3.4.2"` | Overrides the image tag whose default is the chart's appVersion |
 | image.pullPolicy | string | `"IfNotPresent"` | Docker image pull policy |
 | imagePullSecrets | list | `[{"name":"private-registry"}]` | Image pull secrets for Docker images |
 | hostAliases | list | `[]` | hostAliases to add |
diff --git a/chart/Chart.yaml b/chart/Chart.yaml
index a82e79438e1bfa176d95ce0926cd6a9be9074b52..1d411de2b0086934cca1eb495a9aefbe2f008f94 100644
--- a/chart/Chart.yaml
+++ b/chart/Chart.yaml
@@ -2,8 +2,8 @@ apiVersion: v2
 name: promtail
 description: Promtail is an agent which ships the contents of local logs to a Loki instance
 type: application
-appVersion: 3.3.2
-version: 6.16.6-bb.1
+appVersion: 3.4.2
+version: 6.16.6-bb.2
 home: https://grafana.com/loki
 sources:
   - https://github.com/grafana/loki
@@ -17,10 +17,10 @@ maintainers:
 annotations:
   bigbang.dev/maintenanceTrack: bb_integrated
   bigbang.dev/applicationVersions: |
-    - Promtail: v3.3.2
+    - Promtail: v3.4.2
   bigbang.dev/upstreamReleaseNotesMarkdown: |
     - [Find upstream chart's release notes and CHANGELOG here](https://github.com/grafana/helm-charts/releases?q=promtail&expanded=true)
     - [Find upstream application's release notes and CHANGELOG here](https://grafana.com/docs/loki/latest/release-notes/)
   helm.sh/images: |
     - name: promtail
-      image: registry1.dso.mil/ironbank/opensource/grafana/promtail:v3.3.2
+      image: registry1.dso.mil/ironbank/opensource/grafana/promtail:v3.4.2
diff --git a/chart/values.yaml b/chart/values.yaml
index 7ceba05e5aa37d9bc0f646ac8bb314cb15e17b20..907d8bfaea3d41bcd9dc71c22410dc3ecdfa53bc 100644
--- a/chart/values.yaml
+++ b/chart/values.yaml
@@ -118,7 +118,7 @@ image:
   # -- Docker image repository
   repository: ironbank/opensource/grafana/promtail
   # -- Overrides the image tag whose default is the chart's appVersion
-  tag: v3.3.2
+  tag: v3.4.2
   # -- Docker image pull policy
   pullPolicy: IfNotPresent
 
diff --git a/docs/DEVELOPMENT_MAINTENANCE.md b/docs/DEVELOPMENT_MAINTENANCE.md
index 09078f9df6d5aaf35c61212ff14c372910777527..ccd2eb6b2bd4316e5c9c234ebdcc6a9bab5349b1 100644
--- a/docs/DEVELOPMENT_MAINTENANCE.md
+++ b/docs/DEVELOPMENT_MAINTENANCE.md
@@ -82,6 +82,9 @@ promtail:
 loki:
   enabled: true
   strategy: scalable
+  values:
+    minio:
+      enabled: true
 grafana:
   enabled: true
 
@@ -94,7 +97,8 @@ Current testing is done manually. Deployment of Big Bang with Istio, Monitoring,
 
 Once healthy:
 - Go to [https://grafana.dev.bigbang.mil](https://grafana.dev.bigbang.mil) in your browser and login with [default credentials](https://repo1.dso.mil/big-bang/bigbang/-/blob/master/docs/guides/using-bigbang/default-credentials.md)
-- Navigate to `Configuration -> Data sources -> Loki`
-- Click on `Save & test` and ensure `Data source successfully connected.` message appears
+- Navigate to `Connections -> Data sources -> Loki`
+  - Click on `Save & test` and ensure `Data source successfully connected.` message appears
+- Search dashboards for `Loki Dashboard Quick Search` and confirm log data is being populated/no error messages
 
 > When in doubt with any testing or upgrade steps, reach out to the CODEOWNERS for assistance.