UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 8f1c3070 authored by Sam Vongsay's avatar Sam Vongsay
Browse files

Merge branch 'renovate/ironbank' into 'main'

Update Ironbank

See merge request !284
parents e261a71e fca4d800
No related branches found
No related tags found
Loading
Pipeline #3875136 passed
......@@ -4,6 +4,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
---
## [10.2.0-bb.4] - 2024-01-15
### Changed
- Updated registry1.dso.mil/ironbank/opensource/kubernetes/kubectl v1.30.6 -> v1.30.7
- Updated registry1.dso.mil/ironbank/opensource/postgres/postgresql12 12.20 -> 12.22
## [10.2.0-bb.3] - 2025-01-10
### Changed
- Updated Gluon from 0.5.9 to 0.5.12
......
<!-- 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.2.0-bb.3](https://img.shields.io/badge/Version-10.2.0--bb.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 10.2.0](https://img.shields.io/badge/AppVersion-10.2.0-informational?style=flat-square) ![Maintenance Track: bb_integrated](https://img.shields.io/badge/Maintenance_Track-bb_integrated-green?style=flat-square)
![Version: 10.2.0-bb.4](https://img.shields.io/badge/Version-10.2.0--bb.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 10.2.0](https://img.shields.io/badge/AppVersion-10.2.0-informational?style=flat-square) ![Maintenance Track: bb_integrated](https://img.shields.io/badge/Maintenance_Track-bb_integrated-green?style=flat-square)
Deployment of mattermost
## Upstream Release Notes
This package has no upstream release note links on file. Please add some to [chart/Chart.yaml](chart/Chart.yaml) under `annotations.bigbang.dev/upstreamReleaseNotesMarkdown`.
Example:
* This package has no upstream release note links on file. Please add some to [chart/Chart.yaml](chart/Chart.yaml) under `annotations.bigbang.dev/* * * upstreamReleaseNotesMarkdown`.
* Example
```yaml
annotations:
bigbang.dev/upstreamReleaseNotesMarkdown: |
......@@ -18,25 +19,21 @@ annotations:
## Learn More
- [Application Overview](docs/overview.md)
- [Other Documentation](docs/)
* [Application Overview](docs/overview.md)
* [Other Documentation](docs/)
## Pre-Requisites
- Kubernetes Cluster deployed
- Kubernetes config installed in `~/.kube/config`
- Helm installed
* Kubernetes Cluster deployed
* Kubernetes config installed in `~/.kube/config`
* Helm installed
Kubernetes: `>=1.12.0-0`
Install Helm
https://helm.sh/docs/intro/install/
## Deployment
- Clone down the repository
- cd into directory
* Clone down the repository
* cd into directory
```bash
helm install mattermost chart/
......@@ -187,7 +184,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.6"` | |
| waitJob.scripts.image | string | `"registry1.dso.mil/ironbank/opensource/kubernetes/kubectl:v1.30.7"` | |
| waitJob.permissions.apiGroups[0] | string | `"installation.mattermost.com"` | |
| waitJob.permissions.resources[0] | string | `"mattermosts"` | |
......@@ -198,4 +195,3 @@ Please see the [contributing guide](./CONTRIBUTING.md) if you are interested in
---
_This file is programatically generated using `helm-docs` and some BigBang-specific templates. The `gluon` repository has [instructions for regenerating package READMEs](https://repo1.dso.mil/big-bang/product/packages/gluon/-/blob/master/docs/bb-package-readme.md)._
......@@ -9,4 +9,4 @@ dependencies:
repository: oci://registry1.dso.mil/bigbang
version: 0.5.12
digest: sha256:7b34b8b32fc3cf5556eea3d4a680f7131ce242da3bb4a5591b779ef780e0ef69
generated: "2025-01-14T08:55:37.888938-06:00"
generated: "2025-01-15T11:19:52.5706958-05:00"
......@@ -2,7 +2,7 @@
apiVersion: v2
name: mattermost
type: application
version: '10.2.0-bb.3'
version: '10.2.0-bb.4'
appVersion: 10.2.0
description: "Deployment of mattermost"
keywords:
......@@ -42,12 +42,12 @@ annotations:
- name: postgresql11
image: registry1.dso.mil/ironbank/opensource/postgres/postgresql11:11.18-1
- name: postgresql12
image: registry1.dso.mil/ironbank/opensource/postgres/postgresql12:12.20
image: registry1.dso.mil/ironbank/opensource/postgres/postgresql12:12.22
- name: postgresql
condition: postgresql.install
image: registry1.dso.mil/ironbank/opensource/postgres/postgresql:16.2
- name: operator-sidecar
image: registry1.dso.mil/ironbank/opensource/minio/operator-sidecar:v6.0.2
- name: kubectl
image: registry1.dso.mil/ironbank/opensource/kubernetes/kubectl:v1.30.6
image: registry1.dso.mil/ironbank/opensource/kubernetes/kubectl:v1.30.7
condition: waitJob.enabled
No preview for this file type
......@@ -353,7 +353,7 @@ bbtests:
waitJob:
enabled: true
scripts:
image: registry1.dso.mil/ironbank/opensource/kubernetes/kubectl:v1.30.6
image: registry1.dso.mil/ironbank/opensource/kubernetes/kubectl:v1.30.7
permissions:
apiGroups:
- installation.mattermost.com
......
registry1.dso.mil/ironbank/opensource/postgres/postgresql12:12.20
registry1.dso.mil/ironbank/opensource/postgres/postgresql12:12.22
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment