diff --git a/CHANGELOG.md b/CHANGELOG.md
index c6d2e55b0e8e7e698dac90eae88ae2de7a7f01dc..ebb8e71225f90031406bf9939e708b5b36e232d8 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.5.1-bb.1] - 2025-02-27
+### Changed
+- ironbank/opensource/kubernetes/kubectl updated from v1.30.9 to v1.30.10
+- ironbank/opensource/postgres/postgresql updated from 17.2 to 17.4
+
 ## [10.5.1-bb.0] - 2025-02-25
 ### Changed
 - Updated mattermost to 10.5.1
diff --git a/README.md b/README.md
index e435a2bed870d299ac1ad2d774074dc25cabb3b5..9b961cae94d77ba247530a77618fd04cbb2e4e96 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
 
 # mattermost
 
-![Version: 10.5.1-bb.0](https://img.shields.io/badge/Version-10.5.1--bb.0-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.5.1-bb.1](https://img.shields.io/badge/Version-10.5.1--bb.1-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)
 
 Deployment of mattermost
 
@@ -122,16 +122,20 @@ helm install mattermost chart/
 | minio.install | bool | `false` |  |
 | minio.bucketCreationImage | string | `"registry1.dso.mil/ironbank/opensource/minio/mc:RELEASE.2025-01-17T23-25-50Z"` |  |
 | minio.service.nameOverride | string | `"minio.mattermost.svc.cluster.local"` |  |
-| minio.tenant.configSecret.name | string | `"mattermost-objstore-creds"` |  |
+| minio.tenant.pools[0].name | string | `"pool-0"` |  |
+| minio.tenant.pools[0].labels.app | string | `"minio"` |  |
+| minio.tenant.pools[0].labels."app.kubernetes.io/name" | string | `"minio"` |  |
+| minio.tenant.configSecret.name | string | `"minio-creds-secret"` |  |
 | minio.tenant.configSecret.accessKey | string | `"minio"` |  |
 | minio.tenant.configSecret.secretKey | string | `"minio123"` |  |
 | minio.tenant.metrics.enabled | bool | `false` |  |
 | minio.tenant.metrics.port | int | `9000` |  |
 | minio.tenant.buckets[0].name | string | `"mattermost"` |  |
+| minio.waitJob.enabled | bool | `false` |  |
 | postgresql.install | bool | `false` |  |
 | postgresql.image.registry | string | `"registry1.dso.mil/ironbank"` |  |
 | postgresql.image.repository | string | `"opensource/postgres/postgresql"` |  |
-| postgresql.image.tag | string | `"17.2"` |  |
+| postgresql.image.tag | string | `"17.4"` |  |
 | postgresql.image.pullSecrets[0] | string | `"private-registry"` |  |
 | postgresql.auth.username | string | `"mattermost"` |  |
 | postgresql.auth.password | string | `"bigbang"` |  |
@@ -147,7 +151,7 @@ helm install mattermost chart/
 | postgresql.pgHbaConfiguration | string | `"local all all md5\nhost all all all md5"` |  |
 | database.secret | string | `""` |  |
 | database.readinessCheck.disableDefault | bool | `true` |  |
-| database.readinessCheck.image | string | `"registry1.dso.mil/ironbank/opensource/postgres/postgresql:17.2"` |  |
+| database.readinessCheck.image | string | `"registry1.dso.mil/ironbank/opensource/postgres/postgresql:17.4"` |  |
 | database.readinessCheck.command[0] | string | `"/bin/sh"` |  |
 | database.readinessCheck.command[1] | string | `"-c"` |  |
 | database.readinessCheck.command[2] | string | `"until pg_isready --dbname=\"$DB_CONNECTION_CHECK_URL\"; do echo waiting for database; sleep 5; done;"` |  |
@@ -185,7 +189,7 @@ helm install mattermost chart/
 | bbtests.cypress.resources.limits.cpu | string | `"2"` |  |
 | bbtests.cypress.resources.limits.memory | string | `"1500M"` |  |
 | waitJob.enabled | bool | `true` |  |
-| waitJob.scripts.image | string | `"registry1.dso.mil/ironbank/opensource/kubernetes/kubectl:v1.30.9"` |  |
+| waitJob.scripts.image | string | `"registry1.dso.mil/ironbank/opensource/kubernetes/kubectl:v1.30.10"` |  |
 | waitJob.permissions.apiGroups[0] | string | `"installation.mattermost.com"` |  |
 | waitJob.permissions.resources[0] | string | `"mattermosts"` |  |
 
diff --git a/chart/Chart.yaml b/chart/Chart.yaml
index 34c472b7d0b3df142d18668def68cf81c425bdc0..945e2bfb3649f631465dab3843df954968d316b9 100644
--- a/chart/Chart.yaml
+++ b/chart/Chart.yaml
@@ -2,7 +2,7 @@
 apiVersion: v2
 name: mattermost
 type: application
-version: 10.5.1-bb.0
+version: 10.5.1-bb.1
 appVersion: 10.5.1
 description: "Deployment of mattermost"
 keywords:
@@ -45,9 +45,9 @@ annotations:
       image: registry1.dso.mil/ironbank/opensource/postgres/postgresql12:12.22
     - name: postgresql
       condition: postgresql.install
-      image: registry1.dso.mil/ironbank/opensource/postgres/postgresql:17.2
+      image: registry1.dso.mil/ironbank/opensource/postgres/postgresql:17.4
     - name: operator-sidecar
       image: registry1.dso.mil/ironbank/opensource/minio/operator-sidecar:v7.0.0
     - name: kubectl
-      image: registry1.dso.mil/ironbank/opensource/kubernetes/kubectl:v1.30.9
+      image: registry1.dso.mil/ironbank/opensource/kubernetes/kubectl:v1.30.10
       condition: waitJob.enabled
diff --git a/chart/values.yaml b/chart/values.yaml
index 8e15e65eae546453ecdecbb6911f0ddaebb50344..27de48d09b9b94c8fa9e8b1f5b47dc2c59793eaa 100644
--- a/chart/values.yaml
+++ b/chart/values.yaml
@@ -240,7 +240,7 @@ postgresql:
   image:
     registry: "registry1.dso.mil/ironbank"
     repository: "opensource/postgres/postgresql"
-    tag: "17.2"
+    tag: "17.4"
 
     pullSecrets:
     - private-registry
@@ -282,7 +282,7 @@ database:
     # Disable the default readiness check which uses a non-IB image
     disableDefault: true
     # Defaults to Ironbank postgres, can be changed for different DB types (MySQL)
-    image: registry1.dso.mil/ironbank/opensource/postgres/postgresql:17.2
+    image: registry1.dso.mil/ironbank/opensource/postgres/postgresql:17.4
     # Defaults to a readiness check for postgres, can be changed for different DB types
     command:
       - /bin/sh
@@ -360,7 +360,7 @@ bbtests:
 waitJob:
   enabled: true
   scripts:
-    image: registry1.dso.mil/ironbank/opensource/kubernetes/kubectl:v1.30.9
+    image: registry1.dso.mil/ironbank/opensource/kubernetes/kubectl:v1.30.10
   permissions:
     apiGroups: 
       - installation.mattermost.com
diff --git a/tests/test-values.yml b/tests/test-values.yml
index 5f0e417bace5bd0957220b7c0b25befcc6b4d5b2..8396709b702a8a0bb06d5ef159fcf095e6597c9c 100644
--- a/tests/test-values.yml
+++ b/tests/test-values.yml
@@ -5,7 +5,7 @@ postgresql:
   install: true
 
 networkPolicies:
-  enabled: true
+  enabled: true  
 
 bbtests:
   enabled: true