From d2b4053ba1f283baa2f7450d4f43aff6d5fe3085 Mon Sep 17 00:00:00 2001 From: CrowleyRajapakse Date: Fri, 5 Apr 2024 15:50:26 +0530 Subject: [PATCH] change integration agent test workflow --- .github/workflows/agent-integration-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/agent-integration-test.yml b/.github/workflows/agent-integration-test.yml index ded417ccf..0d35e50b2 100644 --- a/.github/workflows/agent-integration-test.yml +++ b/.github/workflows/agent-integration-test.yml @@ -56,9 +56,9 @@ jobs: if: github.event_name == 'pull_request_target' && contains(github.event.label.name, 'trigger-action') shell: sh run: | - helm repo add wso2apim https://github.com/wso2/helm-apim/releases/download/cp-4.3.0-beta + helm repo add wso2apim https://github.com/wso2/helm-apim/releases/download/cp-4.3.0-rc helm repo update - helm install apim wso2apim/wso2am-cp --version 4.3.0-beta -f https://raw.githubusercontent.com/wso2/apk/main/helm-charts/samples/apim/cp/amd-values.yaml -n apk --debug --wait --timeout 5m0s + helm install apim wso2apim/wso2am-cp --version 4.3.0-rc -f https://raw.githubusercontent.com/wso2/apk/main/helm-charts/samples/apim/cp/amd-values.yaml -n apk --debug --wait --timeout 5m0s kubectl get pods -n apk kubectl get svc -n apk - name: Helm release deploy APK DP