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

[3.2.0] Update Helm Resources for WSO2 API Management Pattern 2 #437

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
ec2cef9
[3.2.0][Pattern-2] Update chart dependencies
chirangaalwis Aug 11, 2020
e51ac3e
[3.2.0][Pattern-2] Update chart metadata and input values files
chirangaalwis Aug 11, 2020
3d6fab4
[3.2.0][Pattern-2] Update Analytics Worker configuration
chirangaalwis Aug 11, 2020
dbae48c
[3.2.0][Pattern-2] Add MySQL JDBC driver to Analytics Worker
chirangaalwis Aug 11, 2020
4252764
[3.2.0][Pattern-2] Update APIM KM configuration
chirangaalwis Aug 11, 2020
64ab929
[3.2.0][Pattern-2] Update MySQL JDBC driver to APIM KM
chirangaalwis Aug 11, 2020
501e034
[3.2.0][Pattern-2] Update APIM configuration
chirangaalwis Aug 11, 2020
42e4d39
[3.2.0][Pattern-2] Update MySQL JDBC driver to APIM
chirangaalwis Aug 11, 2020
0739a01
[3.2.0][Pattern-2] Update APIM Gateway configuration
chirangaalwis Aug 11, 2020
af799f2
[3.2.0][Pattern-2] Update Analytics Dashboard configuration
chirangaalwis Aug 11, 2020
0c37efd
[3.2.0][Pattern-2] Update MySQL JDBC driver to Analytics Dashboard
chirangaalwis Aug 11, 2020
049a7a3
[3.2.0][Pattern-2] Update APIM Gateway configuration
chirangaalwis Aug 12, 2020
11deb7a
[3.2.0][Pattern-2] Fix APIM TM runtime artifact mount path
chirangaalwis Aug 12, 2020
0f56391
[3.2.0][Pattern-2] Update APIM configurations
chirangaalwis Aug 12, 2020
f0b5c24
[3.2.0][Pattern-2] Update APIM KM configurations
chirangaalwis Aug 12, 2020
528424f
[3.2.0][Pattern-2] Move APIM KM deployment to a StatefulSet
chirangaalwis Aug 12, 2020
6f1a74d
[3.2.0][Pattern-2] Rename APIM KM deployment resource file
chirangaalwis Aug 12, 2020
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
4 changes: 2 additions & 2 deletions advanced/am-pattern-2/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
# limitations under the License.

apiVersion: v1
appVersion: "3.1.0"
appVersion: "3.2.0"
description: A Helm chart for the deployment of WSO2 API Management deployment pattern 2
name: am-pattern-2
version: 3.1.0-3
version: 3.2.0-1
icon: https://wso2.cachefly.net/wso2/sites/all/images/wso2logo.svg
2 changes: 1 addition & 1 deletion advanced/am-pattern-2/requirements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

dependencies:
- name: mysql-am
version: "3.1.0-3"
version: "3.2.0-1"
repository: "https://helm.wso2.com"
condition: wso2.deployment.dependencies.mysql
- name: nfs-server-provisioner
Expand Down
Loading