Skip to content

Commit d9749db

Browse files
Merge pull request #2341 from CrowleyRajapakse/mymain2
Changing image names and helm chart release to 1.1.0
2 parents a11a047 + cec8768 commit d9749db

File tree

8 files changed

+44
-44
lines changed

8 files changed

+44
-44
lines changed

Diff for: helm-charts/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: apk-helm
33
description: A Helm chart for APK components
44
type: application
5-
version: 1.1.0-rc2
5+
version: 1.1.0
66
appVersion: "1.16.0"
77
dependencies:
88
- name: postgresql

Diff for: helm-charts/README.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# apk-helm
22

3-
![Version: 1.1.0-rc2](https://img.shields.io/badge/Version-1.1.0--rc-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.16.0](https://img.shields.io/badge/AppVersion-1.16.0-informational?style=flat-square)
3+
![Version: 1.1.0](https://img.shields.io/badge/Version-1.1.0--rc-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.16.0](https://img.shields.io/badge/AppVersion-1.16.0-informational?style=flat-square)
44

55
A Helm chart for APK components
66

@@ -89,7 +89,7 @@ A Helm chart for APK components
8989
| wso2.apk.dp.configdeployer.deployment.strategy | string | `"RollingUpdate"` | Deployment strategy |
9090
| wso2.apk.dp.configdeployer.deployment.replicas | int | `1` | Number of replicas |
9191
| wso2.apk.dp.configdeployer.deployment.imagePullPolicy | string | `"Always"` | Image pull policy |
92-
| wso2.apk.dp.configdeployer.deployment.image | string | `"wso2/apk-config-deployer-service:1.1.0-rc2"` | Image |
92+
| wso2.apk.dp.configdeployer.deployment.image | string | `"wso2/apk-config-deployer-service:1.1.0"` | Image |
9393
| wso2.apk.dp.configdeployer.deployment.configs.authorization | bool | `true` | Enable authorization for runtime api. |
9494
| wso2.apk.dp.configdeployer.deployment.configs.baseUrl | string | `"https://api.am.wso2.com:9095/api/runtime"` | Baseurl for runtime api. |
9595
| wso2.apk.dp.configdeployer.deployment.configs.tls.secretName | string | `""` | TLS secret name for runtime public certificate. |
@@ -109,7 +109,7 @@ A Helm chart for APK components
109109
| wso2.apk.dp.adapter.deployment.strategy | string | `"RollingUpdate"` | Deployment strategy |
110110
| wso2.apk.dp.adapter.deployment.replicas | int | `1` | Number of replicas |
111111
| wso2.apk.dp.adapter.deployment.imagePullPolicy | string | `"Always"` | Image pull policy |
112-
| wso2.apk.dp.adapter.deployment.image | string | `"wso2/apk-adapter:1.1.0-rc2"` | Image |
112+
| wso2.apk.dp.adapter.deployment.image | string | `"wso2/apk-adapter:1.1.0"` | Image |
113113
| wso2.apk.dp.adapter.deployment.security.sslHostname | string | `"adapter"` | Enable security for adapter. |
114114
| wso2.apk.dp.adapter.deployment.affinity | object | `{"podAntiAffinity":{"preferredDuringSchedulingIgnoredDuringExecution":[{"podAffinityTerm":{"labelSelector":{"matchExpressions":[{"key":"app.kubernetes.io/app","operator":"In","values":["adapter"]}]}}}]}}` | Configure Affinity for the deployment. |
115115
| wso2.apk.dp.adapter.deployment.nodeSelector | object | `{}` | Configure Node Selector for the deployment. |
@@ -133,7 +133,7 @@ A Helm chart for APK components
133133
| wso2.apk.dp.commonController.deployment.strategy | string | `"RollingUpdate"` | Deployment strategy |
134134
| wso2.apk.dp.commonController.deployment.replicas | int | `1` | Number of replicas |
135135
| wso2.apk.dp.commonController.deployment.imagePullPolicy | string | `"Always"` | Image pull policy |
136-
| wso2.apk.dp.commonController.deployment.image | string | `"wso2/apk-common-controller:1.1.0-rc2"` | Image |
136+
| wso2.apk.dp.commonController.deployment.image | string | `"wso2/apk-common-controller:1.1.0"` | Image |
137137
| wso2.apk.dp.commonController.deployment.security.sslHostname | string | `"commoncontroller"` | hostname for the common controller |
138138
| wso2.apk.dp.commonController.deployment.configs.apiNamespaces | list | `["apk-v12"]` | Optionally configure namespaces to watch for apis,ratelimitpolicies,etc. |
139139
| wso2.apk.dp.commonController.deployment.affinity | object | `{"podAntiAffinity":{"preferredDuringSchedulingIgnoredDuringExecution":[{"podAffinityTerm":{"labelSelector":{"matchExpressions":[{"key":"app.kubernetes.io/app","operator":"In","values":["common-controller"]}]}}}]}}` | Configure Affinity for the deployment. |
@@ -175,7 +175,7 @@ A Helm chart for APK components
175175
| wso2.apk.dp.ratelimiter.deployment.strategy | string | `"RollingUpdate"` | Deployment strategy |
176176
| wso2.apk.dp.ratelimiter.deployment.replicas | int | `1` | Number of replicas |
177177
| wso2.apk.dp.ratelimiter.deployment.imagePullPolicy | string | `"Always"` | Image pull policy |
178-
| wso2.apk.dp.ratelimiter.deployment.image | string | `"wso2/apk-ratelimiter:1.1.0-rc2"` | Image |
178+
| wso2.apk.dp.ratelimiter.deployment.image | string | `"wso2/apk-ratelimiter:1.1.0"` | Image |
179179
| wso2.apk.dp.ratelimiter.deployment.security.sslHostname | string | `"ratelimiter"` | hostname for the rate limiter |
180180
| wso2.apk.dp.ratelimiter.deployment.configs.tls.secretName | string | `"ratelimiter-cert"` | TLS secret name for rate limiter public certificate. |
181181
| wso2.apk.dp.ratelimiter.deployment.configs.tls.certKeyFilename | string | `""` | TLS certificate file name. |
@@ -199,7 +199,7 @@ A Helm chart for APK components
199199
| wso2.apk.dp.gatewayRuntime.deployment.router.livenessProbe.failureThreshold | int | `5` | Minimum consecutive failures for the probe to be considered failed after having succeeded. |
200200
| wso2.apk.dp.gatewayRuntime.deployment.router.strategy | string | `"RollingUpdate"` | Deployment strategy |
201201
| wso2.apk.dp.gatewayRuntime.deployment.router.imagePullPolicy | string | `"Always"` | Image pull policy |
202-
| wso2.apk.dp.gatewayRuntime.deployment.router.image | string | `"wso2/apk-router:1.1.0-rc2"` | Image |
202+
| wso2.apk.dp.gatewayRuntime.deployment.router.image | string | `"wso2/apk-router:1.1.0"` | Image |
203203
| wso2.apk.dp.gatewayRuntime.deployment.router.configs.enforcerResponseTimeoutInSeconds | int | `20` | The timeout for response coming from enforcer to route per API request |
204204
| 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 |
205205
| wso2.apk.dp.gatewayRuntime.deployment.router.configs.systemHost | string | `"localhost"` | System hostname for system API resources (eg: /testkey and /health) |
@@ -227,7 +227,7 @@ A Helm chart for APK components
227227
| wso2.apk.dp.gatewayRuntime.deployment.enforcer.livenessProbe.failureThreshold | int | `5` | Minimum consecutive failures for the probe to be considered failed after having succeeded. |
228228
| wso2.apk.dp.gatewayRuntime.deployment.enforcer.strategy | string | `"RollingUpdate"` | Deployment strategy |
229229
| wso2.apk.dp.gatewayRuntime.deployment.enforcer.imagePullPolicy | string | `"Always"` | Image pull policy |
230-
| wso2.apk.dp.gatewayRuntime.deployment.enforcer.image | string | `"wso2/apk-enforcer:1.1.0-rc2"` | Image |
230+
| wso2.apk.dp.gatewayRuntime.deployment.enforcer.image | string | `"wso2/apk-enforcer:1.1.0"` | Image |
231231
| wso2.apk.dp.gatewayRuntime.deployment.enforcer.security.sslHostname | string | `"enforcer"` | hostname for the enforcer |
232232
| wso2.apk.dp.gatewayRuntime.deployment.enforcer.configs.tls.secretName | string | `""` | TLS secret name for enforcer public certificate. |
233233
| wso2.apk.dp.gatewayRuntime.deployment.enforcer.configs.tls.certKeyFilename | string | `""` | TLS certificate file name. |
@@ -311,7 +311,7 @@ A Helm chart for APK components
311311
| idp.idpds.deployment.strategy | string | `"RollingUpdate"` | Deployment strategy |
312312
| idp.idpds.deployment.replicas | int | `1` | Number of replicas |
313313
| idp.idpds.deployment.imagePullPolicy | string | `"Always"` | Image pull policy |
314-
| idp.idpds.deployment.image | string | `"wso2/apk-idp-domain-service:1.1.0-rc2"` | Image |
314+
| idp.idpds.deployment.image | string | `"wso2/apk-idp-domain-service:1.1.0"` | Image |
315315
| idp.idpui.deployment.resources.requests.memory | string | `"128Mi"` | CPU request for the container |
316316
| idp.idpui.deployment.resources.requests.cpu | string | `"100m"` | Memory request for the container |
317317
| idp.idpui.deployment.resources.limits.memory | string | `"1028Mi"` | CPU limit for the container |
@@ -325,7 +325,7 @@ A Helm chart for APK components
325325
| idp.idpui.deployment.strategy | string | `"RollingUpdate"` | Deployment strategy |
326326
| idp.idpui.deployment.replicas | int | `1` | Number of replicas |
327327
| idp.idpui.deployment.imagePullPolicy | string | `"Always"` | Image pull policy |
328-
| idp.idpui.deployment.image | string | `"wso2/apk-idp-ui:1.1.0-rc2"` | Image |
328+
| idp.idpui.deployment.image | string | `"wso2/apk-idp-ui:1.1.0"` | Image |
329329
| idp.idpui.configs.idpLoginUrl | string | `"https://idp.am.wso2.com:9095/commonauth/login"` | identity server Login URL |
330330
| idp.idpui.configs.idpAuthCallBackUrl | string | `"https://idp.am.wso2.com:9095/oauth2/auth-callback"` | identity server authCallBackUrl |
331331
| gatewaySystem.enabled | bool | `true` | Enable gateway system to install gateway system components |

Diff for: helm-charts/samples/apim-apk-agent/cp/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
replicaCount: 1
1818
image:
1919
repository: wso2/apim-apk-agent
20-
tag: 1.1.0-rc2
20+
tag: 1.1.0
2121
pullPolicy: Always
2222
service:
2323
name: apim-apk-agent-service

Diff for: helm-charts/samples/apim-apk-agent/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
replicaCount: 1
1818
image:
1919
repository: wso2/apim-apk-agent
20-
tag: 1.1.0-rc2
20+
tag: 1.1.0
2121
pullPolicy: Always
2222
service:
2323
name: apim-apk-agent-service

Diff for: helm-charts/samples/apk/cp-enabled-values.yaml

+8-8
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ wso2:
9191
strategy: RollingUpdate
9292
replicas: 1
9393
imagePullPolicy: Always
94-
image: wso2/apk-config-deployer-service:1.1.0-rc2
94+
image: wso2/apk-config-deployer-service:1.1.0
9595
# configs:
9696
# tls:
9797
# secretName: "my-secret"
@@ -117,7 +117,7 @@ wso2:
117117
strategy: RollingUpdate
118118
replicas: 1
119119
imagePullPolicy: Always
120-
image: wso2/apk-adapter:1.1.0-rc2
120+
image: wso2/apk-adapter:1.1.0
121121
security:
122122
sslHostname: "adapter"
123123
# logging:
@@ -150,7 +150,7 @@ wso2:
150150
strategy: RollingUpdate
151151
replicas: 1
152152
imagePullPolicy: Always
153-
image: wso2/apk-common-controller:1.1.0-rc2
153+
image: wso2/apk-common-controller:1.1.0
154154
security:
155155
sslHostname: "commoncontroller"
156156
# configs:
@@ -177,7 +177,7 @@ wso2:
177177
strategy: RollingUpdate
178178
replicas: 1
179179
imagePullPolicy: Always
180-
image: wso2/apk-ratelimiter:1.1.0-rc2
180+
image: wso2/apk-ratelimiter:1.1.0
181181
security:
182182
sslHostname: "ratelimiter"
183183
# configs:
@@ -207,7 +207,7 @@ wso2:
207207
failureThreshold: 5
208208
strategy: RollingUpdate
209209
imagePullPolicy: Always
210-
image: wso2/apk-router:1.1.0-rc2
210+
image: wso2/apk-router:1.1.0
211211
# configs:
212212
# tls:
213213
# secretName: "router-cert"
@@ -238,7 +238,7 @@ wso2:
238238
failureThreshold: 5
239239
strategy: RollingUpdate
240240
imagePullPolicy: Always
241-
image: wso2/apk-enforcer:1.1.0-rc2
241+
image: wso2/apk-enforcer:1.1.0
242242
security:
243243
sslHostname: "enforcer"
244244
# logging:
@@ -310,7 +310,7 @@ idp:
310310
strategy: RollingUpdate
311311
replicas: 1
312312
imagePullPolicy: Always
313-
image: wso2/apk-idp-domain-service:1.1.0-rc2
313+
image: wso2/apk-idp-domain-service:1.1.0
314314
idpui:
315315
deployment:
316316
resources:
@@ -331,7 +331,7 @@ idp:
331331
strategy: RollingUpdate
332332
replicas: 1
333333
imagePullPolicy: Always
334-
image: wso2/apk-idp-ui:1.1.0-rc2
334+
image: wso2/apk-idp-ui:1.1.0
335335
configs:
336336
idpLoginUrl: "https://idp.am.wso2.com:9095/commonauth/login"
337337
idpAuthCallBackUrl: "https://idp.am.wso2.com:9095/oauth2/auth-callback"

Diff for: helm-charts/samples/apk/values.yaml

+8-8
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ wso2:
9292
strategy: RollingUpdate
9393
replicas: 1
9494
imagePullPolicy: Always
95-
image: wso2/apk-config-deployer-service:1.1.0-rc2
95+
image: wso2/apk-config-deployer-service:1.1.0
9696
# configs:
9797
# tls:
9898
# secretName: "my-secret"
@@ -118,7 +118,7 @@ wso2:
118118
strategy: RollingUpdate
119119
replicas: 1
120120
imagePullPolicy: Always
121-
image: wso2/apk-adapter:1.1.0-rc2
121+
image: wso2/apk-adapter:1.1.0
122122
security:
123123
sslHostname: "adapter"
124124
# logging:
@@ -151,7 +151,7 @@ wso2:
151151
strategy: RollingUpdate
152152
replicas: 1
153153
imagePullPolicy: Always
154-
image: wso2/apk-common-controller:1.1.0-rc2
154+
image: wso2/apk-common-controller:1.1.0
155155
security:
156156
sslHostname: "commoncontroller"
157157
# configs:
@@ -178,7 +178,7 @@ wso2:
178178
strategy: RollingUpdate
179179
replicas: 1
180180
imagePullPolicy: Always
181-
image: wso2/apk-ratelimiter:1.1.0-rc2
181+
image: wso2/apk-ratelimiter:1.1.0
182182
security:
183183
sslHostname: "ratelimiter"
184184
# configs:
@@ -208,7 +208,7 @@ wso2:
208208
failureThreshold: 5
209209
strategy: RollingUpdate
210210
imagePullPolicy: Always
211-
image: wso2/apk-router:1.1.0-rc2
211+
image: wso2/apk-router:1.1.0
212212
# configs:
213213
# tls:
214214
# secretName: "router-cert"
@@ -239,7 +239,7 @@ wso2:
239239
failureThreshold: 5
240240
strategy: RollingUpdate
241241
imagePullPolicy: Always
242-
image: wso2/apk-enforcer:1.1.0-rc2
242+
image: wso2/apk-enforcer:1.1.0
243243
security:
244244
sslHostname: "enforcer"
245245
# logging:
@@ -313,7 +313,7 @@ idp:
313313
strategy: RollingUpdate
314314
replicas: 1
315315
imagePullPolicy: Always
316-
image: wso2/apk-idp-domain-service:1.1.0-rc2
316+
image: wso2/apk-idp-domain-service:1.1.0
317317
idpui:
318318
deployment:
319319
resources:
@@ -334,7 +334,7 @@ idp:
334334
strategy: RollingUpdate
335335
replicas: 1
336336
imagePullPolicy: Always
337-
image: wso2/apk-idp-ui:1.1.0-rc2
337+
image: wso2/apk-idp-ui:1.1.0
338338
configs:
339339
idpLoginUrl: "https://idp.am.wso2.com:9095/commonauth/login"
340340
idpAuthCallBackUrl: "https://idp.am.wso2.com:9095/oauth2/auth-callback"

Diff for: helm-charts/values.yaml

+8-8
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ wso2:
9494
strategy: RollingUpdate
9595
replicas: 1
9696
imagePullPolicy: Always
97-
image: wso2/apk-config-deployer-service:1.1.0-rc2
97+
image: wso2/apk-config-deployer-service:1.1.0
9898
# debug: true
9999
# configs:
100100
# tls:
@@ -121,7 +121,7 @@ wso2:
121121
strategy: RollingUpdate
122122
replicas: 1
123123
imagePullPolicy: Always
124-
image: wso2/apk-adapter:1.1.0-rc2
124+
image: wso2/apk-adapter:1.1.0
125125
security:
126126
sslHostname: "adapter"
127127
# logging:
@@ -154,7 +154,7 @@ wso2:
154154
strategy: RollingUpdate
155155
replicas: 1
156156
imagePullPolicy: Always
157-
image: wso2/apk-common-controller:1.1.0-rc2
157+
image: wso2/apk-common-controller:1.1.0
158158
security:
159159
sslHostname: "commoncontroller"
160160
# configs:
@@ -181,7 +181,7 @@ wso2:
181181
strategy: RollingUpdate
182182
replicas: 1
183183
imagePullPolicy: Always
184-
image: wso2/apk-ratelimiter:1.1.0-rc2
184+
image: wso2/apk-ratelimiter:1.1.0
185185
security:
186186
sslHostname: "ratelimiter"
187187
# configs:
@@ -211,7 +211,7 @@ wso2:
211211
failureThreshold: 5
212212
strategy: RollingUpdate
213213
imagePullPolicy: Always
214-
image: wso2/apk-router:1.1.0-rc2
214+
image: wso2/apk-router:1.1.0
215215
# configs:
216216
# tls:
217217
# secretName: "router-cert"
@@ -242,7 +242,7 @@ wso2:
242242
failureThreshold: 5
243243
strategy: RollingUpdate
244244
imagePullPolicy: Always
245-
image: wso2/apk-enforcer:1.1.0-rc2
245+
image: wso2/apk-enforcer:1.1.0
246246
security:
247247
sslHostname: "enforcer"
248248
# logging:
@@ -314,7 +314,7 @@ idp:
314314
strategy: RollingUpdate
315315
replicas: 1
316316
imagePullPolicy: Always
317-
image: wso2/apk-idp-domain-service:1.1.0-rc2
317+
image: wso2/apk-idp-domain-service:1.1.0
318318
idpui:
319319
deployment:
320320
resources:
@@ -335,7 +335,7 @@ idp:
335335
strategy: RollingUpdate
336336
replicas: 1
337337
imagePullPolicy: Always
338-
image: wso2/apk-idp-ui:1.1.0-rc2
338+
image: wso2/apk-idp-ui:1.1.0
339339
configs:
340340
idpLoginUrl: "https://idp.am.wso2.com:9095/commonauth/login"
341341
idpAuthCallBackUrl: "https://idp.am.wso2.com:9095/oauth2/auth-callback"

Diff for: helm-charts/values.yaml.template

+8-8
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ wso2:
200200
# -- Image pull policy
201201
imagePullPolicy: Always
202202
# -- Image
203-
image: wso2/apk-config-deployer-service:1.1.0-rc2
203+
image: wso2/apk-config-deployer-service:1.1.0
204204
configs:
205205
# -- Enable authorization for runtime api.
206206
authorization: true
@@ -255,7 +255,7 @@ wso2:
255255
# -- Image pull policy
256256
imagePullPolicy: Always
257257
# -- Image
258-
image: wso2/apk-adapter:1.1.0-rc2
258+
image: wso2/apk-adapter:1.1.0
259259
security:
260260
# -- Enable security for adapter.
261261
sslHostname: "adapter"
@@ -326,7 +326,7 @@ wso2:
326326
# -- Image pull policy
327327
imagePullPolicy: Always
328328
# -- Image
329-
image: wso2/apk-common-controller:1.1.0-rc2
329+
image: wso2/apk-common-controller:1.1.0
330330
security:
331331
# -- hostname for the common controller
332332
sslHostname: "commoncontroller"
@@ -424,7 +424,7 @@ wso2:
424424
# -- Image pull policy
425425
imagePullPolicy: Always
426426
# -- Image
427-
image: wso2/apk-ratelimiter:1.1.0-rc2
427+
image: wso2/apk-ratelimiter:1.1.0
428428
security:
429429
# -- hostname for the rate limiter
430430
sslHostname: "ratelimiter"
@@ -502,7 +502,7 @@ wso2:
502502
# -- Image pull policy
503503
imagePullPolicy: Always
504504
# -- Image
505-
image: wso2/apk-router:1.1.0-rc2
505+
image: wso2/apk-router:1.1.0
506506
configs:
507507
# -- The timeout for response coming from enforcer to route per API request
508508
enforcerResponseTimeoutInSeconds: 20
@@ -571,7 +571,7 @@ wso2:
571571
# -- Image pull policy
572572
imagePullPolicy: Always
573573
# -- Image
574-
image: wso2/apk-enforcer:1.1.0-rc2
574+
image: wso2/apk-enforcer:1.1.0
575575
security:
576576
# -- hostname for the enforcer
577577
sslHostname: "enforcer"
@@ -789,7 +789,7 @@ idp:
789789
# -- Image pull policy
790790
imagePullPolicy: Always
791791
# -- Image
792-
image: wso2/apk-idp-domain-service:1.1.0-rc2
792+
image: wso2/apk-idp-domain-service:1.1.0
793793
idpui:
794794
deployment:
795795
resources:
@@ -824,7 +824,7 @@ idp:
824824
# -- Image pull policy
825825
imagePullPolicy: Always
826826
# -- Image
827-
image: wso2/apk-idp-ui:1.1.0-rc2
827+
image: wso2/apk-idp-ui:1.1.0
828828
configs:
829829
# -- identity server Login URL
830830
idpLoginUrl: "https://idp.am.wso2.com:9095/commonauth/login"

0 commit comments

Comments
 (0)