Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set api key configs and update image to rc2 in APIM Sample Values yamls #2632

Merged
merged 1 commit into from
Oct 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading