Skip to content

Commit

Permalink
Add back default postgres password for testing
Browse files Browse the repository at this point in the history
Increase memory limit for elasticsearch by .5 GB
Checkin change log
  • Loading branch information
amithins committed Mar 28, 2019
1 parent 7124dfb commit 033a392
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
7 changes: 7 additions & 0 deletions stable/mission-control/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
7 changes: 7 additions & 0 deletions stable/mission-control/ci/test-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,10 @@
# serviceAccount:
# create: false

postgresql:
postgresPassword: postgres
db:
jfisPassword: password
jfscPassword: password
jfexPassword: password
jfmcPassword: password
4 changes: 2 additions & 2 deletions stable/mission-control/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ postgresql:
enabled: true
imageTag: "9.6.11"
postgresUsername: postgres
postgresPassword:
postgresPassword:
postgresConfig:
maxConnections: "1500"
db:
Expand Down Expand Up @@ -182,7 +182,7 @@ elasticsearch:
# memory: "2Gi"
# cpu: "100m"
# limits:
# memory: "2Gi"
# memory: "2.5Gi"
# cpu: "500m"

podRestartTime:
Expand Down

0 comments on commit 033a392

Please sign in to comment.