Skip to content

Commit

Permalink
Merge pull request #2632 from CrowleyRajapakse/testbeta2
Browse files Browse the repository at this point in the history
Set api key configs and update image to rc2 in APIM Sample Values yamls
  • Loading branch information
CrowleyRajapakse authored Oct 28, 2024
2 parents 883e488 + b7f5df4 commit d6cf1f6
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 6 deletions.
8 changes: 6 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 @@ -467,6 +467,10 @@ wso2:
# -- Enable CORS for Websockets
enableForWS: false

keyManager:
enableLightweightAPIKeyGeneration: false
allowSubscriptionValidationDisabling: true

throttling:
enableDataPublishing: true
enablePolicyDeploy: true
Expand Down Expand Up @@ -559,9 +563,9 @@ wso2:
# -- Registry containing the image
registry: "docker.io"
# -- Repository name consisting the image
repository: "rakhitharr/wso2am:4.4.0-rc"
repository: "rakhitharr/wso2am:4.4.0-rc2"
# -- Docker image digest
digest: "sha256:fc62b8d87f85c7347a617a904cdfc4e9ae9572e0577f0053d5708e0ca2ee553f"
digest: "sha256:b528b9b6020b2c6508075f3732be1d12715f9ce37ecd415f8b43cfbf1c0df998"
# -- Refer to the Kubernetes documentation on updating images (https://kubernetes.io/docs/concepts/containers/images/#updating-images)
imagePullPolicy: Always

Expand Down
8 changes: 6 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 @@ -384,15 +384,19 @@ wso2:
# -- Remote tracer port
port: ""

keyManager:
enableLightweightAPIKeyGeneration: false
allowSubscriptionValidationDisabling: true

deployment:
# Container image configurations
image:
# -- Container registry hostname
registry: "docker.io"
# -- Azure ACR repository name consisting the image
repository: "rakhitharr/wso2am:4.4.0-rc"
repository: "rakhitharr/wso2am:4.4.0-rc2"
# -- Docker image digest
digest: "sha256:fc62b8d87f85c7347a617a904cdfc4e9ae9572e0577f0053d5708e0ca2ee553f"
digest: "sha256:b528b9b6020b2c6508075f3732be1d12715f9ce37ecd415f8b43cfbf1c0df998"
# -- Refer to the Kubernetes documentation on updating images (https://kubernetes.io/docs/concepts/containers/images/#updating-images)
imagePullPolicy: Always

Expand Down
8 changes: 6 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 @@ -370,15 +370,19 @@ wso2:
# -- Remote tracer port
port: ""

keyManager:
enableLightweightAPIKeyGeneration: false
allowSubscriptionValidationDisabling: true

deployment:
# Container image configurations
image:
# -- Container registry hostname
registry: "docker.io"
# -- Azure ACR repository name consisting the image
repository: "rakhitharr/wso2am:4.4.0-rc"
repository: "rakhitharr/wso2am:4.4.0-rc2"
# -- Docker image digest
digest: "sha256:fc62b8d87f85c7347a617a904cdfc4e9ae9572e0577f0053d5708e0ca2ee553f"
digest: "sha256:b528b9b6020b2c6508075f3732be1d12715f9ce37ecd415f8b43cfbf1c0df998"
# -- 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 d6cf1f6

Please sign in to comment.