Skip to content

Commit

Permalink
Latest version of FusionAuth
Browse files Browse the repository at this point in the history
  • Loading branch information
wied03 committed Nov 5, 2024
1 parent a0740d8 commit a9df2fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stacks/fusionauth/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ set -e
################################################################################
STACK="fusionauth"
CHART="fusionauth/fusionauth"
CHART_VERSION="1.0.8"
CHART_VERSION="1.0.10"
NAMESPACE="fusionauth"

DB_POSTGRES_USER_PASSWORD=`LC_CTYPE=C LC_ALL=C tr -dc '[:alnum:]' < /dev/urandom | head -c 42`
Expand Down
2 changes: 1 addition & 1 deletion stacks/fusionauth/values.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ replicaCount: 2
image:
# image.repository -- The name of the docker repository for fusionauth-app
repository: fusionauth/fusionauth-app
tag: 1.47.1
tag: 1.53.3
# image.pullPolicy -- Kubernetes image pullPolicy to use for fusionauth-app
pullPolicy: IfNotPresent

Expand Down

0 comments on commit a9df2fa

Please sign in to comment.