Skip to content

Commit

Permalink
fix: JB client; keycloak auth (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
zzorica committed Jan 21, 2024
1 parent ae9c328 commit 60059bb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 60059bb

Please sign in to comment.