diff --git a/stable/mission-control/CHANGELOG.md b/stable/mission-control/CHANGELOG.md index 663dae7ff..2198d86a6 100644 --- a/stable/mission-control/CHANGELOG.md +++ b/stable/mission-control/CHANGELOG.md @@ -1,6 +1,13 @@ # JFrog Mission-Control Chart Changelog All changes to this chart will be documented in this file. +## [1.0.0] - Mar 28, 2019 +* **NOTE:** This chart is not compatible with older versions and should not be used to upgrade them. See README for more details on upgrades +* Updated Mission Control version to 3.5.0 +* HA support for Mission Control and elasticsearch with Statefulset +* Elasticsearch now part of Mission Control template +* New Elasticsearch (6.6.0) with searchguard plugin enabled + ## [0.9.4] - Mar 26, 2019 * Add default auto-generated random password for mission control database users diff --git a/stable/mission-control/ci/test-values.yaml b/stable/mission-control/ci/test-values.yaml index 0e92cf663..fb8d4c923 100644 --- a/stable/mission-control/ci/test-values.yaml +++ b/stable/mission-control/ci/test-values.yaml @@ -6,3 +6,10 @@ # serviceAccount: # create: false +postgresql: + postgresPassword: postgres + db: + jfisPassword: password + jfscPassword: password + jfexPassword: password + jfmcPassword: password diff --git a/stable/mission-control/values.yaml b/stable/mission-control/values.yaml index c4af5e449..51b3a9264 100644 --- a/stable/mission-control/values.yaml +++ b/stable/mission-control/values.yaml @@ -58,7 +58,7 @@ postgresql: enabled: true imageTag: "9.6.11" postgresUsername: postgres - postgresPassword: + postgresPassword: postgresConfig: maxConnections: "1500" db: @@ -182,7 +182,7 @@ elasticsearch: # memory: "2Gi" # cpu: "100m" # limits: - # memory: "2Gi" + # memory: "2.5Gi" # cpu: "500m" podRestartTime: