Skip to content

Commit

Permalink
Merge pull request #2298 from CrowleyRajapakse/new-main7
Browse files Browse the repository at this point in the history
change integration agent test workflow
  • Loading branch information
CrowleyRajapakse authored Apr 5, 2024
2 parents 13cf402 + d2b4053 commit 329c62c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/agent-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 329c62c

Please sign in to comment.