diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8bea1b2438af06562b210909b1f2bb41b0fef716..2365e64ed73e9de06b7009efc2494d8baf43208f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,11 @@
 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).
 
 ---
+## [10.6.1-bb.0] (2025-03-18)
+### Changed
+
+- Updated registry1.dso.mil/ironbank/opensource/mattermost/mattermost (source) 10.5.1 -> 10.6.1
+
 ## [10.5.1-bb.3] (2025-03-13)
 ### Changed
 - ironbank/opensource/kubernetes/kubectl updated from v1.30.10 to v1.30.11
diff --git a/README.md b/README.md
index f1b3dcfa76100983303a8132536817d36b337aec..1db246cdcbc35de2a864988f07c934d1cac27add 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. -->
 # mattermost
 
-![Version: 10.5.1-bb.3](https://img.shields.io/badge/Version-10.5.1--bb.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 10.5.1](https://img.shields.io/badge/AppVersion-10.5.1-informational?style=flat-square) ![Maintenance Track: bb_integrated](https://img.shields.io/badge/Maintenance_Track-bb_integrated-green?style=flat-square)
+![Version: 10.6.1-bb.0](https://img.shields.io/badge/Version-10.6.1--bb.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 10.6.1](https://img.shields.io/badge/AppVersion-10.6.1-informational?style=flat-square) ![Maintenance Track: bb_integrated](https://img.shields.io/badge/Maintenance_Track-bb_integrated-green?style=flat-square)
 
 Deployment of mattermost
 
@@ -95,7 +95,7 @@ helm install mattermost chart/
 | sso.enable_sign_in_with_email | bool | `false` |  |
 | sso.enable_sign_in_with_username | bool | `false` |  |
 | image.name | string | `"registry1.dso.mil/ironbank/opensource/mattermost/mattermost"` |  |
-| image.tag | string | `"10.5.1"` |  |
+| image.tag | string | `"10.6.1"` |  |
 | image.imagePullPolicy | string | `"IfNotPresent"` |  |
 | global.imagePullSecrets[0].name | string | `"private-registry"` |  |
 | replicaCount | int | `1` |  |
diff --git a/chart/Chart.yaml b/chart/Chart.yaml
index b2cb329edc1d8750609fa1744e5526c788f0339f..0b74d43113c612aec4055f36d74087e1a062d527 100644
--- a/chart/Chart.yaml
+++ b/chart/Chart.yaml
@@ -2,8 +2,8 @@
 apiVersion: v2
 name: mattermost
 type: application
-version: 10.5.1-bb.3
-appVersion: 10.5.1
+version: 10.6.1-bb.0
+appVersion: 10.6.1
 description: "Deployment of mattermost"
 keywords:
   - Mattermost
@@ -26,10 +26,10 @@ dependencies:
 annotations:
   bigbang.dev/maintenanceTrack: bb_integrated
   bigbang.dev/applicationVersions: |
-    - Mattermost: 10.5.1
+    - Mattermost: 10.6.1
   helm.sh/images: |
     - name: mattermost
-      image: registry1.dso.mil/ironbank/opensource/mattermost/mattermost:10.5.1
+      image: registry1.dso.mil/ironbank/opensource/mattermost/mattermost:10.6.1
     - name: minio
       condition: minio.install
       image: registry1.dso.mil/ironbank/opensource/minio/minio:RELEASE.2025-01-20T14-49-07Z
diff --git a/chart/values.yaml b/chart/values.yaml
index 50632638566fbb7addcab9a49621651e76c1bd8f..8b5d1a99fab951fb03e12acadfebeb917ce0de71 100644
--- a/chart/values.yaml
+++ b/chart/values.yaml
@@ -101,7 +101,7 @@ sso:
 # Repo and image tag
 image:
   name: registry1.dso.mil/ironbank/opensource/mattermost/mattermost
-  tag: 10.5.1
+  tag: 10.6.1
   imagePullPolicy: IfNotPresent
 
 global: