Skip to content

Commit

Permalink
Merge pull request #2628 from CrowleyRajapakse/testbeta2
Browse files Browse the repository at this point in the history
Update apim image to rc image in sample values yamls
  • Loading branch information
Tharsanan1 authored Oct 25, 2024
2 parents 20ba82c + fa028fd commit 883e488
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-beta"
repository: "rakhitharr/wso2am:4.4.0-rc"
# -- Docker image digest
digest: "sha256:b1f90d875e6c0b7162ae145e034172f5d9d231129eba5b3caa7ece55f43585ba"
digest: "sha256:fc62b8d87f85c7347a617a904cdfc4e9ae9572e0577f0053d5708e0ca2ee553f"
# -- 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-beta"
repository: "rakhitharr/wso2am:4.4.0-rc"
# -- Docker image digest
digest: "sha256:b1f90d875e6c0b7162ae145e034172f5d9d231129eba5b3caa7ece55f43585ba"
digest: "sha256:fc62b8d87f85c7347a617a904cdfc4e9ae9572e0577f0053d5708e0ca2ee553f"
# -- 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-beta"
repository: "rakhitharr/wso2am:4.4.0-rc"
# -- Docker image digest
digest: "sha256:b1f90d875e6c0b7162ae145e034172f5d9d231129eba5b3caa7ece55f43585ba"
digest: "sha256:fc62b8d87f85c7347a617a904cdfc4e9ae9572e0577f0053d5708e0ca2ee553f"
# -- 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 883e488

Please sign in to comment.