Skip to content

Commit

Permalink
adding latest APIM docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
CrowleyRajapakse committed Mar 27, 2024
1 parent f15df55 commit 2e0bcd6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/agent-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"

Expand Down
4 changes: 2 additions & 2 deletions test/apim-apk-agent-test/apim-cp-helm-chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ wso2:
# -- Startup arguments for APIM
startupArgs: ""
# -- Port Offset for APIM deployment
portOffset: 0
portOffset: 1
# TOML configurations
configurations:
userStore:
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 2e0bcd6

Please sign in to comment.