Skip to content

Commit

Permalink
Corrected helm chart url in package workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lalithkota committed Aug 9, 2023
1 parent 4c63a77 commit 5b759ca
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 5b759ca

Please sign in to comment.