From 0007d9a86219f80ed884f69a5f49867545711c43 Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Tue, 26 May 2026 23:24:18 +1000 Subject: [PATCH] feat(artifactapi): add open-webui/open-webui to ghcr immutable patterns --- apps/base/artifactapi/resources/conf.d/remote-docker.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/base/artifactapi/resources/conf.d/remote-docker.yaml b/apps/base/artifactapi/resources/conf.d/remote-docker.yaml index 3806c9b..6ed384f 100644 --- a/apps/base/artifactapi/resources/conf.d/remote-docker.yaml +++ b/apps/base/artifactapi/resources/conf.d/remote-docker.yaml @@ -6,6 +6,7 @@ remotes: immutable_patterns: - "^cloudnative-pg/cloudnative-pg" - "^emberstack/helm-charts" + - "^open-webui/open-webui" - "^openvoxproject/" - "^stakater/reloader" - "^stalwartlabs/stalwart"