From 6d3c7ea2e4266ce3f2d06275940e6b631a92a7a0 Mon Sep 17 00:00:00 2001 From: Jacob Kershaw <jacob.kershaw@sigmadefense.com> Date: Fri, 28 Mar 2025 09:54:52 -0400 Subject: [PATCH] Removed postgres11 --- CHANGELOG.md | 5 +++++ README.md | 2 +- chart/Chart.yaml | 4 +--- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b2490a6..6096744a 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.2] (2025-03-28) +### Changed + +- Removed postgres11 image + ## [10.6.1-bb.1] (2025-03-24) ### Changed diff --git a/README.md b/README.md index fc83e648..d223d381 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 -    +    Deployment of mattermost diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 10515282..16e30bf6 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: mattermost type: application -version: 10.6.1-bb.1 +version: 10.6.1-bb.2 appVersion: 10.6.1 description: "Deployment of mattermost" keywords: @@ -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: postgresql11 - image: registry1.dso.mil/ironbank/opensource/postgres/postgresql11:11.18-1 - name: postgresql12 image: registry1.dso.mil/ironbank/opensource/postgres/postgresql12:12.22 - name: postgresql -- GitLab