diff --git a/README.md b/README.md index f9def0a..2974332 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ The command removes all the Kubernetes components associated with the chart and | fullnameOverride | string | `""` | Overrides full resource names | | image.pullPolicy | string | `"IfNotPresent"` | Kubernetes image pullPolicy to use for fusionauth-app | | image.repository | string | `"fusionauth/fusionauth-app"` | The docker tag to pull for fusionauth-app | -| image.tag | string | `"1.19.6"` | | +| image.tag | string | `"1.19.7"` | | | imagePullSecrets | list | `[]` | Configures kubernetes secrets to use for pulling private images | | ingress.annotations | object | `{}` | Configure annotations to add to the ingress object | | ingress.enabled | bool | `false` | Enables ingress creation for fusionauth. | diff --git a/chart/Chart.yaml b/chart/Chart.yaml index c6dfc51..55ca485 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -appVersion: "1.19.6" +appVersion: "1.19.7" description: Helm chart for fusionauth name: fusionauth version: 0.0.0+dev diff --git a/chart/values.yaml b/chart/values.yaml index be55153..4497615 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -8,7 +8,7 @@ image: # image.repository -- The name of the docker repository for fusionauth-app repository: fusionauth/fusionauth-app # image.repository -- The docker tag to pull for fusionauth-app - tag: 1.19.6 + tag: 1.19.7 # image.pullPolicy -- Kubernetes image pullPolicy to use for fusionauth-app pullPolicy: IfNotPresent