Skip to content

Commit

Permalink
bump fusionauth version
Browse files Browse the repository at this point in the history
  • Loading branch information
drpebcak committed Sep 24, 2020
1 parent 9004d50 commit ceddf6d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. |
Expand Down
2 changes: 1 addition & 1 deletion chart/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ceddf6d

Please sign in to comment.