Skip to content

Commit

Permalink
chore(mojaloop/#3166): bump bof and reporting-hub-bop-api-svc charts (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
kleyow authored Mar 17, 2023
1 parent 49fc05b commit cadf40f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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.4.4
version: 2.4.5

# 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.4.4"
appVersion: "2.4.5"
dependencies:
- name: common
repository: "file://../common"
Expand Down Expand Up @@ -49,7 +49,7 @@ dependencies:
tags:
- mojaloop
- reporting-hub-bop-api-svc
version: 1.0.0
version: 1.0.1
- name: reporting-legacy-api
condition: reporting-legacy-api.enabled
repository: "file://../reporting-legacy-api"
Expand Down
4 changes: 2 additions & 2 deletions mojaloop/reporting-hub-bop-api-svc/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
description: Reporting API service
name: reporting-hub-bop-api-svc
version: 1.0.0
appVersion: "1.0.26"
version: 1.0.1
appVersion: "1.0.31"
home: http://mojaloop.io
icon: http://mojaloop.io/images/logo.png
sources:
Expand Down
2 changes: 1 addition & 1 deletion mojaloop/reporting-hub-bop-api-svc/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ containerSecurityContext:
image:
registry: docker.io
repository: mojaloop/reporting-hub-bop-api-svc
tag: v1.0.30
tag: v1.0.31
## 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

0 comments on commit cadf40f

Please sign in to comment.