Skip to content

Commit

Permalink
chore: bump the kc image and helm chart version (#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
thegentlemanphysicist authored Nov 4, 2024
1 parent 693c158 commit 66b4c4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion transition-scripts/helpers/helm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ this="${BASH_SOURCE[0]}"
pwd=$(dirname "$this")
values="$pwd/../values"

KEYCLOAK_HELM_CHART_VERSION="v1.16.0"
KEYCLOAK_HELM_CHART_VERSION="v1.16.1"
KEYCLOAK_HELM_DEPLOYMENT_NAME="sso-keycloak"

upgrade_helm() {
Expand Down
2 changes: 1 addition & 1 deletion transition-scripts/values/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
image:
repository: ghcr.io/bcgov/sso
tag: 24.0.6-build.3
tag: 24.0.8-build.1
pullPolicy: IfNotPresent

additionalServerOptions: "-Dkeycloak.profile.feature.impersonation=disabled -Djboss.persistent.log.dir=/var/log/eap"
Expand Down

0 comments on commit 66b4c4b

Please sign in to comment.