Skip to content

Commit

Permalink
chore(mojaloop/#3759): update charts for fixing bug #3759 (#607)
Browse files Browse the repository at this point in the history
chore: update charts for fixing bug #3759
  • Loading branch information
kleyow authored Mar 4, 2024
1 parent 31718d6 commit 339885c
Show file tree
Hide file tree
Showing 5 changed files with 207 additions and 207 deletions.
10 changes: 5 additions & 5 deletions account-lookup-service/chart-admin/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
image:
registry: docker.io
repository: mojaloop/account-lookup-service
tag: v15.2.1
tag: v15.2.2
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand Down Expand Up @@ -214,7 +214,7 @@ config:
# If `jwsSigningKeySecret` is not null, then the `jwsSigningKey` value will be ignored.
# Expected properties of `jwsSigningKeySecret` are `name` and `key`.
jwsSigningKeySecret: null
jwsSigningKey: null
jwsSigningKey: null
# To generate this key:
# Private:
# ssh-keygen -t rsa -b 4096 -m PEM -f jwtRS256.key
Expand Down Expand Up @@ -259,13 +259,13 @@ initContainers: |
- sh
- -c
- |
until mysql -h ${DB_HOST} -P ${DB_PORT} -u ${DB_USER} --password=${DB_PASSWORD} ${DB_DATABASE} -e 'select version()' ;
until mysql -h ${DB_HOST} -P ${DB_PORT} -u ${DB_USER} --password=${DB_PASSWORD} ${DB_DATABASE} -e 'select version()' ;
do
echo --------------------;
echo Waiting for MySQL...;
sleep 2;
sleep 2;
done;
echo ====================;
echo ====================;
echo MySQL ok!;
env:
- name: DB_HOST
Expand Down
8 changes: 4 additions & 4 deletions account-lookup-service/chart-service/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
image:
registry: docker.io
repository: mojaloop/account-lookup-service
tag: v15.2.1
tag: v15.2.2
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand Down Expand Up @@ -216,7 +216,7 @@ config:
# If `jwsSigningKeySecret` is not null, then the `jwsSigningKey` value will be ignored.
# Expected properties of `jwsSigningKeySecret` are `name` and `key`.
jwsSigningKeySecret: null
jwsSigningKey: null
jwsSigningKey: null
# To generate this key:
# Private:
# ssh-keygen -t rsa -b 4096 -m PEM -f jwtRS256.key
Expand Down Expand Up @@ -264,9 +264,9 @@ initContainers: |
do
echo --------------------;
echo Waiting for MySQL...;
sleep 2;
sleep 2;
done;
echo ====================;
echo ====================;
echo MySQL ok!;
env:
- name: DB_HOST
Expand Down
58 changes: 29 additions & 29 deletions account-lookup-service/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ account-lookup-service:
image:
registry: docker.io
repository: mojaloop/account-lookup-service
tag: v15.2.1
tag: v15.2.2
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand Down Expand Up @@ -137,7 +137,7 @@ account-lookup-service:
# If `jwsSigningKeySecret` is not null, then the `jwsSigningKey` value will be ignored.
# Expected properties of `jwsSigningKeySecret` are `name` and `key`.
jwsSigningKeySecret: null
jwsSigningKey: null
jwsSigningKey: null
# To generate this key:
# Private:
# ssh-keygen -t rsa -b 4096 -m PEM -f jwtRS256.key
Expand Down Expand Up @@ -174,9 +174,9 @@ account-lookup-service:
do
echo --------------------;
echo Waiting for MySQL...;
sleep 2;
sleep 2;
done;
echo ====================;
echo ====================;
echo MySQL ok!;
env:
- name: DB_HOST
Expand Down Expand Up @@ -215,16 +215,16 @@ account-lookup-service:
##
nodePorts:
http: null
https: null
https: null
## @param service.clusterIP %%MAIN_CONTAINER_NAME%% service Cluster IP
## e.g.:
## clusterIP: None
##
clusterIP: null
clusterIP: null
## @param service.loadBalancerIP %%MAIN_CONTAINER_NAME%% service Load Balancer IP
## ref: https://kubernetes.io/docs/concepts/services-networking/service/#type-loadbalancer
##
loadBalancerIP: null
loadBalancerIP: null
## @param service.loadBalancerSourceRanges %%MAIN_CONTAINER_NAME%% service Load Balancer sources
## ref: https://kubernetes.io/docs/tasks/access-application-cluster/configure-cloud-provider-firewall/#restrict-access-for-loadbalancer-service
## e.g:
Expand Down Expand Up @@ -258,7 +258,7 @@ account-lookup-service:
pathType: ImplementationSpecific
## @param ingress.apiVersion Force Ingress API version (automatically detected if not set)
##
apiVersion: null
apiVersion: null
## @param ingress.hostname Default host for the ingress record
##
hostname: account-lookup-service.local
Expand All @@ -271,7 +271,7 @@ account-lookup-service:
## @param ingress.annotations Additional custom annotations for the ingress record
## NOTE: If `ingress.certManager=true`, annotation `kubernetes.io/tls-acme: "true"` will automatically be added
##
annotations: null
annotations: null
## @param ingress.tls Enable TLS configuration for the host defined at `ingress.hostname` parameter
## TLS certificates will be retrieved from a TLS secret with name: `{{- printf "%s-tls" .Values.ingress.hostname }}`
## You can:
Expand Down Expand Up @@ -321,7 +321,7 @@ account-lookup-service-admin:
image:
registry: docker.io
repository: mojaloop/account-lookup-service
tag: v15.2.1
tag: v15.2.2
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand Down Expand Up @@ -447,7 +447,7 @@ account-lookup-service-admin:
# If `jwsSigningKeySecret` is not null, then the `jwsSigningKey` value will be ignored.
# Expected properties of `jwsSigningKeySecret` are `name` and `key`.
jwsSigningKeySecret: null
jwsSigningKey: null
jwsSigningKey: null
# To generate this key:
# Private:
# ssh-keygen -t rsa -b 4096 -m PEM -f jwtRS256.key
Expand Down Expand Up @@ -485,13 +485,13 @@ account-lookup-service-admin:
- sh
- -c
- |
until mysql -h ${DB_HOST} -P ${DB_PORT} -u ${DB_USER} --password=${DB_PASSWORD} ${DB_DATABASE} -e 'select version()' ;
until mysql -h ${DB_HOST} -P ${DB_PORT} -u ${DB_USER} --password=${DB_PASSWORD} ${DB_DATABASE} -e 'select version()' ;
do
echo --------------------;
echo Waiting for MySQL...;
sleep 2;
sleep 2;
done;
echo ====================;
echo ====================;
echo MySQL ok!;
env:
- name: DB_HOST
Expand Down Expand Up @@ -552,16 +552,16 @@ account-lookup-service-admin:
##
nodePorts:
http: null
https: null
https: null
## @param service.clusterIP %%MAIN_CONTAINER_NAME%% service Cluster IP
## e.g.:
## clusterIP: None
##
clusterIP: null
clusterIP: null
## @param service.loadBalancerIP %%MAIN_CONTAINER_NAME%% service Load Balancer IP
## ref: https://kubernetes.io/docs/concepts/services-networking/service/#type-loadbalancer
##
loadBalancerIP: null
loadBalancerIP: null
## @param service.loadBalancerSourceRanges %%MAIN_CONTAINER_NAME%% service Load Balancer sources
## ref: https://kubernetes.io/docs/tasks/access-application-cluster/configure-cloud-provider-firewall/#restrict-access-for-loadbalancer-service
## e.g:
Expand Down Expand Up @@ -595,7 +595,7 @@ account-lookup-service-admin:
pathType: ImplementationSpecific
## @param ingress.apiVersion Force Ingress API version (automatically detected if not set)
##
apiVersion: null
apiVersion: null
## @param ingress.hostname Default host for the ingress record
##
hostname: account-lookup-service-admin.local
Expand All @@ -608,7 +608,7 @@ account-lookup-service-admin:
## @param ingress.annotations Additional custom annotations for the ingress record
## NOTE: If `ingress.certManager=true`, annotation `kubernetes.io/tls-acme: "true"` will automatically be added
##
annotations: null
annotations: null
## @param ingress.tls Enable TLS configuration for the host defined at `ingress.hostname` parameter
## TLS certificates will be retrieved from a TLS secret with name: `{{- printf "%s-tls" .Values.ingress.hostname }}`
## You can:
Expand Down Expand Up @@ -875,13 +875,13 @@ als-oracle-pathfinder:
- sh
- -c
- |
until mysql -h ${DB_HOST} -P ${DB_PORT} -u ${DB_USER} --password=${DB_PASSWORD} ${DB_DATABASE} -e 'select version()' ;
until mysql -h ${DB_HOST} -P ${DB_PORT} -u ${DB_USER} --password=${DB_PASSWORD} ${DB_DATABASE} -e 'select version()' ;
do
echo --------------------;
echo Waiting for MySQL...;
sleep 2;
sleep 2;
done;
echo ====================;
echo ====================;
echo MySQL ok!;
env:
- name: DB_HOST
Expand Down Expand Up @@ -910,7 +910,7 @@ als-oracle-pathfinder:
- |
echo Running MySQL init scripts;
mysql -h ${DB_HOST} -P ${DB_PORT} -u ${DB_USER} --password=${DB_PASSWORD} ${DB_DATABASE} -e "SET @service_name='${SERVICE_NAME}'; source /opt/app/init-central-ledger.sql;";
echo ====================;
echo ====================;
echo MySQL ok!;
env:
- name: DB_HOST
Expand Down Expand Up @@ -939,13 +939,13 @@ als-oracle-pathfinder:
- sh
- -c
- |
until mysql -h ${DB_HOST} -P ${DB_PORT} -u ${DB_USER} --password=${DB_PASSWORD} ${DB_DATABASE} -e 'select version()' ;
until mysql -h ${DB_HOST} -P ${DB_PORT} -u ${DB_USER} --password=${DB_PASSWORD} ${DB_DATABASE} -e 'select version()' ;
do
echo --------------------;
echo Waiting for MySQL...;
sleep 2;
sleep 2;
done;
echo ====================;
echo ====================;
echo MySQL ok!;
env:
- name: DB_HOST
Expand Down Expand Up @@ -974,7 +974,7 @@ als-oracle-pathfinder:
- |
echo Running MySQL init scripts;
mysql -h ${DB_HOST} -P ${DB_PORT} -u ${DB_USER} --password=${DB_PASSWORD} ${DB_DATABASE} -e "SET @service_name='${SERVICE_NAME}'; source /opt/app/init-account-lookup.sql;";
echo ====================;
echo ====================;
echo MySQL ok!;
env:
- name: DB_HOST
Expand Down Expand Up @@ -1024,7 +1024,7 @@ als-oracle-pathfinder:
pathType: ImplementationSpecific
## @param ingress.apiVersion Force Ingress API version (automatically detected if not set)
##
apiVersion: null
apiVersion: null
## @param ingress.hostname Default host for the ingress record
##
hostname: als-oracle-pathfinder.local
Expand All @@ -1037,7 +1037,7 @@ als-oracle-pathfinder:
## @param ingress.annotations Additional custom annotations for the ingress record
## NOTE: If `ingress.certManager=true`, annotation `kubernetes.io/tls-acme: "true"` will automatically be added
##
annotations: null
annotations: null
## @param ingress.tls Enable TLS configuration for the host defined at `ingress.hostname` parameter
## TLS certificates will be retrieved from a TLS secret with name: `{{- printf "%s-tls" .Values.ingress.hostname }}`
## You can:
Expand Down
2 changes: 1 addition & 1 deletion ml-testing-toolkit/chart-backend/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ enabled: true

image:
repository: mojaloop/ml-testing-toolkit
tag: v17.0.0
tag: v17.1.1
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand Down
Loading

0 comments on commit 339885c

Please sign in to comment.