openreplay/scripts/helm/helmcharts
Rajesh Rajendran f2003d1a8b chore(helm): update default values
Signed-off-by: Rajesh Rajendran <rjshrjndrn@gmail.com>
2022-01-17 01:59:18 +05:30
..
databases chore(helm): update the chalice version 2022-01-17 01:28:20 +05:30
openreplay chore(helm): dynamic injection of version in chalice 2022-01-17 01:58:04 +05:30
init.sh chore(helm): updating openreplay version 2022-01-17 01:44:20 +05:30
README.md chore(helm): proper folder name 2022-01-17 01:15:37 +05:30
vars.yaml chore(helm): update default values 2022-01-17 01:59:18 +05:30
versionUpdater.sh chore(helm): updating openreplay version 2022-01-17 01:44:20 +05:30

  • Initialize databases
    • we've to pass the --wait flag, else the db installation won't be complete. and it'll break the db init.
    • collate all dbs required
      • How to distinguish b/w enterprise and community
      • Or fist only community then enterprise
  • install db migration
    • have to have another helm chart with low hook value for higher prioriry
  • install app
    • customize values.yaml file

Installation

helm upgrade --install databases ./databases -n db --create-namespace --wait -f ./values.yaml --atomic helm upgrade --install openreplay ./openreplay -n app --create-namespace --wait -f ./values.yaml --atomic