diff --git a/advanced/am-pattern-4/templates/NOTES.txt b/advanced/am-pattern-4/templates/NOTES.txt index dd124a5f..c9d00bfc 100644 --- a/advanced/am-pattern-4/templates/NOTES.txt +++ b/advanced/am-pattern-4/templates/NOTES.txt @@ -10,14 +10,14 @@ Please follow these steps to access API Manager Publisher, DevPortal consoles. API Manager Control Plane - - NAME: Metadata name of the Kubernetes Ingress resource (defaults to {{ template "am-pattern-3.resource.prefix" . }}-am-cp-ingress) + - NAME: Metadata name of the Kubernetes Ingress resource (defaults to {{ template "am-pattern-4.resource.prefix" . }}-am-cp-ingress) - HOSTS: Hostname of the WSO2 API Manager's Control Plane service ({{ .Values.wso2.deployment.am.cp.ingress.hostname }}) - ADDRESS: External IP (`EXTERNAL-IP`) exposing the API Manager's Control PLane service to outside of the Kubernetes environment - PORTS: Externally exposed service ports of the API Manager's Control Plane service API Manager Gateway - - NAME: Metadata name of the Kubernetes Ingress resource (defaults to {{ template "am-pattern-3.resource.prefix" . }}-am-gateway-ingress) + - NAME: Metadata name of the Kubernetes Ingress resource (defaults to {{ template "am-pattern-4.resource.prefix" . }}-am-gateway-ingress) - HOSTS: Hostname of the WSO2 API Manager's Gateway service ({{ .Values.wso2.deployment.am.gateway.ingress.hostname }}) - ADDRESS: External IP (`EXTERNAL-IP`) exposing the API Manager's Gateway service to outside of the Kubernetes environment - PORTS: Externally exposed service ports of the API Manager's DevPortal service @@ -45,7 +45,7 @@ Please follow these steps to assess Micro Integrator. Micro Integrator Management APIs - - NAME: Metadata name of the Kubernetes Ingress resource (defaults to {{ template "am-pattern-3.resource.prefix" . }}-mi-1-management-ingress) + - NAME: Metadata name of the Kubernetes Ingress resource (defaults to {{ template "am-pattern-4.resource.prefix" . }}-mi-management-ingress) - HOSTS: Hostname of the WSO2 Micro Integrator service ({{ .Values.wso2.deployment.mi.ingress.management.hostname }}) - ADDRESS: External IP (`EXTERNAL-IP`) exposing the Micro Integrator service to outside of the Kubernetes environment - PORTS: Externally exposed service ports of the Micro Integrator service diff --git a/advanced/mysql-am/Chart.yaml b/advanced/mysql-am/Chart.yaml index a01e332a..8466506b 100644 --- a/advanced/mysql-am/Chart.yaml +++ b/advanced/mysql-am/Chart.yaml @@ -16,5 +16,5 @@ apiVersion: v1 appVersion: "5.7" description: A Helm chart for MySQL based deployment of WSO2 API Management Datasources name: mysql-am -version: 4.0.0-1 +version: 4.0.0-2 icon: https://wso2.cachefly.net/wso2/sites/all/images/wso2logo.svg