Skip to content

Commit

Permalink
Merge pull request #50 from lalithkota/2.0.0
Browse files Browse the repository at this point in the history
2.0.0 created
  • Loading branch information
lalithkota authored Dec 17, 2024
2 parents 0861e05 + 32c7d19 commit 53c35bb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions charts/openg2p-social-registry/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ apiVersion: v2
name: openg2p-social-registry
description: A Helm chart for OpenG2P Social Registry
type: application
version: 2.0.0-develop
version: 2.0.0
dependencies:
- name: sr-landing
version: 2.0.0-develop
version: 2.0.0
condition: sr-landing.enabled
- name: odoo
version: 26.2.9
Expand Down Expand Up @@ -48,11 +48,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 @@ -61,7 +61,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 @@ -34,8 +34,8 @@ odoo:
extraAddonsUrlsToPull: ''

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

service:
Expand Down Expand Up @@ -646,7 +646,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
2 changes: 1 addition & 1 deletion charts/sr-landing/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v2
name: sr-landing
description: A Helm chart for installing landing page for the Social Registry
type: application
version: 2.0.0-develop
version: 2.0.0

0 comments on commit 53c35bb

Please sign in to comment.