All changes to this chart will be documented in this file.
- Update Mission-Control Readme with new database details
- Update Mission-Control version 3.4.2
- Move to using PostgreSQL as Mission-Control database (replace MongoDB)
- Move setup of database from post install hook to init container of corresponding deployment
- NOTE: For upgrading an existing deployment (pre 3.4.2), Mission-Control must be installed with both databases: MongoDB and PostgreSQL
- UPGRADE NOTES: For upgrading an existing deployment (pre 3.4.2), follow the following:
- Pass
--set mongodb.enabled=true
to thehelm upgrade command
. - Mission-Control should be idle.
- New Mission-Control must be installed with both databases: MongoDB and PostgreSQL
- Upgrade to new version (3.4.2) with the following parameter for the upgrade process
helm upgrade .... --set mongodb.enabled=true ....
- Upgrade to new version (3.4.2) with the following parameter for the upgrade process
- Once Mission-Control is up - it means the migration from MongoDB to PostgreSQL is done!
- Pass
- Add 0.5G to all memory limits for java services to be higher than java xmx value
- Added support for
missionControl.customInitContainers
to create custom init containers
- Updated Mission-Control version to 3.3.2
- Updated Mission-Control version to 3.3.0
- Remove usage of certificates for internal communication
- Updated Mission-Control version to 3.2.0
- This chart version (0.6.0) cannot be used to deploy older versions of Mission Control (less than or equal to 3.1.2)
- Add Apache 2.0 license
- Fix #67 Set password used to generate internal certs in Mission-Control
- Upgrade MongoDB version (chart 4.3.10, app 3.6.8-debian-9)
- Quote ingress hosts to support wildcard names
- Add
helm repo add jfrog https://charts.jfrog.io
to README
- Option to set Java
Xms
andXmx
for Insight scheduler and executor
- Updated Mission-Control version to 3.1.2
- Enabled RBAC Support
- Using secrets for credentials
- Updated Mission-Control version to 3.1.1
- Changed deployment api to apps/v1beta2
- Made postInstallHook image configurable