Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Fixed AWS config (#25): #24 * Fixed update script ordering. (#27) * Sync'd central-config.yml with central/values.yml (#29) * Fixed update script ordering. * Sync'd config-central.yaml to match central/values.yaml * Feature/#60 automate the cd pipeline for central ledger (#34) * Fixed AWS config (#25): #24 (#26) * Fixed update script ordering. (#27) * Develop (#30) * added initial configs for central dev and prod deployments * Added a new chart called "mojaloop" which deploys all components for the mojaloop switch. * Feature/#60 automate the cd pipeline for central ledger (#36) * added initial configs for central dev and prod deployments * Added a new chart called "mojaloop" which deploys all components for the mojaloop switch. * Updated ingress for prod deployment * Updated Ingress Host Names * updated dev config for all tags to point to 'snapshot' instead of 'latst' * updated dev config for all tags to point to 'snapshot' instead of 'latst' * updated centralledger chart to v0.2.0 (#43) * updated centralledger chart to v0.2.0 Changes made: - added mysql dep on centralledger, and associated configurations for either postgres or mysql - changed centralledger config to use value for the knex config - removed AWS values (not needed) - removed values in the root folder. Rather use the value.yaml in each chart folder, which is easier to maintain. * Bumbped chart versions impacted by centralledger update to 0.2.0 to match the same version * Bumbped chart versions impacted by centralledger update to 0.2.0 to match the same version For previous commit: Added db_type and db_driver under the config values for CentralLedger. This will allow us to switch between postgresql and mysql. Note the mysql deployment has not been tested since we do not have working backend code to fully support this yet. * #159 Update CI/CD for k8s-london for helm charts (#45) * Published Helm repo from the develop branch * Bugfix/mock pathfinder port names too long (#11) * Fixed typo in readme.md * Fixed port name for mock pathfinder. Name was longer then 15 characters. * Published bug fix * Fixed to published repo (#15) * Develop (#12) * Initial Helm Commit (#1) 1. Added Helm charts for: - Central Directory - Central End User Registry - Central Ledger - Central Hub - Central KMS - Mock Pathfinder - Forensic Logging Sidecar - Central - Ingress Nginx 2. Updated documentation: - readme.md 3. Added helper scripts: - deploy-central.sh - deploy-ingress.sh - clean.sh - update-charts-dep.sh 4. Added global configs: - config-central.sh - config-ingress.sh 5. Added how to deploy mojaloop to a local minikube k8s environment to readme.md * updated typos (#3) * Bugfix/readme improvements (#4) * Fixed typo in readme for updating dependencies * Added local dev guide * Feature/adding external service (#7) * Several feature updates, bug and typo fixes 1. Removed duplicate central-directory references 2. Removed duplicate central-kms references 3. Cleanred up values.yaml 4. Added external hikacking service capability for all k8s services. This will allow for easier local development. 5. Updated readme.md, and moved development guide into https://github.com/mojaloop/mojaloop * added package.sh to assist in indexing and creating a helm repo * updated README.MD to include instructions on how to use the helm repo for mojaloop * Fixed typo in readme.md * Fixed port name for mock pathfinder. Name was longer then 15 characters. (#10) * Develop (#14) * Initial Helm Commit (#1) 1. Added Helm charts for: - Central Directory - Central End User Registry - Central Ledger - Central Hub - Central KMS - Mock Pathfinder - Forensic Logging Sidecar - Central - Ingress Nginx 2. Updated documentation: - readme.md 3. Added helper scripts: - deploy-central.sh - deploy-ingress.sh - clean.sh - update-charts-dep.sh 4. Added global configs: - config-central.sh - config-ingress.sh 5. Added how to deploy mojaloop to a local minikube k8s environment to readme.md * updated typos (#3) * Bugfix/readme improvements (#4) * Fixed typo in readme for updating dependencies * Added local dev guide * Feature/adding external service (#7) * Several feature updates, bug and typo fixes 1. Removed duplicate central-directory references 2. Removed duplicate central-kms references 3. Cleanred up values.yaml 4. Added external hikacking service capability for all k8s services. This will allow for easier local development. 5. Updated readme.md, and moved development guide into https://github.com/mojaloop/mojaloop * added package.sh to assist in indexing and creating a helm repo * updated README.MD to include instructions on how to use the helm repo for mojaloop * Fixed typo in readme.md * Fixed port name for mock pathfinder. Name was longer then 15 characters. (#10) * Several updates: (#13) Several updates * Published master changes * Publishing latest charts * publishing to repo * Publishing fixes * Updated deployments * added pod affinity, nodeSelector and tollarations * Updates requirements to relfect v0.1.1 version * Fixed issue on tolerations from {} to [] * Fixed tolerations in centralledger * Feature/#76 implementa poc for stream processing pattern (#38) * Feature/#60 automate the cd pipeline for central ledger (#36) * added initial configs for central dev and prod deployments * Added a new chart called "mojaloop" which deploys all components for the mojaloop switch. * Updated ingress for prod deployment * Updated Ingress Host Names * updated dev config for all tags to point to 'snapshot' instead of 'latst' * updated dev config for all tags to point to 'snapshot' instead of 'latst' * added pod affinity, nodeSelector and tollarations * Updates requirements to relfect v0.1.1 version * Fixed issue on tolerations from {} to [] * Fixed tolerations in centralledger * Published v1.1 * Updated the templates to cater for external DBs * Fixed circleci typo * Updated versions for impacted chats * publishing v0.1.2 of chats * fixed issue with central-ledger secret config * fixed issue with centralledger secret * updated config to use correct URI for api and admin hosts * Updated deployment to show proper host for centralledger * Fixed issue #41 * Fixed #41 * sperated the ingress for admin and api * Seperated the ingress for admin and api * removing repo * Bumped all versions to 2.0 * realignment fixes * fixed config file * Merge/developintomaster (#47) * Develop (#44) * Fixed AWS config (#25): #24 * Fixed update script ordering. (#27) * Sync'd central-config.yml with central/values.yml (#29) * Fixed update script ordering. * Sync'd config-central.yaml to match central/values.yaml * Feature/#60 automate the cd pipeline for central ledger (#34) * Fixed AWS config (#25): #24 (#26) * Fixed update script ordering. (#27) * Develop (#30) * added initial configs for central dev and prod deployments * Added a new chart called "mojaloop" which deploys all components for the mojaloop switch. * Feature/#60 automate the cd pipeline for central ledger (#36) * added initial configs for central dev and prod deployments * Added a new chart called "mojaloop" which deploys all components for the mojaloop switch. * Updated ingress for prod deployment * Updated Ingress Host Names * updated dev config for all tags to point to 'snapshot' instead of 'latst' * updated dev config for all tags to point to 'snapshot' instead of 'latst' * updated centralledger chart to v0.2.0 (#43) * updated centralledger chart to v0.2.0 Changes made: - added mysql dep on centralledger, and associated configurations for either postgres or mysql - changed centralledger config to use value for the knex config - removed AWS values (not needed) - removed values in the root folder. Rather use the value.yaml in each chart folder, which is easier to maintain. * Bumbped chart versions impacted by centralledger update to 0.2.0 to match the same version * Bumbped chart versions impacted by centralledger update to 0.2.0 to match the same version For previous commit: Added db_type and db_driver under the config values for CentralLedger. This will allow us to switch between postgresql and mysql. Note the mysql deployment has not been tested since we do not have working backend code to fully support this yet. * removed 'type: http' from the centrslledger values which is unused. * Removed 'type: http' from centralledger values in central and centralHub charts as these are not used.
- Loading branch information