From 5b759caefa05580b3546629cd8f7e128d3023592 Mon Sep 17 00:00:00 2001 From: Lalith Kota Date: Wed, 9 Aug 2023 20:12:16 +0530 Subject: [PATCH] Corrected helm chart url in package workflow --- .github/workflows/push_trigger.yml | 2 +- charts/odk-central/values.yaml | 1 - charts/openg2p/values.yaml | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/push_trigger.yml b/.github/workflows/push_trigger.yml index 1b5bb77..19be02a 100644 --- a/.github/workflows/push_trigger.yml +++ b/.github/workflows/push_trigger.yml @@ -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 diff --git a/charts/odk-central/values.yaml b/charts/odk-central/values.yaml index acb0263..37c1534 100644 --- a/charts/odk-central/values.yaml +++ b/charts/odk-central/values.yaml @@ -59,4 +59,3 @@ postgresIngress: istioControllerLabel: istio: ingressgateway port: 5433 - diff --git a/charts/openg2p/values.yaml b/charts/openg2p/values.yaml index 1af461b..367887f 100644 --- a/charts/openg2p/values.yaml +++ b/charts/openg2p/values.yaml @@ -81,7 +81,7 @@ istio: credentialName: "" postgresIngress: - enabled: true + enabled: false type: istio # Define for type ingress # host not need. Because tcp. istioControllerLabel: