Skip to content

Commit

Permalink
Merge pull request #107 from FusionAuth/jj/chart-1.0.4
Browse files Browse the repository at this point in the history
Chart 1.0.4 Release
  • Loading branch information
johnjeffers committed Mar 21, 2024
2 parents e835727 + 8cecb02 commit 1ed9856
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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.49.1"
appVersion: "1.49.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.49.1"` | The image tag to pull for fusionauth-app (this is the fusionauth-app version). |
| image.tag | string | `"1.49.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.49.1
tag: 1.49.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.49.1
tag: 1.49.2
# image.pullPolicy -- Kubernetes image pullPolicy to use for fusionauth-app
pullPolicy: IfNotPresent

Expand Down

0 comments on commit 1ed9856

Please sign in to comment.