Skip to content

Commit

Permalink
Merge pull request #26 from lalithkota/2.0
Browse files Browse the repository at this point in the history
Beneficiary portal image updated
  • Loading branch information
lalithkota authored Jan 6, 2025
2 parents 4b7c127 + 7a4a028 commit 2efeb91
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 4 additions & 4 deletions charts/openg2p-pbms-beneficiary-portal/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ service:

image:
registry: docker.io
repository: openg2p/openg2p-selfservice-api
tag: develop
repository: openg2p/openg2p-beneficiary-portal-api
tag: 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 @@ -310,8 +310,8 @@ selfserviceUi:
externalTrafficPolicy: Cluster
image:
registry: docker.io
repository: openg2p/openg2p-selfservice-ui
tag: develop
repository: openg2p/openg2p-beneficiary-portal-ui
tag: 1.0
pullPolicy: Always
pullSecrets: []
containerPort: 3000
Expand Down
1 change: 0 additions & 1 deletion charts/openg2p-pbms/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ global:

odoo:
enabled: true

hostname: '{{ tpl .Values.global.pbmsAdminHostname $ }}'

oidcIssuerUrl: '{{ tpl .Values.global.keycloakIssuerUrl $ }}'
Expand Down

0 comments on commit 2efeb91

Please sign in to comment.