Skip to content

Commit

Permalink
fix: mount path (#89)
Browse files Browse the repository at this point in the history
* fix: mount path

* chore: version bumps
  • Loading branch information
vijayg10 authored Feb 7, 2024
1 parent 9995420 commit 91a9ede
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.1.0
version: 4.1.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.1.0"
appVersion: "4.1.1"
dependencies:
- name: common
repository: "file://../common"
Expand All @@ -35,7 +35,7 @@ dependencies:
tags:
- mojaloop
- role-assignment-service
version: 3.0.0
version: 3.0.1
- name: reporting-hub-bop-shell
condition: reporting-hub-bop-shell.enabled
repository: "file://../reporting-hub-bop-shell"
Expand Down
2 changes: 1 addition & 1 deletion mojaloop/role-assignment-service/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
description: API service for assigning roles and participants to users
name: role-assignment-service
version: 3.0.0
version: 3.0.1
appVersion: "2.0.0"
home: http://mojaloop.io
icon: http://mojaloop.io/images/logo.png
Expand Down
2 changes: 1 addition & 1 deletion mojaloop/role-assignment-service/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ spec:
{{- end }}
volumeMounts:
- name: {{ template "common.names.fullname" . }}-config-volume
mountPath: /opt/role-assignment-service/config
mountPath: /opt/app/config
{{- if (include "common.backends.keycloak.secret.name" .) }}
env:
- name: ROLE_ASSIGNMENT_SERVICE_KEYCLOAK_PASSWORD
Expand Down

0 comments on commit 91a9ede

Please sign in to comment.