From b8ea73fef32abe5771f235adeac88b31d48ea6df Mon Sep 17 00:00:00 2001 From: John Jeffers Date: Thu, 21 Dec 2023 09:20:35 -0700 Subject: [PATCH] chart 1.0.2 release --- .github/workflows/release.yml | 2 +- chart/Chart.yaml | 2 +- chart/README.md | 2 +- chart/examples/minikube/values.yaml | 2 +- chart/values.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7078a73..8c97631 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 7e77f3d..831ffd2 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.48.2" +appVersion: "1.48.3" diff --git a/chart/README.md b/chart/README.md index 7006ac8..19edf1c 100644 --- a/chart/README.md +++ b/chart/README.md @@ -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. | diff --git a/chart/examples/minikube/values.yaml b/chart/examples/minikube/values.yaml index bd1d4fd..b5d57ed 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.48.2 + tag: 1.48.3 # image.pullPolicy -- Kubernetes image pullPolicy to use for fusionauth-app pullPolicy: IfNotPresent diff --git a/chart/values.yaml b/chart/values.yaml index f29c3a6..5b3294e 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.48.2 + tag: 1.48.3 # image.pullPolicy -- Kubernetes image pullPolicy to use for fusionauth-app pullPolicy: IfNotPresent