Skip to content

Commit

Permalink
Bump Keycloak
Browse files Browse the repository at this point in the history
* Keycloak `22.0.4`
  * keycloak/keycloak#23943
  * adorsys/keycloak-config-cli#939
* Keycloak Config CLI `5.9.0-22.0.4`
* Keycloak Webhooks `0.4.0`
* Tailscale `1.54.0`
  • Loading branch information
rblaine95 committed Nov 22, 2023
1 parent b2d4db5 commit 1482da7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
branches:
- "master"
release:
types: [released,prereleased]
types: [released, prereleased]

env:
REGISTRY: ghcr.io/${{ github.repository_owner }}
Expand Down Expand Up @@ -262,11 +262,11 @@ jobs:
id-token: write
contents: read
packages: read
needs: [ test-e2e, build ]
needs: [test-e2e, build]
runs-on: ubuntu-latest

env:
TAILSCALE_VERSION: 1.52.1
TAILSCALE_VERSION: 1.54.0
HELMFILE_VERSION: v0.158.1
HELM_VERSION: v3.13.2
TAG: ${{ needs.build.outputs.image_version }}
Expand Down
11 changes: 6 additions & 5 deletions src/api/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ services:
container_name: keycloak-init
user: root
command: |
sh -c 'curl -L https://github.com/vymalo/keycloak-webhook/releases/download/v0.3.0/keycloak-webhook-0.3.0-all.jar \
-o /opt/keycloak/providers/keycloak-webhook-0.3.0.jar && \
chown 1000:1000 /opt/keycloak/providers/keycloak-webhook-0.3.0.jar'
sh -c 'curl -L https://github.com/vymalo/keycloak-webhook/releases/download/v0.4.0/keycloak-webhook-0.4.0-all.jar \
-o /opt/keycloak/providers/keycloak-webhook-0.4.0.jar && \
chown 1000:1000 /opt/keycloak/providers/keycloak-webhook-0.4.0.jar'
volumes:
- keycloak:/opt/keycloak/providers

Expand All @@ -82,7 +82,8 @@ services:

keycloak: # Local Keycloak server
# https://github.com/adorsys/keycloak-config-cli/pull/928
image: quay.io/keycloak/keycloak:22.0.1
# Pinned to 22.0.4 due to https://github.com/keycloak/keycloak/issues/23943
image: quay.io/keycloak/keycloak:22.0.4
container_name: keycloak
environment:
WEBHOOK_EVENTS_TAKEN: "LOGIN,REGISTER,LOGOUT,UPDATE_PROFILE"
Expand Down Expand Up @@ -124,7 +125,7 @@ services:
condition: service_started

keycloak-config: # Import Keycloak configuration
image: adorsys/keycloak-config-cli:5.8.0-22.0.0
image: adorsys/keycloak-config-cli:5.9.0-22.0.4
container_name: keycloak-config
environment:
KEYCLOAK_URL: "http://keycloak:8080/"
Expand Down

0 comments on commit 1482da7

Please sign in to comment.