From 60059bb3004e4b79290a7175d2cdb3551a95d020 Mon Sep 17 00:00:00 2001 From: Zoran Zorica Date: Sun, 21 Jan 2024 21:44:55 +0100 Subject: [PATCH] fix: JB client; keycloak auth (#32) --- setup.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index c9f5f5a..9e8347b 100755 --- a/setup.sh +++ b/setup.sh @@ -13,7 +13,7 @@ INFO="\033[1;36mℹ\033[0m" K3S_VERSION="v1.28.5+k3s1" LONGHORN_VERSION="1.5.3" INGRESS_NGINX_VERSION="4.8.3" -WATKINS_VERSION="2.85.1" +WATKINS_VERSION="2.86.4" display_logo() { echo -e "\n" @@ -357,6 +357,10 @@ gitProviders: clientSecret: $IDP_SECRET baseUrl: $IDP_URL apiUrl: $IDP_API_URL +keycloak: + image: + repository: daytonaio/keycloak + tag: 22.0.5-daytona.r0-debian-11 rabbitmq: enabled: true nameOverride: "watkins-rabbitmq"