Skip to content

Commit

Permalink
Merge pull request #104 from FusionAuth/chart-1.0.2
Browse files Browse the repository at this point in the history
chart 1.0.2 release
  • Loading branch information
johnjeffers committed Dec 21, 2023
2 parents a089581 + b8ea73f commit d51f7fe
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
uses: azure/setup-helm@v3

- name: Set up kind
uses: helm/kind-action@v1.5.0
uses: helm/kind-action@v1.8.0

- name: Install the chart in kind
env:
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.2"
appVersion: "1.48.3"
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.2"` | The image tag to pull for fusionauth-app (this is the fusionauth-app version). |
| image.tag | string | `"1.48.3"` | 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.2
tag: 1.48.3
# 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.2
tag: 1.48.3
# image.pullPolicy -- Kubernetes image pullPolicy to use for fusionauth-app
pullPolicy: IfNotPresent

Expand Down

0 comments on commit d51f7fe

Please sign in to comment.