UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit b9a19204 authored by RENOVATE_BOT's avatar RENOVATE_BOT Committed by Michael Martin
Browse files

SKIP UPGRADE CHECK Update Ironbank

parent 8f1c3070
No related branches found
No related tags found
1 merge request!290SKIP UPGRADE CHECK Update Ironbank
...@@ -4,6 +4,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ...@@ -4,6 +4,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
--- ---
## [10.4.1-bb.0] - 2025-01-17
### Changed
- Updated registry1.dso.mil/ironbank/opensource/mattermost/mattermost 10.2.0 -> 10.4.1
- Updated Gluon 0.5.12 -> 0.5.14
- Updated registry1.dso.mil/ironbank/opensource/kubernetes/kubectl v1.30.7 -> v1.30.9
- Updated registry1.dso.mil/ironbank/opensource/postgres/postgresql 16.2 -> 17.2
## [10.2.0-bb.4] - 2024-01-15 ## [10.2.0-bb.4] - 2024-01-15
### Changed ### Changed
......
<!-- Warning: Do not manually edit this file. See notes on gluon + helm-docs at the end of this file for more information. --> <!-- Warning: Do not manually edit this file. See notes on gluon + helm-docs at the end of this file for more information. -->
# mattermost # mattermost
![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) ![Version: 10.4.1-bb.0](https://img.shields.io/badge/Version-10.4.1--bb.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 10.4.1](https://img.shields.io/badge/AppVersion-10.4.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 Deployment of mattermost
## Upstream Release Notes ## 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`. 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 Example:
```yaml ```yaml
annotations: annotations:
bigbang.dev/upstreamReleaseNotesMarkdown: | bigbang.dev/upstreamReleaseNotesMarkdown: |
...@@ -19,21 +18,25 @@ annotations: ...@@ -19,21 +18,25 @@ annotations:
## Learn More ## Learn More
* [Application Overview](docs/overview.md) - [Application Overview](docs/overview.md)
* [Other Documentation](docs/) - [Other Documentation](docs/)
## Pre-Requisites ## Pre-Requisites
* Kubernetes Cluster deployed - Kubernetes Cluster deployed
* Kubernetes config installed in `~/.kube/config` - Kubernetes config installed in `~/.kube/config`
* Helm installed - Helm installed
Kubernetes: `>=1.12.0-0` Kubernetes: `>=1.12.0-0`
Install Helm
https://helm.sh/docs/intro/install/
## Deployment ## Deployment
* Clone down the repository - Clone down the repository
* cd into directory - cd into directory
```bash ```bash
helm install mattermost chart/ helm install mattermost chart/
...@@ -92,7 +95,7 @@ helm install mattermost chart/ ...@@ -92,7 +95,7 @@ helm install mattermost chart/
| sso.enable_sign_in_with_email | bool | `false` | | | sso.enable_sign_in_with_email | bool | `false` | |
| sso.enable_sign_in_with_username | bool | `false` | | | sso.enable_sign_in_with_username | bool | `false` | |
| image.name | string | `"registry1.dso.mil/ironbank/opensource/mattermost/mattermost"` | | | image.name | string | `"registry1.dso.mil/ironbank/opensource/mattermost/mattermost"` | |
| image.tag | string | `"10.2.0"` | | | image.tag | string | `"10.4.1"` | |
| image.imagePullPolicy | string | `"IfNotPresent"` | | | image.imagePullPolicy | string | `"IfNotPresent"` | |
| global.imagePullSecrets[0].name | string | `"private-registry"` | | | global.imagePullSecrets[0].name | string | `"private-registry"` | |
| replicaCount | int | `1` | | | replicaCount | int | `1` | |
...@@ -146,7 +149,7 @@ helm install mattermost chart/ ...@@ -146,7 +149,7 @@ helm install mattermost chart/
| postgresql.pgHbaConfiguration | string | `"local all all md5\nhost all all all md5"` | | | postgresql.pgHbaConfiguration | string | `"local all all md5\nhost all all all md5"` | |
| database.secret | string | `""` | | | database.secret | string | `""` | |
| database.readinessCheck.disableDefault | bool | `true` | | | database.readinessCheck.disableDefault | bool | `true` | |
| database.readinessCheck.image | string | `"registry1.dso.mil/ironbank/opensource/postgres/postgresql:16.2"` | | | database.readinessCheck.image | string | `"registry1.dso.mil/ironbank/opensource/postgres/postgresql:17.2"` | |
| database.readinessCheck.command[0] | string | `"/bin/sh"` | | | database.readinessCheck.command[0] | string | `"/bin/sh"` | |
| database.readinessCheck.command[1] | string | `"-c"` | | | 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;"` | | | database.readinessCheck.command[2] | string | `"until pg_isready --dbname=\"$DB_CONNECTION_CHECK_URL\"; do echo waiting for database; sleep 5; done;"` | |
...@@ -184,7 +187,7 @@ helm install mattermost chart/ ...@@ -184,7 +187,7 @@ helm install mattermost chart/
| bbtests.cypress.resources.limits.cpu | string | `"2"` | | | bbtests.cypress.resources.limits.cpu | string | `"2"` | |
| bbtests.cypress.resources.limits.memory | string | `"1500M"` | | | bbtests.cypress.resources.limits.memory | string | `"1500M"` | |
| waitJob.enabled | bool | `true` | | | waitJob.enabled | bool | `true` | |
| waitJob.scripts.image | string | `"registry1.dso.mil/ironbank/opensource/kubernetes/kubectl:v1.30.7"` | | | waitJob.scripts.image | string | `"registry1.dso.mil/ironbank/opensource/kubernetes/kubectl:v1.30.9"` | |
| waitJob.permissions.apiGroups[0] | string | `"installation.mattermost.com"` | | | waitJob.permissions.apiGroups[0] | string | `"installation.mattermost.com"` | |
| waitJob.permissions.resources[0] | string | `"mattermosts"` | | | waitJob.permissions.resources[0] | string | `"mattermosts"` | |
...@@ -195,3 +198,4 @@ Please see the [contributing guide](./CONTRIBUTING.md) if you are interested in ...@@ -195,3 +198,4 @@ 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)._ _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)._
...@@ -7,6 +7,6 @@ dependencies: ...@@ -7,6 +7,6 @@ dependencies:
version: 6.0.3-bb.1 version: 6.0.3-bb.1
- name: gluon - name: gluon
repository: oci://registry1.dso.mil/bigbang repository: oci://registry1.dso.mil/bigbang
version: 0.5.12 version: 0.5.14
digest: sha256:7b34b8b32fc3cf5556eea3d4a680f7131ce242da3bb4a5591b779ef780e0ef69 digest: sha256:2c4d302ef21e7f3e64c429c66453937d8d630aa7959bded33aec6a773561bfaa
generated: "2025-01-15T11:19:52.5706958-05:00" generated: "2025-01-17T10:43:57.183214-06:00"
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
apiVersion: v2 apiVersion: v2
name: mattermost name: mattermost
type: application type: application
version: '10.2.0-bb.4' version: 10.4.1-bb.0
appVersion: 10.2.0 appVersion: 10.4.1
description: "Deployment of mattermost" description: "Deployment of mattermost"
keywords: keywords:
- Mattermost - Mattermost
...@@ -21,15 +21,15 @@ dependencies: ...@@ -21,15 +21,15 @@ dependencies:
condition: minio.install condition: minio.install
repository: oci://registry1.dso.mil/bigbang repository: oci://registry1.dso.mil/bigbang
- name: gluon - name: gluon
version: 0.5.12 version: 0.5.14
repository: oci://registry1.dso.mil/bigbang repository: oci://registry1.dso.mil/bigbang
annotations: annotations:
bigbang.dev/maintenanceTrack: bb_integrated bigbang.dev/maintenanceTrack: bb_integrated
bigbang.dev/applicationVersions: | bigbang.dev/applicationVersions: |
- Mattermost: 10.2.0 - Mattermost: 10.4.1
helm.sh/images: | helm.sh/images: |
- name: mattermost - name: mattermost
image: registry1.dso.mil/ironbank/opensource/mattermost/mattermost:10.2.0 image: registry1.dso.mil/ironbank/opensource/mattermost/mattermost:10.4.1
- name: minio - name: minio
condition: minio.install condition: minio.install
image: registry1.dso.mil/ironbank/opensource/minio/minio:RELEASE.2024-06-04T19-20-08Z image: registry1.dso.mil/ironbank/opensource/minio/minio:RELEASE.2024-06-04T19-20-08Z
...@@ -45,9 +45,9 @@ annotations: ...@@ -45,9 +45,9 @@ annotations:
image: registry1.dso.mil/ironbank/opensource/postgres/postgresql12:12.22 image: registry1.dso.mil/ironbank/opensource/postgres/postgresql12:12.22
- name: postgresql - name: postgresql
condition: postgresql.install condition: postgresql.install
image: registry1.dso.mil/ironbank/opensource/postgres/postgresql:16.2 image: registry1.dso.mil/ironbank/opensource/postgres/postgresql:17.2
- name: operator-sidecar - name: operator-sidecar
image: registry1.dso.mil/ironbank/opensource/minio/operator-sidecar:v6.0.2 image: registry1.dso.mil/ironbank/opensource/minio/operator-sidecar:v6.0.2
- name: kubectl - name: kubectl
image: registry1.dso.mil/ironbank/opensource/kubernetes/kubectl:v1.30.7 image: registry1.dso.mil/ironbank/opensource/kubernetes/kubectl:v1.30.9
condition: waitJob.enabled condition: waitJob.enabled
File deleted
File added
No preview for this file type
...@@ -101,7 +101,7 @@ sso: ...@@ -101,7 +101,7 @@ sso:
# Repo and image tag # Repo and image tag
image: image:
name: registry1.dso.mil/ironbank/opensource/mattermost/mattermost name: registry1.dso.mil/ironbank/opensource/mattermost/mattermost
tag: 10.2.0 tag: 10.4.1
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
global: global:
...@@ -233,7 +233,7 @@ postgresql: ...@@ -233,7 +233,7 @@ postgresql:
image: image:
registry: "registry1.dso.mil/ironbank" registry: "registry1.dso.mil/ironbank"
repository: "opensource/postgres/postgresql" repository: "opensource/postgres/postgresql"
tag: "16.2" tag: "17.2"
pullSecrets: pullSecrets:
- private-registry - private-registry
...@@ -275,7 +275,7 @@ database: ...@@ -275,7 +275,7 @@ database:
# Disable the default readiness check which uses a non-IB image # Disable the default readiness check which uses a non-IB image
disableDefault: true disableDefault: true
# Defaults to Ironbank postgres, can be changed for different DB types (MySQL) # Defaults to Ironbank postgres, can be changed for different DB types (MySQL)
image: registry1.dso.mil/ironbank/opensource/postgres/postgresql:16.2 image: registry1.dso.mil/ironbank/opensource/postgres/postgresql:17.2
# Defaults to a readiness check for postgres, can be changed for different DB types # Defaults to a readiness check for postgres, can be changed for different DB types
command: command:
- /bin/sh - /bin/sh
...@@ -353,7 +353,7 @@ bbtests: ...@@ -353,7 +353,7 @@ bbtests:
waitJob: waitJob:
enabled: true enabled: true
scripts: scripts:
image: registry1.dso.mil/ironbank/opensource/kubernetes/kubectl:v1.30.7 image: registry1.dso.mil/ironbank/opensource/kubernetes/kubectl:v1.30.9
permissions: permissions:
apiGroups: apiGroups:
- installation.mattermost.com - installation.mattermost.com
......
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