From ec92fb70cab6a70b0e1c912e902a14811cb7c5a2 Mon Sep 17 00:00:00 2001
From: samvongsay <sam.vongsay@sigmadefense.com>
Date: Fri, 28 Mar 2025 08:42:19 -0700
Subject: [PATCH 1/5] Removed postgres12

---
 CHANGELOG.md     | 5 +++++
 README.md        | 2 +-
 chart/Chart.yaml | 6 ++----
 3 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 228c354b..375d79ba 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
 
 ---
 
+## [10.6.1-bb.4] (2025-03-28)
+### Changed
+
+- Removed postgres12 image
+
 ## [10.6.1-bb.3] (2025-03-28)
 ### Changed
 
diff --git a/README.md b/README.md
index 2ea40658..e32b5c30 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.6.1-bb.3](https://img.shields.io/badge/Version-10.6.1--bb.3-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)
+![Version: 10.6.1-bb.4](https://img.shields.io/badge/Version-10.6.1--bb.4-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
 
diff --git a/chart/Chart.yaml b/chart/Chart.yaml
index d4bc51bc..c12df1e0 100644
--- a/chart/Chart.yaml
+++ b/chart/Chart.yaml
@@ -2,7 +2,7 @@
 apiVersion: v2
 name: mattermost
 type: application
-version: 10.6.1-bb.3
+version: 10.6.1-bb.4
 appVersion: 10.6.1
 description: "Deployment of mattermost"
 keywords:
@@ -11,7 +11,7 @@ keywords:
 kubeVersion: ">=1.12.0-0"
 dependencies:
   - name: postgresql
-    version: 12.12.10
+    version: 17.4
     alias: postgresql
     condition: postgresql.install
     repository: file://./deps/postgresql
@@ -39,8 +39,6 @@ annotations:
     - name: operator-sidecar
       condition: istio.hardened.minioOperator.enabled
       image: registry1.dso.mil/ironbank/opensource/minio/operator-sidecar:v7.0.0
-    - name: postgresql12
-      image: registry1.dso.mil/ironbank/opensource/postgres/postgresql12:12.22
     - name: postgresql
       condition: postgresql.install
       image: registry1.dso.mil/ironbank/opensource/postgres/postgresql:17.4
-- 
GitLab


From 9a754c6f63007c787a874c01b7ed450e1fdb4a82 Mon Sep 17 00:00:00 2001
From: samvongsay <sam.vongsay@sigmadefense.com>
Date: Fri, 28 Mar 2025 10:14:46 -0700
Subject: [PATCH 2/5] Revert change

---
 chart/Chart.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chart/Chart.yaml b/chart/Chart.yaml
index c12df1e0..1c3f330f 100644
--- a/chart/Chart.yaml
+++ b/chart/Chart.yaml
@@ -11,7 +11,7 @@ keywords:
 kubeVersion: ">=1.12.0-0"
 dependencies:
   - name: postgresql
-    version: 17.4
+    version: 12.12.10
     alias: postgresql
     condition: postgresql.install
     repository: file://./deps/postgresql
-- 
GitLab


From 076f607fa2b8fc5e00300facca6098eeddf28d65 Mon Sep 17 00:00:00 2001
From: samvongsay <sam.vongsay@sigmadefense.com>
Date: Fri, 28 Mar 2025 11:18:06 -0700
Subject: [PATCH 3/5] Update postgres dependency

---
 chart/Chart.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chart/Chart.yaml b/chart/Chart.yaml
index 1c3f330f..6ef7fa7f 100644
--- a/chart/Chart.yaml
+++ b/chart/Chart.yaml
@@ -11,7 +11,7 @@ keywords:
 kubeVersion: ">=1.12.0-0"
 dependencies:
   - name: postgresql
-    version: 12.12.10
+    version: 17.4.0
     alias: postgresql
     condition: postgresql.install
     repository: file://./deps/postgresql
-- 
GitLab


From 144f0c9a560539519753646e0d94136ec22b93e9 Mon Sep 17 00:00:00 2001
From: samvongsay <sam.vongsay@sigmadefense.com>
Date: Fri, 28 Mar 2025 13:17:14 -0700
Subject: [PATCH 4/5] Change postgres dep

---
 chart/Chart.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chart/Chart.yaml b/chart/Chart.yaml
index 6ef7fa7f..1c3f330f 100644
--- a/chart/Chart.yaml
+++ b/chart/Chart.yaml
@@ -11,7 +11,7 @@ keywords:
 kubeVersion: ">=1.12.0-0"
 dependencies:
   - name: postgresql
-    version: 17.4.0
+    version: 12.12.10
     alias: postgresql
     condition: postgresql.install
     repository: file://./deps/postgresql
-- 
GitLab


From f64b8522d72b717527ea4223e754d663f09a68d5 Mon Sep 17 00:00:00 2001
From: samvongsay <sam.vongsay@sigmadefense.com>
Date: Fri, 28 Mar 2025 13:35:48 -0700
Subject: [PATCH 5/5] Remove images.txt

---
 tests/images.txt | 2 --
 1 file changed, 2 deletions(-)
 delete mode 100644 tests/images.txt

diff --git a/tests/images.txt b/tests/images.txt
deleted file mode 100644
index 4327630b..00000000
--- a/tests/images.txt
+++ /dev/null
@@ -1,2 +0,0 @@
-registry1.dso.mil/ironbank/opensource/postgres/postgresql12:12.22
-
-- 
GitLab