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

change docker image names to apk- #1794

Merged
merged 1 commit into from
Oct 4, 2023
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
2 changes: 1 addition & 1 deletion adapter/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
group=org.wso2.apk
version=1.0.0-SNAPSHOT
file=cmd/main.go
docker_image_name=adapter
docker_image_name=apk-adapter
22 changes: 0 additions & 22 deletions choreo-build/admin/Dockerfile

This file was deleted.

22 changes: 0 additions & 22 deletions choreo-build/backoffice/Dockerfile

This file was deleted.

22 changes: 0 additions & 22 deletions choreo-build/devportal/Dockerfile

This file was deleted.

22 changes: 0 additions & 22 deletions choreo-build/enforcer/Dockerfile

This file was deleted.

22 changes: 0 additions & 22 deletions choreo-build/management-server/Dockerfile

This file was deleted.

22 changes: 0 additions & 22 deletions choreo-build/router/Dockerfile

This file was deleted.

22 changes: 0 additions & 22 deletions choreo-build/runtime/Dockerfile

This file was deleted.

2 changes: 1 addition & 1 deletion common-controller/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
group=org.wso2.apk
version=1.0.0-SNAPSHOT
file=cmd/main.go
docker_image_name=common-controller
docker_image_name=apk-common-controller
2 changes: 1 addition & 1 deletion gateway/enforcer/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@

group=org.wso2.apk
version=1.0.0-SNAPSHOT
docker_image_name=enforcer
docker_image_name=apk-enforcer
2 changes: 1 addition & 1 deletion gateway/router/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
group=org.wso2.apk
version=1.0.0-SNAPSHOT
docker_image_name=router
docker_image_name=apk-router
16 changes: 8 additions & 8 deletions helm-charts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ A Helm chart for APK components
| wso2.apk.dp.configdeployer.deployment.strategy | string | `"RollingUpdate"` | Deployment strategy |
| wso2.apk.dp.configdeployer.deployment.replicas | int | `1` | Number of replicas |
| wso2.apk.dp.configdeployer.deployment.imagePullPolicy | string | `"Always"` | Image pull policy |
| wso2.apk.dp.configdeployer.deployment.image | string | `"wso2/config-deployer-service:1.0.0"` | Image |
| wso2.apk.dp.configdeployer.deployment.image | string | `"wso2/apk-config-deployer-service:1.0.0"` | Image |
| wso2.apk.dp.configdeployer.deployment.configs.authrorization | bool | `true` | Enable authorization for runtime api. |
| wso2.apk.dp.configdeployer.deployment.configs.baseUrl | string | `"https://api.am.wso2.com:9095/api/runtime"` | Baseurl for runtime api. |
| wso2.apk.dp.configdeployer.deployment.configs.tls.secretName | string | `""` | TLS secret name for runtime public certificate. |
Expand All @@ -92,7 +92,7 @@ A Helm chart for APK components
| wso2.apk.dp.adapter.deployment.strategy | string | `"RollingUpdate"` | Deployment strategy |
| wso2.apk.dp.adapter.deployment.replicas | int | `1` | Number of replicas |
| wso2.apk.dp.adapter.deployment.imagePullPolicy | string | `"Always"` | Image pull policy |
| wso2.apk.dp.adapter.deployment.image | string | `"wso2/adapter:1.0.0"` | Image |
| wso2.apk.dp.adapter.deployment.image | string | `"wso2/apk-adapter:1.0.0"` | Image |
| wso2.apk.dp.adapter.deployment.security.sslHostname | string | `"adapter"` | Enable security for adapter. |
| wso2.apk.dp.adapter.configs.apiNamespaces | string | `nil` | Optionally configure namespaces to watch for apis. |
| wso2.apk.dp.adapter.configs.tls.secretName | string | `""` | TLS secret name for adapter public certificate. |
Expand All @@ -114,7 +114,7 @@ A Helm chart for APK components
| wso2.apk.dp.commonController.deployment.strategy | string | `"RollingUpdate"` | Deployment strategy |
| wso2.apk.dp.commonController.deployment.replicas | int | `1` | Number of replicas |
| wso2.apk.dp.commonController.deployment.imagePullPolicy | string | `"Always"` | Image pull policy |
| wso2.apk.dp.commonController.deployment.image | string | `"wso2/common-controller:1.0.0"` | Image |
| wso2.apk.dp.commonController.deployment.image | string | `"wso2/apk-common-controller:1.0.0"` | Image |
| wso2.apk.dp.commonController.deployment.security.sslHostname | string | `"commoncontroller"` | hostname for the common controller |
| wso2.apk.dp.commonController.deployment.configs.apiNamespaces | list | `["apk-v12"]` | Optionally configure namespaces to watch for apis,ratelimitpolicies,etc. |
| wso2.apk.dp.ratelimiter.enabled | bool | `true` | Enable the deployment of the Rate Limiter |
Expand All @@ -131,7 +131,7 @@ A Helm chart for APK components
| wso2.apk.dp.ratelimiter.deployment.strategy | string | `"RollingUpdate"` | Deployment strategy |
| wso2.apk.dp.ratelimiter.deployment.replicas | int | `1` | Number of replicas |
| wso2.apk.dp.ratelimiter.deployment.imagePullPolicy | string | `"Always"` | Image pull policy |
| wso2.apk.dp.ratelimiter.deployment.image | string | `"wso2/ratelimiter:1.0.0"` | Image |
| wso2.apk.dp.ratelimiter.deployment.image | string | `"wso2/apk-ratelimiter:1.0.0"` | Image |
| wso2.apk.dp.ratelimiter.deployment.security.sslHostname | string | `"ratelimiter"` | hostname for the rate limiter |
| wso2.apk.dp.ratelimiter.deployment.configs.tls.secretName | string | `"ratelimiter-cert"` | TLS secret name for rate limiter public certificate. |
| wso2.apk.dp.ratelimiter.deployment.configs.tls.certKeyFilename | string | `""` | TLS certificate file name. |
Expand All @@ -151,7 +151,7 @@ A Helm chart for APK components
| wso2.apk.dp.gatewayRuntime.deployment.router.livenessProbe.failureThreshold | int | `5` | Minimum consecutive failures for the probe to be considered failed after having succeeded. |
| wso2.apk.dp.gatewayRuntime.deployment.router.strategy | string | `"RollingUpdate"` | Deployment strategy |
| wso2.apk.dp.gatewayRuntime.deployment.router.imagePullPolicy | string | `"Always"` | Image pull policy |
| wso2.apk.dp.gatewayRuntime.deployment.router.image | string | `"wso2/router:1.0.0"` | Image |
| wso2.apk.dp.gatewayRuntime.deployment.router.image | string | `"wso2/apk-router:1.0.0"` | Image |
| wso2.apk.dp.gatewayRuntime.deployment.router.configs.enforcerResponseTimeoutInSeconds | int | `20` | The timeout for response coming from enforcer to route per API request |
| wso2.apk.dp.gatewayRuntime.deployment.router.configs.useRemoteAddress | bool | `false` | If configured true, router appends the immediate downstream ip address to the x-forward-for header |
| wso2.apk.dp.gatewayRuntime.deployment.router.configs.systemHost | string | `"localhost"` | System hostname for system API resources (eg: /testkey and /health) |
Expand All @@ -178,7 +178,7 @@ A Helm chart for APK components
| wso2.apk.dp.gatewayRuntime.deployment.enforcer.livenessProbe.failureThreshold | int | `5` | Minimum consecutive failures for the probe to be considered failed after having succeeded. |
| wso2.apk.dp.gatewayRuntime.deployment.enforcer.strategy | string | `"RollingUpdate"` | Deployment strategy |
| wso2.apk.dp.gatewayRuntime.deployment.enforcer.imagePullPolicy | string | `"Always"` | Image pull policy |
| wso2.apk.dp.gatewayRuntime.deployment.enforcer.image | string | `"wso2/enforcer:1.0.0"` | Image |
| wso2.apk.dp.gatewayRuntime.deployment.enforcer.image | string | `"wso2/apk-enforcer:1.0.0"` | Image |
| wso2.apk.dp.gatewayRuntime.deployment.enforcer.security.sslHostname | string | `"enforcer"` | hostname for the enforcer |
| wso2.apk.dp.gatewayRuntime.deployment.enforcer.configs.tls.secretName | string | `""` | TLS secret name for enforcer public certificate. |
| wso2.apk.dp.gatewayRuntime.deployment.enforcer.configs.tls.certKeyFilename | string | `""` | TLS certificate file name. |
Expand Down Expand Up @@ -248,7 +248,7 @@ A Helm chart for APK components
| idp.idpds.deployment.strategy | string | `"RollingUpdate"` | Deployment strategy |
| idp.idpds.deployment.replicas | int | `1` | Number of replicas |
| idp.idpds.deployment.imagePullPolicy | string | `"Always"` | Image pull policy |
| idp.idpds.deployment.image | string | `"wso2/idp-domain-service:1.0.0"` | Image |
| idp.idpds.deployment.image | string | `"wso2/apk-idp-domain-service:1.0.0"` | Image |
| idp.idpui.deployment.resources.requests.memory | string | `"128Mi"` | CPU request for the container |
| idp.idpui.deployment.resources.requests.cpu | string | `"100m"` | Memory request for the container |
| idp.idpui.deployment.resources.limits.memory | string | `"1028Mi"` | CPU limit for the container |
Expand All @@ -262,7 +262,7 @@ A Helm chart for APK components
| idp.idpui.deployment.strategy | string | `"RollingUpdate"` | Deployment strategy |
| idp.idpui.deployment.replicas | int | `1` | Number of replicas |
| idp.idpui.deployment.imagePullPolicy | string | `"Always"` | Image pull policy |
| idp.idpui.deployment.image | string | `"wso2/idp-ui:1.0.0"` | Image |
| idp.idpui.deployment.image | string | `"wso2/apk-idp-ui:1.0.0"` | Image |
| idp.idpui.configs.idpLoginUrl | string | `"https://idp.am.wso2.com:9095/commonauth/login"` | identity server Login URL |
| idp.idpui.configs.idpAuthCallBackUrl | string | `"https://idp.am.wso2.com:9095/oauth2/auth-callback"` | identity server authCallBackUrl |
| gatewaySystem.enabled | bool | `true` | Enable gateway system to install gateway system components |
Expand Down
16 changes: 8 additions & 8 deletions helm-charts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ wso2:
strategy: RollingUpdate
replicas: 1
imagePullPolicy: Always
image: wso2/config-deployer-service:latest
image: wso2/apk-config-deployer-service:latest
# configs:
# tls:
# secretName: "my-secret"
Expand All @@ -211,7 +211,7 @@ wso2:
strategy: RollingUpdate
replicas: 1
imagePullPolicy: Always
image: wso2/adapter:latest
image: wso2/apk-adapter:latest
security:
sslHostname: "adapter"
# logging:
Expand Down Expand Up @@ -244,7 +244,7 @@ wso2:
strategy: RollingUpdate
replicas: 1
imagePullPolicy: Always
image: wso2/common-controller:latest
image: wso2/apk-common-controller:latest
security:
sslHostname: "commoncontroller"
# configs:
Expand All @@ -271,7 +271,7 @@ wso2:
strategy: RollingUpdate
replicas: 1
imagePullPolicy: Always
image: wso2/ratelimiter:latest
image: wso2/apk-ratelimiter:latest
security:
sslHostname: "ratelimiter"
# configs:
Expand Down Expand Up @@ -301,7 +301,7 @@ wso2:
failureThreshold: 5
strategy: RollingUpdate
imagePullPolicy: Always
image: wso2/router:1.0.0-rc2
image: wso2/apk-router:latest
# configs:
# tls:
# secretName: "router-cert"
Expand Down Expand Up @@ -332,7 +332,7 @@ wso2:
failureThreshold: 5
strategy: RollingUpdate
imagePullPolicy: Always
image: wso2/enforcer:latest
image: wso2/apk-enforcer:latest
security:
sslHostname: "enforcer"
# logging:
Expand Down Expand Up @@ -385,7 +385,7 @@ idp:
strategy: RollingUpdate
replicas: 1
imagePullPolicy: Always
image: wso2/idp-domain-service:latest
image: wso2/apk-idp-domain-service:latest
idpui:
deployment:
resources:
Expand All @@ -406,7 +406,7 @@ idp:
strategy: RollingUpdate
replicas: 1
imagePullPolicy: Always
image: wso2/idp-ui:1.0.0-rc2
image: wso2/apk-idp-ui:latest
configs:
idpLoginUrl: "https://idp.am.wso2.com:9095/commonauth/login"
idpAuthCallBackUrl: "https://idp.am.wso2.com:9095/oauth2/auth-callback"
Expand Down
16 changes: 8 additions & 8 deletions helm-charts/values.yaml.template
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ wso2:
# -- Image pull policy
imagePullPolicy: Always
# -- Image
image: wso2/config-deployer-service:1.0.0
image: wso2/apk-config-deployer-service:1.0.0
configs:
# -- Enable authorization for runtime api.
authrorization: true
Expand Down Expand Up @@ -378,7 +378,7 @@ wso2:
# -- Image pull policy
imagePullPolicy: Always
# -- Image
image: wso2/adapter:1.0.0
image: wso2/apk-adapter:1.0.0
security:
# -- Enable security for adapter.
sslHostname: "adapter"
Expand Down Expand Up @@ -434,7 +434,7 @@ wso2:
# -- Image pull policy
imagePullPolicy: Always
# -- Image
image: wso2/common-controller:1.0.0
image: wso2/apk-common-controller:1.0.0
security:
# -- hostname for the common controller
sslHostname: "commoncontroller"
Expand Down Expand Up @@ -478,7 +478,7 @@ wso2:
# -- Image pull policy
imagePullPolicy: Always
# -- Image
image: wso2/ratelimiter:1.0.0
image: wso2/apk-ratelimiter:1.0.0
security:
# -- hostname for the rate limiter
sslHostname: "ratelimiter"
Expand Down Expand Up @@ -530,7 +530,7 @@ wso2:
# -- Image pull policy
imagePullPolicy: Always
# -- Image
image: wso2/router:1.0.0
image: wso2/apk-router:1.0.0
configs:
# -- The timeout for response coming from enforcer to route per API request
enforcerResponseTimeoutInSeconds: 20
Expand Down Expand Up @@ -597,7 +597,7 @@ wso2:
# -- Image pull policy
imagePullPolicy: Always
# -- Image
image: wso2/enforcer:1.0.0
image: wso2/apk-enforcer:1.0.0
security:
# -- hostname for the enforcer
sslHostname: "enforcer"
Expand Down Expand Up @@ -766,7 +766,7 @@ idp:
# -- Image pull policy
imagePullPolicy: Always
# -- Image
image: wso2/idp-domain-service:1.0.0
image: wso2/apk-idp-domain-service:1.0.0
idpui:
deployment:
resources:
Expand Down Expand Up @@ -801,7 +801,7 @@ idp:
# -- Image pull policy
imagePullPolicy: Always
# -- Image
image: wso2/idp-ui:1.0.0
image: wso2/apk-idp-ui:1.0.0
configs:
# -- identity server Login URL
idpLoginUrl: "https://idp.am.wso2.com:9095/commonauth/login"
Expand Down
Loading
Loading