Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merging develop into master with resolved conflicts (#60) - release v2.4
* 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. * #170 2.4.80.01 NTPD Daemons (#52) * #159 Update CI/CD for k8s-london for helm charts #45 (#46) * 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. * Initial Commit Initial Commit * Update Chart.yaml Updated description to ntpd Helm chart for Kubernetes * labels updated Changed from app: {{ template "ntpd.name" . }} to app: {{ template "ntpd.fullname" . }} to align with other Helm Charts. * update labels Updated from app: {{ template "ntpd.name" . }} to app: {{ template "ntpd.fullname" . }} * ML-Adapter Changes (#53) * Added chart for interop-switch * Updated central directory with missing env vars. * Added interop-switch dependency for mojaloop * Updates for central directory to send additional env vars * Updates for path for interop switch * Updates for path interop switch ingress * Refactor mojaloop charts * Updates for mule * Updates for mule * Updates for host names * Updates for interop-switch * Updates for interop-switch * Made updates for mysql * Made fixes for mock pathfinder * Made updates based on review comments * Added initContainer * Made updates to expose UDP port for mock-pathfinder * Made updates based on review comments * Updates to interop-switch for init containers * Updated init container image version * Updated mock pathfinder chart in central folder * Updated interop-switch basepath * Added ml-api-adapter chart * Added ml-api-adapter chart * added kafka dependency on centralledger helm chart * Updated docker tags for centralledger to 'latestl' * Updated admin api for centralledger to include the admin key/secret * Updated pullPolicy for centralledger to always * Removing unwanted .idea files * Updated config section for ml-api-adapter * Updated config section for ml-api-adapter * Added Config section for ML-Adapter. Added additional environment variables for interop-switch * Updated kafka config for central and central-ledger charts * Updated the way to build ml-api-adapter related environment variables dynamically in interop-switch * Updated Docker versions and ImagePullPolicy * Moved postgres login info from config map to secret * Updated version for interop-switch and ml-api-adapter * Updated version for ml-adapter docker versions * Added package changes for ml-api-adapter and interop-switch (#55) * Added package changes for ml-api-adapter and interop-switch * added ntp to the package.sh
- Loading branch information