From 0853b7613bb083d13386af0be44055d8eac61b06 Mon Sep 17 00:00:00 2001 From: John Jeffers Date: Sat, 27 Apr 2024 09:45:37 -0600 Subject: [PATCH] Chart 1.0.5 Release --- chart/Chart.yaml | 2 +- chart/README.md | 2 +- chart/examples/minikube/values.yaml | 2 +- chart/values.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/chart/Chart.yaml b/chart/Chart.yaml index c44ea6e..1da0a49 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -3,4 +3,4 @@ name: fusionauth description: Helm chart for FusionAuth type: application version: 0.0.0+dev -appVersion: "1.49.2" +appVersion: "1.50.1" diff --git a/chart/README.md b/chart/README.md index 0225c94..27aaf78 100644 --- a/chart/README.md +++ b/chart/README.md @@ -86,7 +86,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.2"` | The image tag to pull for fusionauth-app (this is the fusionauth-app version). | +| image.tag | string | `"1.50.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. | diff --git a/chart/examples/minikube/values.yaml b/chart/examples/minikube/values.yaml index 67b5830..cf78aa8 100644 --- a/chart/examples/minikube/values.yaml +++ b/chart/examples/minikube/values.yaml @@ -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.2 + tag: 1.50.1 # image.pullPolicy -- Kubernetes image pullPolicy to use for fusionauth-app pullPolicy: IfNotPresent diff --git a/chart/values.yaml b/chart/values.yaml index 39cf2e6..87a71b8 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -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.2 + tag: 1.50.1 # image.pullPolicy -- Kubernetes image pullPolicy to use for fusionauth-app pullPolicy: IfNotPresent