diff --git a/helm/loginapp/Chart.yaml b/helm/loginapp/Chart.yaml index 1c060e2..122ce20 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.4 +version: v1.0.5 # 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 f6c9347..8e24276 100644 --- a/helm/loginapp/README.md +++ b/helm/loginapp/README.md @@ -52,7 +52,7 @@ The following table lists the configurable parameters of the `loginapp` chart an | Parameter | Description | Default | |---------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------| | replicas | | `1` | -| image | | `quay.io/fydrah/loginapp:v3.1.0` | +| image | | `quay.io/fydrah/loginapp:v3.2.1` | | imagePullPolicy | | `IfNotPresent` | | imagePullSecrets | | `[]` | | nameOverride | | `""` | diff --git a/helm/loginapp/values.yaml b/helm/loginapp/values.yaml index 7ea1a65..866d5f3 100644 --- a/helm/loginapp/values.yaml +++ b/helm/loginapp/values.yaml @@ -4,7 +4,7 @@ replicas: 1 -image: quay.io/fydrah/loginapp:v3.1.0 +image: quay.io/fydrah/loginapp:v3.2.1 imagePullPolicy: IfNotPresent imagePullSecrets: []