Skip to content

Commit

Permalink
Merge pull request #2649 from CrowleyRajapakse/testbeta2
Browse files Browse the repository at this point in the history
Changing samples values apim image to 4.4.0 GA image
  • Loading branch information
CrowleyRajapakse authored Oct 30, 2024
2 parents 05e40a7 + a8eb1f7 commit d4dd303
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions helm-charts/samples/apim/all-in-one/4.4.0-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -563,9 +563,9 @@ wso2:
# -- Registry containing the image
registry: "docker.io"
# -- Repository name consisting the image
repository: "rakhitharr/wso2am:4.4.0-rc2"
repository: "wso2/wso2am:4.4.0"
# -- Docker image digest
digest: "sha256:b528b9b6020b2c6508075f3732be1d12715f9ce37ecd415f8b43cfbf1c0df998"
digest: "sha256:40fc82de795ad4e07f5e1791ab05a65106f18f4ef4451617c94ecfe93041b7ab"
# -- Refer to the Kubernetes documentation on updating images (https://kubernetes.io/docs/concepts/containers/images/#updating-images)
imagePullPolicy: Always

Expand Down
4 changes: 2 additions & 2 deletions helm-charts/samples/apim/cp/4.4.0-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -394,9 +394,9 @@ wso2:
# -- Container registry hostname
registry: "docker.io"
# -- Azure ACR repository name consisting the image
repository: "rakhitharr/wso2am:4.4.0-rc2"
repository: "wso2/wso2am:4.4.0"
# -- Docker image digest
digest: "sha256:b528b9b6020b2c6508075f3732be1d12715f9ce37ecd415f8b43cfbf1c0df998"
digest: "sha256:40fc82de795ad4e07f5e1791ab05a65106f18f4ef4451617c94ecfe93041b7ab"
# -- Refer to the Kubernetes documentation on updating images (https://kubernetes.io/docs/concepts/containers/images/#updating-images)
imagePullPolicy: Always

Expand Down
4 changes: 2 additions & 2 deletions helm-charts/samples/apim/cp/apk-cp/4.4.0-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -380,9 +380,9 @@ wso2:
# -- Container registry hostname
registry: "docker.io"
# -- Azure ACR repository name consisting the image
repository: "rakhitharr/wso2am:4.4.0-rc2"
repository: "wso2/wso2am:4.4.0"
# -- Docker image digest
digest: "sha256:b528b9b6020b2c6508075f3732be1d12715f9ce37ecd415f8b43cfbf1c0df998"
digest: "sha256:40fc82de795ad4e07f5e1791ab05a65106f18f4ef4451617c94ecfe93041b7ab"
# -- 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 d4dd303

Please sign in to comment.