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 26, 2024
1 parent cbd7256 commit 98140ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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:affa712ff6b930d1f74cb5c3d0874f0b6f4db6cd09b82ff393c16ddb5ac5ded2
kubectl get pods -n apk
kubectl get svc -n apk
Expand Down
2 changes: 1 addition & 1 deletion test/apim-apk-agent-test/apim-cp-helm-chart/values.yaml
Original file line number Diff line number Diff line change
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:affa712ff6b930d1f74cb5c3d0874f0b6f4db6cd09b82ff393c16ddb5ac5ded2"
# -- 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 98140ab

Please sign in to comment.