Skip to content

Commit

Permalink
Merge pull request #5 from lalithkota/develop
Browse files Browse the repository at this point in the history
Triggering new chart build
  • Loading branch information
shibu-narayanan authored Jun 17, 2024
2 parents fe5d97b + 7d81430 commit 869c206
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push_trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
echo "Chartname: $chartname"
helm dep up charts/$chartpath
helm package charts/$chartpath
is_rancher_chart=$(grep "$RANCHER_CHART_FILTER" charts/${chartpath%*/}/Chart.yaml)
is_rancher_chart=$(grep "$RANCHER_CHART_FILTER" charts/${chartpath%*/}/Chart.yaml || true)
if [ -n "$is_rancher_chart" ]; then
RANCHER_CHARTS+=("$chartname")
fi
Expand Down
1 change: 1 addition & 0 deletions charts/openg2p-social-registry/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ keymanager:
mail:
enabled: true


odk-central:
enabled: false
odk-central-mail:
Expand Down

0 comments on commit 869c206

Please sign in to comment.