Skip to content

Commit

Permalink
feat: update operator and assignment services (#91)
Browse files Browse the repository at this point in the history
* Update Chart.yaml

new version of security-role-perm-operator-svc

* feat: updated role assignment service

---------

Co-authored-by: Eugen Klymniuk <keramet.kh@gmail.com>
  • Loading branch information
vijayg10 and geka-evk authored Feb 15, 2024
1 parent 91a9ede commit 646197e
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 13 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: 5.0.0
version: 5.1.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: "5.0.0"
appVersion: "5.1.0"
dependencies:
- name: common
repository: "file://../common"
Expand All @@ -35,4 +35,4 @@ dependencies:
tags:
- mojaloop
- security-role-perm-operator-svc
version: 2.0.0
version: 2.1.9
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.1
version: 4.2.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: "4.1.1"
appVersion: "4.2.0"
dependencies:
- name: common
repository: "file://../common"
Expand All @@ -35,7 +35,7 @@ dependencies:
tags:
- mojaloop
- role-assignment-service
version: 3.0.1
version: 3.1.0
- name: reporting-hub-bop-shell
condition: reporting-hub-bop-shell.enabled
repository: "file://../reporting-hub-bop-shell"
Expand Down
4 changes: 2 additions & 2 deletions mojaloop/role-assignment-service/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
description: API service for assigning roles and participants to users
name: role-assignment-service
version: 3.0.1
appVersion: "2.0.0"
version: 3.1.0
appVersion: "2.1.0"
home: http://mojaloop.io
icon: http://mojaloop.io/images/logo.png
sources:
Expand Down
9 changes: 7 additions & 2 deletions mojaloop/role-assignment-service/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ containerSecurityContext:
image:
registry: docker.io
repository: mojaloop/role-assignment-service
tag: v2.0.0
tag: v2.1.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 @@ -209,7 +209,8 @@ rolePermOperator:
mojaloopPermissionExclusion: {}
apiSvc: {}

config: {}
config:
autoGrantPortalAdminRole: 'manager'

service:
internalPort: 3008
Expand Down Expand Up @@ -387,6 +388,7 @@ configFiles:
"KEYCLOAK_USER": '{{ include "common.backends.keycloak.user" . }}',
"KEYCLOAK_PASSWORD": '{{ include "common.backends.keycloak.password" . }}',
"KEYCLOAK_REALM": '{{ include "common.backends.keycloak.realm" . }}',
"KEYCLOAK_CLIENT_ID": 'admin-cli',
"KEYCLOAK_REFRESH_INTERVAL": '{{ .Values.keycloak.refreshInterval }}',
"ERROR_HANDLING": {
"includeCauseExtension": true,
Expand All @@ -411,6 +413,9 @@ configFiles:
"USER_ROLE_abc7a2fd-4acf-4547-a194-1673f63eb37c",
"ADMIN_ROLE_6c1ec084-86d4-4915-ba81-6c59b87a65a6"
],
"AUTO_GRANT_PORTAL_ADMIN_ROLES": [
"{{ .Values.config.autoGrantPortalAdminRole }}"
],
"CORS_WHITELIST": [
"http://reporting-hub-bop-shell.local",
"http://reporting-hub-bop-role-ui.local"
Expand Down
4 changes: 2 additions & 2 deletions mojaloop/security-role-perm-operator-svc/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
description: Kubernetes operator watches mojaloop roles and updates keto
name: security-role-perm-operator-svc
version: 2.0.0
appVersion: "2.0.0"
version: 2.1.9
appVersion: "2.1.9"
home: http://mojaloop.io
icon: http://mojaloop.io/images/logo.png
sources:
Expand Down
2 changes: 1 addition & 1 deletion mojaloop/security-role-perm-operator-svc/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ containerSecurityContext:
image:
registry: docker.io
repository: mojaloop/security-role-perm-operator-svc
tag: v2.0.0
tag: v2.1.9
## 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 646197e

Please sign in to comment.