Skip to content

Commit

Permalink
2.0.2 created
Browse files Browse the repository at this point in the history
Signed-off-by: Lalith Kota <[email protected]>
  • Loading branch information
lalithkota committed Jan 3, 2025
1 parent adafa92 commit 87f4f30
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions charts/openg2p-social-registry/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: openg2p-social-registry
description: A Helm chart for OpenG2P Social Registry
type: application
version: 2.0.0-develop
version: 2.0.2
dependencies:
- name: odoo
version: 26.2.9
Expand Down Expand Up @@ -45,11 +45,11 @@ dependencies:
repository: https://openg2p.github.io/openg2p-helm
condition: idgenerator.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: redis
Expand All @@ -58,7 +58,7 @@ dependencies:
repository: oci://registry-1.docker.io/bitnamicharts
condition: openg2p-sr-bg-tasks.enabled
- name: openg2p-sr-bg-tasks
version: 1.0.0-develop
version: 1.0.2
repository: https://openg2p.github.io/openg2p-helm
condition: openg2p-sr-bg-tasks.enabled
- name: superset
Expand Down
6 changes: 3 additions & 3 deletions charts/openg2p-social-registry/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ odoo:
extraAddonsUrlsToPull: ''

image:
repository: openg2p/openg2p-social-registry-odoo-package
tag: 1.4
repository: openg2p/openg2p-social-registry-core
tag: 1.4.3
pullPolicy: Always

service:
Expand Down Expand Up @@ -669,7 +669,7 @@ reporting-init:
gitConfig:
enabled: true
repoUrl: https://github.com/openg2p/openg2p-reporting
branch: develop
branch: v1.3.0
subDir: "scripts/social-registry"
envVars:
DB_NAME: socialregistrydb
Expand Down

0 comments on commit 87f4f30

Please sign in to comment.