Skip to content

Commit

Permalink
Bumped up reporting service (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
vijayg10 authored Mar 14, 2022
1 parent 1602f97 commit 7cba665
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 7 deletions.
6 changes: 3 additions & 3 deletions mojaloop/bof/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 2.2.6
version: 2.3.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "2.2.5"
appVersion: "2.3.0"
dependencies:
- name: common
repository: "file://../common"
Expand Down Expand Up @@ -56,7 +56,7 @@ dependencies:
tags:
- mojaloop
- reporting-legacy-api
version: 1.1.3
version: 2.0.0
- name: reporting-events-processor-svc
condition: reporting-events-processor-svc.enabled
repository: "file://../reporting-events-processor-svc"
Expand Down
4 changes: 2 additions & 2 deletions mojaloop/reporting-legacy-api/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
description: Reporting Legacy API
name: reporting-legacy-api
version: 1.1.3
appVersion: "10.7.0"
version: 2.0.0
appVersion: "11.0.0"
home: http://mojaloop.io
icon: http://mojaloop.io/images/logo.png
sources:
Expand Down
4 changes: 4 additions & 0 deletions mojaloop/reporting-legacy-api/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,10 @@ spec:
value: '{{ include "common.backends.mojaloopreport.resourcePlural" . }}'
- name: WATCH_NAMESPACE
value: '{{ .Release.Namespace }}'
{{- range $k, $v := .Values.config.env }}
- name: {{ $k }}
value: {{ squote $v }}
{{- end }}
{{- if .Values.extraEnvVars }}
{{- include "common.tplvalues.render" (dict "value" .Values.extraEnvVars "context" $) | nindent 12 }}
{{- end }}
7 changes: 5 additions & 2 deletions mojaloop/reporting-legacy-api/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ containerSecurityContext:
image:
registry: docker.io
repository: mojaloop/reporting
tag: v10.7.0
tag: v11.0.0
## 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 @@ -197,7 +197,10 @@ metrics:
defaultLabels:
serviceName: reporting-legacy-api

config: {}
config:
env:
VALIDATION_RETRY_COUNT: "10"
VALIDATION_RETRY_INTERVAL_MS: "5000"

service:
internalPort: 3000
Expand Down

0 comments on commit 7cba665

Please sign in to comment.