Skip to content

Commit

Permalink
Merge pull request #4 from lalithkota/develop
Browse files Browse the repository at this point in the history
Helm: All Dependencies Added
  • Loading branch information
shibu-narayanan authored Jun 17, 2024
2 parents 3b0ae27 + ff78e01 commit fe5d97b
Show file tree
Hide file tree
Showing 24 changed files with 967 additions and 147 deletions.
1 change: 1 addition & 0 deletions .github/workflows/push_trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
echo "chartpath: $chartpath"
chartname=$(basename "$chartpath")
echo "Chartname: $chartname"
helm dep up charts/$chartpath
helm package charts/$chartpath
is_rancher_chart=$(grep "$RANCHER_CHART_FILTER" charts/${chartpath%*/}/Chart.yaml)
if [ -n "$is_rancher_chart" ]; then
Expand Down
2 changes: 2 additions & 0 deletions charts/openg2p-social-registry/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
charts/
Chart.lock
15 changes: 0 additions & 15 deletions charts/openg2p-social-registry/Chart.lock

This file was deleted.

33 changes: 27 additions & 6 deletions charts/openg2p-social-registry/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,46 @@ apiVersion: v2
name: openg2p-social-registry
description: A Helm chart for OpenG2P Social Registry
type: application
version: 1.2.0
version: 0.0.0-develop
dependencies:
- name: odoo
repository: oci://registry-1.docker.io/bitnamicharts
version: 21.6.5
repository: oci://registry-1.docker.io/bitnamicharts
condition: odoo.enabled
- name: mail
version: 1.2.0
repository: https://openg2p.github.io/openg2p-helm
condition: mail.enabled
- name: minio
repository: oci://registry-1.docker.io/bitnamicharts
version: 12.12.2
repository: oci://registry-1.docker.io/bitnamicharts
condition: minio.enabled
- name: odk-central
version: v2024.1.0
repository: https://openg2p.github.io/openg2p-helm
condition: odk-central.enabled
- name: mail
- name: opensearch
version: 1.2.0
repository: oci://registry-1.docker.io/bitnamicharts
condition: opensearch.enabled
- name: superset
version: 0.12.11
repository: https://apache.github.io/superset
condition: superset.enabled
- name: postgresql
version: 15.x.x
repository: oci://registry-1.docker.io/bitnamicharts
alias: supersetPostgresql
condition: supersetPostgresql.enabled
- name: esignet
version: 1.4.0
repository: https://openg2p.github.io/openg2p-helm
condition: mail.enabled
# TODO: Add Keymanager and other dependencies.
condition: esignet.enabled
- name: keymanager
version: 12.0.1-B3
repository: https://openg2p.github.io/openg2p-helm
condition: keymanager.enabled
# TODO: Add Reporting dependencies.
icon: https://openg2p.github.io/openg2p-helm/openg2p-logo.png
annotations:
catalog.cattle.io/display-name: "OpenG2P Social Registry"
Expand Down
Binary file removed charts/openg2p-social-registry/charts/mail-1.2.0.tgz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit fe5d97b

Please sign in to comment.