UNCLASSIFIED

Commit 79bda422 authored by Micah Nagel's avatar Micah Nagel 💰
Browse files

turn off minio vs by default

parent 7b4c27b6
...@@ -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:
......
...@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment