Skip to content

Commit

Permalink
Merge pull request #103 from FusionAuth/chart-1.0.1
Browse files Browse the repository at this point in the history
update fusionauth version to 1.48.2
  • Loading branch information
johnjeffers committed Dec 4, 2023
2 parents 26ce535 + 75572f6 commit b2a5167
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ git push origin master --tags
To default to a new version of FusionAuth, update these 4 files with the new version number:

```
README.md
chart/README.md
chart/Chart.yaml
chart/examples/minikube/values.yaml
chart/values.yaml
Expand Down
2 changes: 1 addition & 1 deletion chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ name: fusionauth
description: Helm chart for FusionAuth
type: application
version: 0.0.0+dev
appVersion: "1.48.1"
appVersion: "1.48.2"
2 changes: 1 addition & 1 deletion chart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ The helm chart is versioned independently from FusionAuth app releases. However,
| 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 image repository to use for fusionauth-app. |
| image.tag | string | `"1.48.1"` | The image tag to pull for fusionauth-app (this is the fusionauth-app version). |
| image.tag | string | `"1.48.2"` | The image tag to pull for fusionauth-app (this is the fusionauth-app version). |
| imagePullSecrets | list | `[]` | Configures Kubernetes secrets to use for pulling images from private repositories. |
| 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/examples/minikube/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.48.1
tag: 1.48.2
# image.pullPolicy -- Kubernetes image pullPolicy to use for fusionauth-app
pullPolicy: IfNotPresent

Expand Down
2 changes: 1 addition & 1 deletion chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,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.48.1
tag: 1.48.2
# image.pullPolicy -- Kubernetes image pullPolicy to use for fusionauth-app
pullPolicy: IfNotPresent

Expand Down

0 comments on commit b2a5167

Please sign in to comment.