diff --git a/helm/loginapp/Chart.yaml b/helm/loginapp/Chart.yaml index 9959e4a..2f33ca6 100644 --- a/helm/loginapp/Chart.yaml +++ b/helm/loginapp/Chart.yaml @@ -14,7 +14,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: v1.0.2 +version: v1.0.3 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. diff --git a/helm/loginapp/README.md b/helm/loginapp/README.md index 0cdd8af..7dc76c8 100644 --- a/helm/loginapp/README.md +++ b/helm/loginapp/README.md @@ -65,6 +65,7 @@ The following table lists the configurable parameters of the `loginapp` chart an | service.type | | `ClusterIP` | | service.port | | `5555` | | service.nodePort | | `` | +| service.loadBalancerIP | | `` | | ingress.enabled | | `false` | | ingress.annotations | | `{}` | | ingress.tls | | `[]` |