Skip to content

Commit

Permalink
Merge pull request #106 from FusionAuth/chart-1.49.1
Browse files Browse the repository at this point in the history
Chart 1.49.1
  • Loading branch information
johnjeffers authored Mar 8, 2024
2 parents 966b9ed + 1124d30 commit 7d54e3c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# https://help.github.com/en/articles/about-code-owners#codeowners-syntax
* @FusionAuth/Owners
* @FusionAuth/Owners @johnjeffers
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.3"
appVersion: "1.49.1"
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.3"` | The image tag to pull for fusionauth-app (this is the fusionauth-app version). |
| image.tag | string | `"1.49.1"` | 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.3
tag: 1.49.1
# 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.3
tag: 1.49.1
# image.pullPolicy -- Kubernetes image pullPolicy to use for fusionauth-app
pullPolicy: IfNotPresent

Expand Down

0 comments on commit 7d54e3c

Please sign in to comment.