Skip to content

Commit

Permalink
Merge pull request #2405 from CrowleyRajapakse/enterprise
Browse files Browse the repository at this point in the history
Adding enterprise arm64 images samples values yaml
  • Loading branch information
CrowleyRajapakse authored Jul 24, 2024
2 parents 8b97c12 + 317cbbd commit edcb9a6
Showing 1 changed file with 9 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2022, WSO2 LLC. (https://www.wso2.com) All Rights Reserved.
# Copyright (c) 2024, WSO2 LLC. (https://www.wso2.com) All Rights Reserved.
#
# WSO2 LLC. licenses this file to you under the Apache License,
# Version 2.0 (the "License"); you may not use this file except
Expand All @@ -19,29 +19,26 @@ wso2:
dp:
configdeployer:
deployment:
image: docker.wso2.com/config-deployer-service:1.1.0-arm64
image: docker.wso2.com/apk-config-deployer-service:1.1.0.0-arm64
adapter:
deployment:
image: docker.wso2.com/adapter:1.1.0-arm64
image: docker.wso2.com/apk-adapter:1.1.0.0-arm64
commonController:
deployment:
image: docker.wso2.com/common-controller:1.1.0-arm64
image: docker.wso2.com/apk-common-controller:1.1.0.0-arm64
ratelimiter:
deployment:
image: docker.wso2.com/ratelimiter:1.1.0-arm64
image: docker.wso2.com/apk-ratelimiter:1.1.0.0-arm64
gatewayRuntime:
deployment:
router:
image: docker.wso2.com/router:1.1.0-arm64
image: docker.wso2.com/apk-router:1.1.0.0-arm64
enforcer:
image: docker.wso2.com/enforcer:1.1.0-arm64
podMetrics:
deployment:
image: docker.wso2.com/pod-metrics-collector:1.1.0-arm64
image: docker.wso2.com/apk-enforcer:1.1.0.0-arm64
idp:
idpds:
deployment:
image: docker.wso2.com/idp-domain-service:1.1.0-arm64
image: docker.wso2.com/apk-idp-domain-service:1.1.0.0-arm64
idpui:
deployment:
image: docker.wso2.com/idp-ui:1.1.0-arm64
image: docker.wso2.com/apk-idp-ui:1.1.0.0-arm64

0 comments on commit edcb9a6

Please sign in to comment.