diff --git a/common/zarf.yaml b/common/zarf.yaml
index 2cfc7272..8830a324 100644
--- a/common/zarf.yaml
+++ b/common/zarf.yaml
@@ -18,6 +18,6 @@ components:
         namespace: mattermost
         url: https://helm.mattermost.com
         gitPath: chart
-        version: 2.6.49
+        version: 2.6.50
         valuesFiles:
           - ../values/common-values.yaml
diff --git a/values/registry1-values.yaml b/values/registry1-values.yaml
index b2a9b343..ccb582d2 100644
--- a/values/registry1-values.yaml
+++ b/values/registry1-values.yaml
@@ -1,7 +1,7 @@
 mattermostApp:
   image:
     repository: registry1.dso.mil/ironbank/opensource/mattermost/mattermost
-    tag: 9.6.1
+    tag: 9.7.1
 initContainerImage:
   repository: registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal
   tag: 9.3
diff --git a/values/upstream-values.yaml b/values/upstream-values.yaml
index 4182a45c..152d146c 100644
--- a/values/upstream-values.yaml
+++ b/values/upstream-values.yaml
@@ -1,4 +1,4 @@
 mattermostApp:
   image:
     repository: mattermost/mattermost-enterprise-edition
-    tag: 9.6.1
+    tag: 9.7.1
diff --git a/zarf.yaml b/zarf.yaml
index e0df7c81..ba8266b6 100644
--- a/zarf.yaml
+++ b/zarf.yaml
@@ -34,7 +34,7 @@ components:
           - values/upstream-values.yaml
     images:
       - appropriate/curl:latest
-      - mattermost/mattermost-enterprise-edition:9.6.1
+      - mattermost/mattermost-enterprise-edition:9.7.1
 
   - name: mattermost
     required: true
@@ -51,4 +51,4 @@ components:
           - values/registry1-values.yaml
     images:
       - registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.3
-      - registry1.dso.mil/ironbank/opensource/mattermost/mattermost:9.6.1
+      - registry1.dso.mil/ironbank/opensource/mattermost/mattermost:9.7.1