Skip to content

Commit c2876ea

Browse files
authored
Update version to 4.3.0
1 parent f26c68d commit c2876ea

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

all-in-one/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ apiVersion: v1
1313
appVersion: "4.3.0"
1414
description: A Helm chart for the deployment of WSO2 API Manager Single Node.
1515
name: am-all-in-one
16-
version: 4.3.0
16+
version: 4.3.0-1
1717
icon: https://wso2.cachefly.net/wso2/sites/all/images/wso2logo.svg

all-in-one/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ A Helm chart for the deployment of WSO2 API Manager Single Node.
233233
| wso2.apim.log4j2.loggers | string | `""` | Console loggers that can be enabled. Allowed values are AUDIT_LOG_CONSOLE, HTTP_ACCESS_CONSOLE, TRANSACTION_CONSOLE, CORRELATION_CONSOLE |
234234
| wso2.apim.secureVaultEnabled | bool | `false` | Secure vauld enabled |
235235
| wso2.apim.startupArgs | string | `""` | Startup arguments for APIM |
236-
| wso2.apim.version | string | `"4.2.0"` | APIM version |
236+
| wso2.apim.version | string | `"4.3.0"` | APIM version |
237237
| wso2.choreoAnalytics | object | `{"enabled":false,"endpoint":"","onpremKey":""}` | WSO2 Choreo Analytics Parameters If provided, these parameters will be used publish analytics data to Choreo Analytics environment (https://apim.docs.wso2.com/en/latest/observe/api-manager-analytics/configure-analytics/register-for-analytics/). |
238238
| wso2.choreoAnalytics.endpoint | string | `""` | Choreo Analytics cloud service endpoint |
239239
| wso2.choreoAnalytics.onpremKey | string | `""` | On-premise key for Choreo Analytics |

distributed/control-plane/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ apiVersion: v1
1313
appVersion: "4.3.0"
1414
description: A Helm chart for the deployment of WSO2 API Management Control Plane profile
1515
name: wso2am-cp
16-
version: 4.3.0
16+
version: 4.3.0-1
1717
icon: https://wso2.cachefly.net/wso2/sites/all/images/wso2logo.svg

distributed/control-plane/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ A Helm chart for the deployment of WSO2 API Management Control Plane profile
146146
| wso2.apim.portOffset | int | `0` | Port Offset for APIM deployment |
147147
| wso2.apim.secureVaultEnabled | bool | `false` | Secure vauld enabled |
148148
| wso2.apim.startupArgs | string | `""` | Startup arguments for APIM |
149-
| wso2.apim.version | string | `"4.2.0"` | APIM version |
149+
| wso2.apim.version | string | `"4.3.0"` | APIM version |
150150
| wso2.deployment.highAvailability | bool | `true` | Enable high availability for traffic manager. If this is enabled, two traffic manager instances will be deployed. This is not relavant to HA in Kubernetes. Multiple replicas of the same instance will not count as HA for TM. |
151151
| wso2.deployment.image.digest | string | `""` | Docker image digest |
152152
| wso2.deployment.image.imagePullPolicy | string | `"Always"` | Refer to the Kubernetes documentation on updating images (https://kubernetes.io/docs/concepts/containers/images/#updating-images) |

distributed/control-plane/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ kubernetes:
174174
wso2:
175175
apim:
176176
# -- APIM version
177-
version: "4.2.0"
177+
version: "4.3.0"
178178
# -- Secure vauld enabled
179179
secureVaultEnabled: false
180180
# Logging related configurations

distributed/gateway/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ apiVersion: v1
1313
appVersion: "4.3.0"
1414
description: A Helm chart for the deployment of WSO2 API Management Gateway profile
1515
name: wso2am-gateway
16-
version: 4.3.0
16+
version: 4.3.0-1
1717
icon: https://wso2.cachefly.net/wso2/sites/all/images/wso2logo.svg

distributed/gateway/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ A Helm chart for the deployment of WSO2 API Management Gateway profile
132132
| wso2.apim.portOffset | int | `0` | Port Offset for APIM deployment |
133133
| wso2.apim.secureVaultEnabled | bool | `false` | Secure vauld enabled |
134134
| wso2.apim.startupArgs | string | `""` | Startup arguments for APIM |
135-
| wso2.apim.version | string | `"4.2.0"` | APIM version |
135+
| wso2.apim.version | string | `"4.3.0"` | APIM version |
136136
| wso2.choreoAnalytics | object | `{"enabled":false,"endpoint":"","onpremKey":""}` | WSO2 Choreo Analytics Parameters If provided, these parameters will be used publish analytics data to Choreo Analytics environment (https://apim.docs.wso2.com/en/latest/observe/api-manager-analytics/configure-analytics/register-for-analytics/). |
137137
| wso2.choreoAnalytics.endpoint | string | `""` | Choreo Analytics cloud service endpoint |
138138
| wso2.choreoAnalytics.onpremKey | string | `""` | On-premise key for Choreo Analytics |

distributed/gateway/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ wso2:
129129

130130
apim:
131131
# -- APIM version
132-
version: "4.2.0"
132+
version: "4.3.0"
133133
# -- Secure vauld enabled
134134
secureVaultEnabled: false
135135
# Logging related configurations

distributed/traffic-manager/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ apiVersion: v1
1313
appVersion: "4.3.0"
1414
description: A Helm chart for the deployment of WSO2 API Management Traffic Manager profile
1515
name: wso2am-tm
16-
version: 4.3.0
16+
version: 4.3.0-1
1717
icon: https://wso2.cachefly.net/wso2/sites/all/images/wso2logo.svg

distributed/traffic-manager/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ A Helm chart for the deployment of WSO2 API Management Traffic Manager profile
9191
| wso2.apim.log4j2.loggers | string | `""` | Console loggers that can be enabled. Allowed values are AUDIT_LOG_CONSOLE, HTTP_ACCESS_CONSOLE, TRANSACTION_CONSOLE, CORRELATION_CONSOLE |
9292
| wso2.apim.secureVaultEnabled | bool | `false` | Secure vauld enabled |
9393
| wso2.apim.startupArgs | string | `""` | Startup arguments for APIM |
94-
| wso2.apim.version | string | `"4.2.0"` | APIM version |
94+
| wso2.apim.version | string | `"4.3.0"` | APIM version |
9595
| wso2.deployment.cpuUtilizationPercentage | int | `75` | Target CPU utilization percentage for HPA |
9696
| wso2.deployment.highAvailability | bool | `true` | Enable high availability for traffic manager. If this is enabled, two traffic manager instances will be deployed. This is not relavant to HA in Kubernetes. Multiple replicas of the same instance will not count as HA for TM. |
9797
| wso2.deployment.image.digest | string | `""` | Docker image digest |

distributed/traffic-manager/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ kubernetes:
9090
wso2:
9191
apim:
9292
# -- APIM version
93-
version: "4.2.0"
93+
version: "4.3.0"
9494
# -- Secure vauld enabled
9595
secureVaultEnabled: false
9696
# Logging related configurations

0 commit comments

Comments
 (0)