Skip to content

Commit

Permalink
update default version of fusionauth
Browse files Browse the repository at this point in the history
  • Loading branch information
drpebcak committed Nov 17, 2020
1 parent 9d68a4f commit 400b885
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 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.8"` | |
| image.tag | string | `"1.21.0"` | |
| 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
5 changes: 3 additions & 2 deletions chart/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
apiVersion: v1
appVersion: "1.19.8"
apiVersion: v2
appVersion: "1.21.0"
description: Helm chart for fusionauth
type: application
name: fusionauth
version: 0.0.0+dev
6 changes: 3 additions & 3 deletions chart/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"replicaCount": 1,
"image": {
"repository": "fusionauth/fusionauth-app",
"tag": "1.19.7",
"tag": "1.21.0",
"pullPolicy": "IfNotPresent"
},
"imagePullSecrets": [],
Expand Down Expand Up @@ -142,7 +142,7 @@
"examples": [
{
"repository": "fusionauth/fusionauth-app",
"tag": "1.19.7",
"tag": "1.21.0",
"pullPolicy": "IfNotPresent"
}
],
Expand All @@ -169,7 +169,7 @@
"description": "An explanation about the purpose of this instance.",
"default": "",
"examples": [
"1.19.7"
"1.21.0"
]
},
"pullPolicy": {
Expand Down
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.8
tag: 1.21.0
# image.pullPolicy -- Kubernetes image pullPolicy to use for fusionauth-app
pullPolicy: IfNotPresent

Expand Down

0 comments on commit 400b885

Please sign in to comment.