Skip to content

Commit

Permalink
Merge pull request #3 from lalithkota/1.1.0
Browse files Browse the repository at this point in the history
Corrected helm chart url in package workflow
  • Loading branch information
pjoshi751 authored Aug 10, 2023
2 parents 4c63a77 + 5b759ca commit 28d89b1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push_trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
- name: Update index.yaml
run: |
git status
helm repo index --url https://mosip.github.io/mosip-helm/ .
helm repo index --url https://openg2p.github.io/openg2p-helm/ .
if: env.SKIP != 'TRUE'

- name: Commit Changes to repository
Expand Down
1 change: 0 additions & 1 deletion charts/odk-central/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,3 @@ postgresIngress:
istioControllerLabel:
istio: ingressgateway
port: 5433

2 changes: 1 addition & 1 deletion charts/openg2p/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ istio:
credentialName: ""

postgresIngress:
enabled: true
enabled: false
type: istio # Define for type ingress
# host not need. Because tcp.
istioControllerLabel:
Expand Down

0 comments on commit 28d89b1

Please sign in to comment.