Skip to content

Commit

Permalink
2.0.0 created
Browse files Browse the repository at this point in the history
Signed-off-by: Lalith Kota <kotalalith@gmail.com>
  • Loading branch information
lalithkota committed Jan 6, 2025
1 parent 65a5137 commit ad05234
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion charts/openg2p-pbms-beneficiary-portal/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: openg2p-pbms-beneficiary-portal
description: A Helm chart for OpenG2P PBMS Beneficiary Portal
type: application
version: 2.0.0-develop
version: 2.0.0
dependencies:
- name: common
version: 2.x.x
Expand Down
4 changes: 2 additions & 2 deletions charts/openg2p-pbms-beneficiary-portal/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ service:
image:
registry: docker.io
repository: openg2p/openg2p-beneficiary-portal-api
tag: 1.0
tag: 1.0.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 @@ -311,7 +311,7 @@ selfserviceUi:
image:
registry: docker.io
repository: openg2p/openg2p-beneficiary-portal-ui
tag: 1.0
tag: 1.0.0
pullPolicy: Always
pullSecrets: []
containerPort: 3000
Expand Down
8 changes: 4 additions & 4 deletions charts/openg2p-pbms/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: openg2p-pbms
description: A Helm chart for OpenG2P PBMS
type: application
version: 2.0.0-develop
version: 2.0.0
dependencies:
- name: odoo
version: 26.2.9
Expand Down Expand Up @@ -41,11 +41,11 @@ dependencies:
version: 12.0.1
condition: softhsm.enabled
- name: reporting
version: 1.3.0-develop
version: 1.3.0
repository: https://openg2p.github.io/openg2p-helm
condition: reporting.enabled
- name: reporting-init
version: 1.3.0-develop
version: 1.3.0
repository: https://openg2p.github.io/openg2p-helm
condition: reporting-init.enabled
- name: superset
Expand All @@ -72,7 +72,7 @@ dependencies:
condition: mock-identity-system.enabled
- name: openg2p-pbms-beneficiary-portal
alias: beneficiaryPortal
version: 2.0.0-develop
version: 2.0.0
condition: beneficiaryPortal.enabled
icon: https://openg2p.github.io/openg2p-helm/openg2p-logo.png
annotations:
Expand Down
4 changes: 2 additions & 2 deletions charts/openg2p-pbms/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ odoo:

image:
repository: openg2p/openg2p-pbms-core
tag: 1.2
tag: 1.2.5
pullPolicy: Always

service:
Expand Down Expand Up @@ -672,7 +672,7 @@ reporting-init:
gitConfig:
enabled: true
repoUrl: https://github.com/openg2p/openg2p-reporting
branch: 1.3
branch: v1.3.0
subDir: "scripts/pbms"
envVars:
DB_NAME: pbmsdb
Expand Down

0 comments on commit ad05234

Please sign in to comment.