UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit c240f3d6 authored by Ryan Garcia's avatar Ryan Garcia :dizzy:
Browse files

SKIP UPGRADE moar resources for cypress

parent 45684c13
No related branches found
No related tags found
1 merge request!175SKIP UPGRADE moar resources for cypress
......@@ -3,6 +3,10 @@
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).
---
## [9.3.0-bb.1] - 2023-12-21
### Changed
- cypress resource allocation
## [9.3.0-bb.0] - 2023-12-21
### Changed
- registry1.dso.mil/ironbank/opensource/mattermost/mattermost v9.2.3 -> v9.3.0
......
# mattermost
![Version: v9.3.0-bb.0](https://img.shields.io/badge/Version-v9.3.0--bb.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v9.3.0](https://img.shields.io/badge/AppVersion-v9.3.0-informational?style=flat-square)
![Version: 9.3.0-bb.1](https://img.shields.io/badge/Version-9.3.0--bb.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 9.3.0](https://img.shields.io/badge/AppVersion-9.3.0-informational?style=flat-square)
Deployment of mattermost
......@@ -148,6 +148,10 @@ helm install mattermost chart/
| bbtests.cypress.envs.cypress_waittime | string | `"5000"` | |
| bbtests.cypress.envs.cypress_keycloak_username | string | `"cypress"` | |
| bbtests.cypress.envs.cypress_keycloak_password | string | `"tnr_w!G33ZyAt@C8"` | |
| bbtests.cypress.resources.requests.cpu | string | `"2"` | |
| bbtests.cypress.resources.requests.memory | string | `"1500M"` | |
| bbtests.cypress.resources.limits.cpu | string | `"2"` | |
| bbtests.cypress.resources.limits.memory | string | `"1500M"` | |
## Contributing
......
......@@ -2,8 +2,8 @@
apiVersion: v2
name: mattermost
type: application
version: v9.3.0-bb.0
appVersion: v9.3.0
version: 9.3.0-bb.1
appVersion: 9.3.0
description: "Deployment of mattermost"
keywords:
- Mattermost
......
......@@ -301,4 +301,10 @@ bbtests:
cypress_waittime: "5000"
cypress_keycloak_username: "cypress"
cypress_keycloak_password: "tnr_w!G33ZyAt@C8"
resources:
requests:
cpu: "2"
memory: "1500M"
limits:
cpu: "2"
memory: "1500M"
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