diff --git a/.github/workflows/centralidp-chart-test.yaml b/.github/workflows/centralidp-chart-test.yaml index 502cb399..a1c1ba51 100644 --- a/.github/workflows/centralidp-chart-test.yaml +++ b/.github/workflows/centralidp-chart-test.yaml @@ -95,7 +95,7 @@ jobs: # define charts to test with the --charts parameter - name: Run chart-testing (install) - run: helm install portal charts/centralidp -f charts/values-test-centralidp.yaml --namespace install --create-namespace --debug + run: helm install centralidp charts/centralidp -f charts/values-test-centralidp.yaml --namespace install --create-namespace --debug if: github.event_name != 'pull_request' || steps.list-changed.outputs.changed == 'true' # Upgrade the released centralidp chart version with the locally available chart diff --git a/.github/workflows/sharedidp-chart-test.yaml b/.github/workflows/sharedidp-chart-test.yaml index d7fc3f7f..02bd6d67 100644 --- a/.github/workflows/sharedidp-chart-test.yaml +++ b/.github/workflows/sharedidp-chart-test.yaml @@ -95,7 +95,7 @@ jobs: # define charts to test with the --charts parameter - name: Run chart-testing (install) - run: helm install portal charts/sharedidp -f charts/values-test-sharedidp.yaml --namespace install --create-namespace --debug + run: helm install sharedidp charts/sharedidp -f charts/values-test-sharedidp.yaml --namespace install --create-namespace --debug if: github.event_name != 'pull_request' || steps.list-changed.outputs.changed == 'true' # Upgrade the released sharedidp chart version with the locally available chart