UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 79bda422 authored by Micah Nagel's avatar Micah Nagel
Browse files

turn off minio vs by default

parent 7b4c27b6
No related branches found
No related tags found
1 merge request!15turn off minio vs by default
...@@ -4,6 +4,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ...@@ -4,6 +4,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
--- ---
## [0.1.1-bb.3] - 2021-03-25
### Fixed
- Minio virtualservice disabled by default
## [0.1.1-bb.2] - 2021-03-25 ## [0.1.1-bb.2] - 2021-03-25
### Changed ### Changed
- Updated Cypress test to handle upgrades - Updated Cypress test to handle upgrades
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
apiVersion: v2 apiVersion: v2
name: mattermost name: mattermost
type: application type: application
version: "0.1.1-bb.2" version: "0.1.1-bb.3"
appVersion: "5.32.1" appVersion: "5.32.1"
description: "Deployment of mattermost" description: "Deployment of mattermost"
keywords: keywords:
......
No preview for this file type
No preview for this file type
...@@ -52,7 +52,7 @@ service: ...@@ -52,7 +52,7 @@ service:
podAnnotations: {} podAnnotations: {}
istio: istio:
enabled: true enabled: false
virtualService: virtualService:
enabled: true enabled: true
name: minio name: minio
......
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