Skip to content

Commit

Permalink
update keycloak version in spi
Browse files Browse the repository at this point in the history
  • Loading branch information
kgudel committed Apr 30, 2024
1 parent b3dc227 commit 9929eb9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions hmda-combined-documentation
Submodule hmda-combined-documentation added at b4c2f9
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
registry: docker.io
repository: bitnami/keycloak
tag: 21.1.1-debian-11-r5
tag: 23.0.7

auth:
adminUser: keycloak
Expand Down Expand Up @@ -46,7 +46,7 @@ initContainers:
cp -R /themes/* /theme/hmda
command:
- sh
image: hmda/keycloak-theme-provider:v1.0.0
image: hmda/keycloak-theme-provider:mfaLogoCorrected
imagePullPolicy: Always
resources: {}
terminationMessagePath: /dev/termination-log
Expand All @@ -59,10 +59,10 @@ initContainers:
- -c
- |
echo "Copying SPI..."
cp -rv keycloak-authenticator-hmda-4.2.1.Final.jar /spi
cp -rv keycloak-authenticator-hmda-24.0.3.jar /spi
command:
- sh
image: hmda/keycloak-spi-provider:v2.7.4
image: hmda/keycloak-spi-provider:v2.4.2
imagePullPolicy: Always
resources: {}
terminationMessagePath: /dev/termination-log
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/keycloak/spi-provider/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ WORKDIR /

USER ${SPI_USER}

COPY --from=builder /build/target/keycloak-authenticator-hmda-4.2.1.Final.jar .
COPY --from=builder /build/target/keycloak-authenticator-hmda-24.0.3.jar .

2 changes: 1 addition & 1 deletion kubernetes/keycloak/spi-provider/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>keycloak-parent</artifactId>
<groupId>org.keycloak</groupId>
<version>4.2.1.Final</version>
<version>24.0.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit 9929eb9

Please sign in to comment.