Skip to content

Commit

Permalink
changing apim docker image to amd64 arch
Browse files Browse the repository at this point in the history
  • Loading branch information
CrowleyRajapakse committed Mar 1, 2024
1 parent 4d9931f commit 2c099a7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/agent-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,9 @@ jobs:
helm repo add jetstack https://charts.jetstack.io
helm dependency build
helm install apim -n apk . --debug --wait --timeout 5m0s \
--set deployment.image.respository=sampathrajapakse/wso2am \
--set deployment.image.tag=4.3.0
--set wso2.deployment.image.registry=docker.io \
--set wso2.deployment.image.respository=rakhitharr/wso2am \
--set wso2.deployment.image.digest=sha256:6f647d64753462736bb1bc22b6fe675413278a02623a9c12609b3bc4d1f4a0ef
kubectl get pods -n apk
kubectl get svc -n apk
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ spec:
type: RuntimeDefault
containers:
- name: wso2am-control-plane
image: sampathrajapakse/wso2am:4.3.0
image: {{ .Values.wso2.deployment.image.registry }}/{{ .Values.wso2.deployment.image.repository }}@{{ .Values.wso2.deployment.image.digest }}
imagePullPolicy: {{ .Values.wso2.deployment.imagePullPolicy }}
env:
- name: PROFILE_NAME
Expand Down
8 changes: 4 additions & 4 deletions test/apim-apk-agent-test/apim-cp-helm-chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ kubernetes:

securityContext:
# -- User ID of the container
runAsUser: 802
runAsUser: 10001
# -- Enable AppArmor profiles for the deployment
enableAppArmor: false

Expand Down Expand Up @@ -363,11 +363,11 @@ wso2:
# Container image configurations
image:
# -- Container registry hostname
registry: ""
registry: "docker.io"
# -- Azure ACR repository name consisting the image
repository: "sampathrajapakse/wso2am"
repository: "rakhitharr/wso2am"
# -- Docker image digest
digest: ""
digest: "sha256:6f647d64753462736bb1bc22b6fe675413278a02623a9c12609b3bc4d1f4a0ef"
# -- 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 2c099a7

Please sign in to comment.