Skip to content

Commit

Permalink
feat: update shell app version (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
kalinkrustev authored Feb 15, 2024
1 parent 646197e commit ddf5101
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions mojaloop/finance-portal/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: 4.2.0
version: 4.2.1

# 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: "4.2.0"
appVersion: "4.2.1"
dependencies:
- name: common
repository: "file://../common"
Expand All @@ -42,7 +42,7 @@ dependencies:
tags:
- mojaloop
- reporting-hub-bop-shell
version: 1.0.0
version: 1.0.1
- name: reporting-hub-bop-api-svc
condition: reporting-hub-bop-api-svc.enabled
repository: "file://../reporting-hub-bop-api-svc"
Expand Down
4 changes: 2 additions & 2 deletions mojaloop/reporting-hub-bop-shell/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
description: This is the Shell application that accommodates BizOps microfrontends.
name: reporting-hub-bop-shell
version: 1.0.0
appVersion: "2.1.1"
version: 1.0.1
appVersion: "2.2.1"
home: http://mojaloop.io
icon: http://mojaloop.io/images/logo.png
sources:
Expand Down
2 changes: 1 addition & 1 deletion mojaloop/reporting-hub-bop-shell/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ containerSecurityContext:
image:
registry: docker.io
repository: mojaloop/reporting-hub-bop-shell
tag: v2.1.1
tag: v2.2.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

0 comments on commit ddf5101

Please sign in to comment.