diff --git a/.github/workflows/agent-integration-test.yml b/.github/workflows/agent-integration-test.yml index 0a5cb93544..d5fb8e944b 100644 --- a/.github/workflows/agent-integration-test.yml +++ b/.github/workflows/agent-integration-test.yml @@ -63,7 +63,7 @@ jobs: helm install apim -n apk . --debug --wait --timeout 5m0s \ --set wso2.deployment.image.registry=docker.io \ --set wso2.deployment.image.respository=rakhitharr/wso2am \ - --set wso2.deployment.image.digest=sha256:6f647d64753462736bb1bc22b6fe675413278a02623a9c12609b3bc4d1f4a0ef + --set wso2.deployment.image.digest=sha256:56c6625d60a01cba73cd8836d25f1469f6fec1e933e530d954064eeab4ef70b3 kubectl get pods -n apk kubectl get svc -n apk diff --git a/test/apim-apk-agent-test/apim-cp-helm-chart/confs/instance-1/deployment.toml b/test/apim-apk-agent-test/apim-cp-helm-chart/confs/instance-1/deployment.toml index d5f2a92f4b..38c3d75605 100644 --- a/test/apim-apk-agent-test/apim-cp-helm-chart/confs/instance-1/deployment.toml +++ b/test/apim-apk-agent-test/apim-cp-helm-chart/confs/instance-1/deployment.toml @@ -119,8 +119,8 @@ username= "${admin.username}" password= "${admin.password}" ws_endpoint = "ws://{{ $env.wsHostname }}" wss_endpoint = "wss://{{ $env.wsHostname }}" -http_endpoint = "http://{{ $env.httpHostname }}" -https_endpoint = "https://{{ $env.httpHostname }}" +http_endpoint = "http://{{ $env.httpHostname }}:9090" +https_endpoint = "https://{{ $env.httpHostname }}:9095" websub_event_receiver_http_endpoint = "http://{{ $env.websubHostname }}" websub_event_receiver_https_endpoint = "https://{{ $env.websubHostname }}" diff --git a/test/apim-apk-agent-test/apim-cp-helm-chart/values.yaml b/test/apim-apk-agent-test/apim-cp-helm-chart/values.yaml index 1976a0e17c..a6e9bc917c 100644 --- a/test/apim-apk-agent-test/apim-cp-helm-chart/values.yaml +++ b/test/apim-apk-agent-test/apim-cp-helm-chart/values.yaml @@ -186,7 +186,7 @@ wso2: # -- Startup arguments for APIM startupArgs: "" # -- Port Offset for APIM deployment - portOffset: 0 + portOffset: 1 # TOML configurations configurations: userStore: @@ -367,7 +367,7 @@ wso2: # -- Azure ACR repository name consisting the image repository: "rakhitharr/wso2am" # -- Docker image digest - digest: "sha256:6f647d64753462736bb1bc22b6fe675413278a02623a9c12609b3bc4d1f4a0ef" + digest: "sha256:56c6625d60a01cba73cd8836d25f1469f6fec1e933e530d954064eeab4ef70b3" # -- Refer to the Kubernetes documentation on updating images (https://kubernetes.io/docs/concepts/containers/images/#updating-images) imagePullPolicy: Always