Skip to content

Commit

Permalink
Merge pull request #2607 from CrowleyRajapakse/testbeta
Browse files Browse the repository at this point in the history
Update apim docker image to beta in samples
  • Loading branch information
CrowleyRajapakse authored Oct 20, 2024
2 parents ab55e14 + 76e86ca commit f5b2b3d
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 @@ -559,9 +559,9 @@ wso2:
# -- Registry containing the image
registry: "docker.io"
# -- Repository name consisting the image
repository: "rakhitharr/wso2am:4.4.0-alpha"
repository: "rakhitharr/wso2am:4.4.0-beta"
# -- Docker image digest
digest: "sha256:6fb3083946fa7daf6c40ed08affff746a06f02bed522a7182bace5e439223099"
digest: "sha256:b1f90d875e6c0b7162ae145e034172f5d9d231129eba5b3caa7ece55f43585ba"
# -- 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 @@ -390,9 +390,9 @@ wso2:
# -- Container registry hostname
registry: "docker.io"
# -- Azure ACR repository name consisting the image
repository: "rakhitharr/wso2am:4.4.0-alpha"
repository: "rakhitharr/wso2am:4.4.0-beta"
# -- Docker image digest
digest: "sha256:6fb3083946fa7daf6c40ed08affff746a06f02bed522a7182bace5e439223099"
digest: "sha256:sha256:b1f90d875e6c0b7162ae145e034172f5d9d231129eba5b3caa7ece55f43585ba"
# -- 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 @@ -376,9 +376,9 @@ wso2:
# -- Container registry hostname
registry: "docker.io"
# -- Azure ACR repository name consisting the image
repository: "rakhitharr/wso2am:4.4.0-alpha"
repository: "rakhitharr/wso2am:4.4.0-beta"
# -- Docker image digest
digest: "sha256:6fb3083946fa7daf6c40ed08affff746a06f02bed522a7182bace5e439223099"
digest: "sha256:b1f90d875e6c0b7162ae145e034172f5d9d231129eba5b3caa7ece55f43585ba"
# -- 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 f5b2b3d

Please sign in to comment.