UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit a892e036 authored by bigbang bot's avatar bigbang bot Committed by Micah Nagel
Browse files

Update Ironbank Docker tags to v6.4.1

parent 68e49646
No related branches found
No related tags found
1 merge request!86Update Ironbank Docker tags to v6.4.1
......@@ -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).
---
## [0.7.0-bb.0] - 2022-03-03
### Changed
- Updated MM to 6.4.1
## [0.6.0-bb.1] - 2022-02-28
### Changed
- Updated Minio to 4.4.10
......
# mattermost
![Version: 0.6.0-bb.1](https://img.shields.io/badge/Version-0.6.0--bb.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 6.3.4](https://img.shields.io/badge/AppVersion-6.3.4-informational?style=flat-square)
![Version: 0.7.0-bb.0](https://img.shields.io/badge/Version-0.7.0--bb.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 6.4.1](https://img.shields.io/badge/AppVersion-6.4.1-informational?style=flat-square)
Deployment of mattermost
......@@ -56,7 +56,7 @@ helm install mattermost chart/
| sso.token_endpoint | string | `"https://login.dso.mil/oauth/token"` | |
| sso.user_api_endpoint | string | `"https://login.dso.mil/api/v4/user"` | |
| image.name | string | `"registry1.dso.mil/ironbank/opensource/mattermost/mattermost"` | |
| image.tag | string | `"6.3.4"` | |
| image.tag | string | `"6.4.1"` | |
| image.imagePullPolicy | string | `"IfNotPresent"` | |
| global.imagePullSecrets[0].name | string | `"private-registry"` | |
| replicaCount | int | `1` | |
......
......@@ -7,6 +7,6 @@ dependencies:
version: 4.4.10-bb.0
- name: gluon
repository: oci://registry.dso.mil/platform-one/big-bang/apps/library-charts/gluon
version: 0.2.5
digest: sha256:0c6d5a13479438aa934e41450ab39530f2267444d333986bd75fccb2534340d5
generated: "2022-02-28T14:28:27.718072-07:00"
version: 0.2.8
digest: sha256:c41009ea3d55380d681cc0d36214be7e00312a7a9ef750df8dff9b09fad9ca9d
generated: "2022-03-03T15:59:12.419719-07:00"
......@@ -2,8 +2,8 @@
apiVersion: v2
name: mattermost
type: application
version: "0.6.0-bb.1"
appVersion: "6.3.4"
version: "0.7.0-bb.0"
appVersion: "6.4.1"
description: "Deployment of mattermost"
keywords:
- Mattermost
......@@ -22,8 +22,8 @@ dependencies:
condition: minio.install
repository: file://./deps/minio
- name: gluon
version: 0.2.5
version: 0.2.8
repository: oci://registry.dso.mil/platform-one/big-bang/apps/library-charts/gluon
annotations:
bigbang.dev/applicationVersions: |
- Mattermost: 6.3.4
- Mattermost: 6.4.1
File deleted
File added
No preview for this file type
No preview for this file type
......@@ -2,5 +2,5 @@
"pluginsFile": false,
"supportFile": false,
"fixturesFolder": false,
"videoCompression": 40
"videoCompression": 20
}
......@@ -50,19 +50,20 @@ describe('Mattermost Healthcheck', function() {
cy.get('input[id="teamNameInput"]').type("Big Bang")
cy.get('button[id="teamNameNextButton"]').click()
cy.get('button[id="teamURLFinishButton"]').click()
cy.wait(2000)
cy.title().should('include', 'Town Square - Big Bang')
} else {
cy.title().should('include', 'Town Square - Big Bang')
}
})
// Give some time for the startup tips to load
cy.wait(5000)
cy.get("body").then($body => {
if ($body.find('button[class="SidebarNextSteps__close"]').length > 0) {
cy.get('button[class="SidebarNextSteps__close"]').click()
cy.get('button[type="submit"] > span').contains("Remove").click()
if ($body.find('.NextStepsView__skipGettingStarted > .NextStepsView__button').length > 0) {
cy.get('.NextStepsView__skipGettingStarted > .NextStepsView__button').click()
}
})
// Wait for title to update
cy.wait(2000)
cy.title().should('include', 'Town Square - Big Bang')
})
it('should allow chatting', function() {
......
......@@ -43,7 +43,7 @@ sso:
# Repo and image tag
image:
name: registry1.dso.mil/ironbank/opensource/mattermost/mattermost
tag: 6.3.4
tag: 6.4.1
imagePullPolicy: IfNotPresent
global:
......
......@@ -7,7 +7,7 @@
"draftPR": true,
"enabledManagers": ["regex"],
"ignorePaths": ["chart/charts/**"],
"labels": ["mattermost","Package Sustainment","kind::chore"],
"labels": ["mattermost","Package Sustainment","kind::maintenance"],
"packageRules": [
{
"matchDatasources": ["docker"],
......@@ -28,9 +28,10 @@
{
"fileMatch": ["^chart/Chart\\.yaml$"],
"matchStrings": [
"- Mattermost:\\s+(?<currentValue>.+)"
"- Mattermost:\\s+(?<currentValue>.+)",
"appVersion:\\s+(?<currentValue>.+)"
],
"depNameTemplate": "ironbank/opensource/mattermost/mattermost",
"depNameTemplate": "registry1.dso.mil/ironbank/opensource/mattermost/mattermost",
"datasourceTemplate": "docker"
}
]
......
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