From c495e85b502f656583c9353f230a06ee2d31ded9 Mon Sep 17 00:00:00 2001 From: Pat Losoponkul Date: Tue, 28 Jul 2026 17:14:42 +0700 Subject: [PATCH] fix(examples): bump keycloak-plugins Nickel stack version to 0.2.1 The new ghcr.io/hyperledger-identus/keycloak-plugins namespace only has the 0.2.1 tag published; 0.2.0 does not exist there (HTTP 404). #1844 migrated the namespace in stack.ncl but left versions.ncl pinned to 0.2.0, so the external-keycloak Nickel stack resolved to a non-existent image. Signed-off-by: Pat Losoponkul --- examples/.nickel/versions.ncl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/.nickel/versions.ncl b/examples/.nickel/versions.ncl index ffddb0d6e5..8b0af3d273 100644 --- a/examples/.nickel/versions.ncl +++ b/examples/.nickel/versions.ncl @@ -2,7 +2,7 @@ # identus agent = "2.0.0", node = "2.6.0", - identusKeycloak = "0.2.0", + identusKeycloak = "0.2.1", # 3rd party caddy = "2.7.6-alpine", mockServer = "5.15.0",